Home
last modified time | relevance | path

Searched refs:Legal (Results 1 – 25 of 47) sorted by relevance

12

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsSEISelLowering.cpp69 setOperationAction(ISD::ADD, VecTys[i], Legal); in MipsSETargetLowering()
70 setOperationAction(ISD::SUB, VecTys[i], Legal); in MipsSETargetLowering()
71 setOperationAction(ISD::LOAD, VecTys[i], Legal); in MipsSETargetLowering()
72 setOperationAction(ISD::STORE, VecTys[i], Legal); in MipsSETargetLowering()
73 setOperationAction(ISD::BITCAST, VecTys[i], Legal); in MipsSETargetLowering()
84 setOperationAction(ISD::MUL, MVT::v2i16, Legal); in MipsSETargetLowering()
120 setOperationAction(ISD::MUL, MVT::i64, Legal); in MipsSETargetLowering()
160 setOperationAction(ISD::MUL, MVT::i32, Legal); in MipsSETargetLowering()
161 setOperationAction(ISD::MULHS, MVT::i32, Legal); in MipsSETargetLowering()
162 setOperationAction(ISD::MULHU, MVT::i32, Legal); in MipsSETargetLowering()
[all …]
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp271 Legal(nullptr), AddedSafetyChecks(false) {} in InnerLoopVectorizer()
275 Legal = L; in vectorize()
471 LoopVectorizationLegality *Legal; member in __anon302e353c0111::InnerLoopVectorizer
1086 LoopVectorizationLegality *Legal, in LoopVectorizationCostModel() argument
1090 : TheLoop(L), SE(SE), LI(LI), Legal(Legal), TTI(TTI), TLI(TLI), in LoopVectorizationCostModel()
1172 LoopVectorizationLegality *Legal; member in __anon302e353c0111::LoopVectorizationCostModel
1868 if (Legal->hasStride(V)) in getVectorValue()
2017 const InterleaveGroup *Group = Legal->getInterleavedAccessGroup(Instr); in vectorizeInterleaveGroup()
2145 if (Legal->isAccessInterleaved(Instr)) in vectorizeMemoryInstruction()
2161 if (SI && Legal->blockNeedsPredication(SI->getParent()) && in vectorizeMemoryInstruction()
[all …]
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp87 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
88 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
89 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
90 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
91 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
92 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
93 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
94 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
95 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
96 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
[all …]
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp310 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal); in X86TargetLowering()
311 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal); in X86TargetLowering()
312 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal); in X86TargetLowering()
454 setOperationAction(ISD::PREFETCH , MVT::Other, Legal); in X86TargetLowering()
489 setOperationAction(ISD::TRAP, MVT::Other, Legal); in X86TargetLowering()
490 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering()
778 setOperationAction(ISD::FADD, MVT::v4f32, Legal); in X86TargetLowering()
779 setOperationAction(ISD::FSUB, MVT::v4f32, Legal); in X86TargetLowering()
780 setOperationAction(ISD::FMUL, MVT::v4f32, Legal); in X86TargetLowering()
781 setOperationAction(ISD::FDIV, MVT::v4f32, Legal); in X86TargetLowering()
[all …]
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp70 setOperationAction(ISD::ADD, MVT::i32, Legal); in SITargetLowering()
71 setOperationAction(ISD::ADDC, MVT::i32, Legal); in SITargetLowering()
72 setOperationAction(ISD::ADDE, MVT::i32, Legal); in SITargetLowering()
73 setOperationAction(ISD::SUBC, MVT::i32, Legal); in SITargetLowering()
74 setOperationAction(ISD::SUBE, MVT::i32, Legal); in SITargetLowering()
79 setOperationAction(ISD::FMINNUM, MVT::f64, Legal); in SITargetLowering()
80 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in SITargetLowering()
105 setOperationAction(ISD::BSWAP, MVT::i32, Legal); in SITargetLowering()
107 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Legal); in SITargetLowering()
111 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Legal); in SITargetLowering()
[all …]
HDAMDGPUISelLowering.cpp108 setOperationAction(ISD::Constant, MVT::i32, Legal); in AMDGPUTargetLowering()
109 setOperationAction(ISD::Constant, MVT::i64, Legal); in AMDGPUTargetLowering()
110 setOperationAction(ISD::ConstantFP, MVT::f32, Legal); in AMDGPUTargetLowering()
111 setOperationAction(ISD::ConstantFP, MVT::f64, Legal); in AMDGPUTargetLowering()
121 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AMDGPUTargetLowering()
122 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in AMDGPUTargetLowering()
123 setOperationAction(ISD::FPOW, MVT::f32, Legal); in AMDGPUTargetLowering()
124 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering()
125 setOperationAction(ISD::FABS, MVT::f32, Legal); in AMDGPUTargetLowering()
126 setOperationAction(ISD::FFLOOR, MVT::f32, Legal); in AMDGPUTargetLowering()
[all …]
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h87 Legal, // The target natively supports this operation. enumerator
558 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustom()
567 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrPromote()
581 getOperationAction(Op, VT) == Legal; in isOperationLegal()
600 getLoadExtAction(ExtType, ValVT, MemVT) == Legal; in isLoadExtLegal()
607 (getLoadExtAction(ExtType, ValVT, MemVT) == Legal || in isLoadExtLegalOrCustom()
627 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal; in isTruncStoreLegal()
644 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal()
662 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal()
685 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp231 setOperationAction(ISD::CTLZ, MVT::i64, Legal); in SystemZTargetLowering()
271 if (getOperationAction(Opcode, VT) == Legal) in SystemZTargetLowering()
287 setOperationAction(ISD::LOAD, VT, Legal); in SystemZTargetLowering()
288 setOperationAction(ISD::STORE, VT, Legal); in SystemZTargetLowering()
289 setOperationAction(ISD::VSELECT, VT, Legal); in SystemZTargetLowering()
290 setOperationAction(ISD::BITCAST, VT, Legal); in SystemZTargetLowering()
291 setOperationAction(ISD::UNDEF, VT, Legal); in SystemZTargetLowering()
304 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Legal); in SystemZTargetLowering()
305 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Legal); in SystemZTargetLowering()
306 setOperationAction(ISD::ADD, VT, Legal); in SystemZTargetLowering()
[all …]
/NextBSD/contrib/netbsd-tests/lib/libc/db/
HDREADME14 Legal command characters are as follows:
39 Legal key/data characters are as follows:
/NextBSD/lib/libc/db/test/
HDREADME22 Legal command characters are as follows:
47 Legal key/data characters are as follows:
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp1476 Subtarget->usePopc() ? Legal : Expand); in SparcTargetLowering()
1493 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Legal); in SparcTargetLowering()
1495 (Subtarget->isV9() ? Legal: Expand)); in SparcTargetLowering()
1498 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Legal); in SparcTargetLowering()
1505 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
1506 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Legal); in SparcTargetLowering()
1573 setOperationAction(ISD::TRAP , MVT::Other, Legal); in SparcTargetLowering()
1588 Subtarget->usePopc() ? Legal : Expand); in SparcTargetLowering()
1591 setOperationAction(ISD::LOAD, MVT::f128, Legal); in SparcTargetLowering()
1592 setOperationAction(ISD::STORE, MVT::f128, Legal); in SparcTargetLowering()
[all …]
/NextBSD/contrib/serf/
HDLICENSE15 "Legal Entity" shall mean the union of the acting entity and all
23 "You" (or "Your") shall mean an individual or Legal Entity
52 or by an individual or Legal Entity authorized to submit on behalf of
62 "Contributor" shall mean Licensor and any individual or Legal Entity
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp157 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i64, Legal); in NVPTXTargetLowering()
158 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal); in NVPTXTargetLowering()
159 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Legal); in NVPTXTargetLowering()
160 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal); in NVPTXTargetLowering()
171 setOperationAction(ISD::ROTL, MVT::i64, Legal); in NVPTXTargetLowering()
172 setOperationAction(ISD::ROTR, MVT::i64, Legal); in NVPTXTargetLowering()
178 setOperationAction(ISD::ROTL, MVT::i32, Legal); in NVPTXTargetLowering()
179 setOperationAction(ISD::ROTR, MVT::i32, Legal); in NVPTXTargetLowering()
232 setOperationAction(ISD::ConstantFP, MVT::f64, Legal); in NVPTXTargetLowering()
233 setOperationAction(ISD::ConstantFP, MVT::f32, Legal); in NVPTXTargetLowering()
[all …]
/NextBSD/lib/libc/softfloat/
HDtimesoftfloat.txt23 Legal Notice
35 Legal Notice
HDsoftfloat.txt48 Legal Notice
66 Legal Notice
HDsoftfloat-source.txt61 Legal Notice
81 Legal Notice
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1335 setOperationAction(ISD::ConstantFP, MVT::f32, Legal); // Default: expand in HexagonTargetLowering()
1336 setOperationAction(ISD::ConstantFP, MVT::f64, Legal); // Default: expand in HexagonTargetLowering()
1530 setOperationAction(ISD::ADD, NativeVT, Legal); in HexagonTargetLowering()
1531 setOperationAction(ISD::SUB, NativeVT, Legal); in HexagonTargetLowering()
1532 setOperationAction(ISD::MUL, NativeVT, Legal); in HexagonTargetLowering()
1533 setOperationAction(ISD::AND, NativeVT, Legal); in HexagonTargetLowering()
1534 setOperationAction(ISD::OR, NativeVT, Legal); in HexagonTargetLowering()
1535 setOperationAction(ISD::XOR, NativeVT, Legal); in HexagonTargetLowering()
1598 setIndexedLoadAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering()
1599 setIndexedStoreAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering()
/NextBSD/contrib/apr/
HDLICENSE15 "Legal Entity" shall mean the union of the acting entity and all
23 "You" (or "Your") shall mean an individual or Legal Entity
52 or by an individual or Legal Entity authorized to submit on behalf of
62 "Contributor" shall mean Licensor and any individual or Legal Entity
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp400 setOperationAction(ISD::FFLOOR, Ty, Legal); in AArch64TargetLowering()
401 setOperationAction(ISD::FNEARBYINT, Ty, Legal); in AArch64TargetLowering()
402 setOperationAction(ISD::FCEIL, Ty, Legal); in AArch64TargetLowering()
403 setOperationAction(ISD::FRINT, Ty, Legal); in AArch64TargetLowering()
404 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
405 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering()
424 setOperationAction(ISD::ConstantFP, MVT::f32, Legal); in AArch64TargetLowering()
425 setOperationAction(ISD::ConstantFP, MVT::f64, Legal); in AArch64TargetLowering()
453 setIndexedLoadAction(im, MVT::i8, Legal); in AArch64TargetLowering()
454 setIndexedLoadAction(im, MVT::i16, Legal); in AArch64TargetLowering()
[all …]
/NextBSD/contrib/subversion/
HDLICENSE16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
53 or by an individual or Legal Entity authorized to submit on behalf of
63 "Contributor" shall mean Licensor and any individual or Legal Entity
/NextBSD/contrib/apr-util/
HDLICENSE15 "Legal Entity" shall mean the union of the acting entity and all
23 "You" (or "Your") shall mean an individual or Legal Entity
52 or by an individual or Legal Entity authorized to submit on behalf of
62 "Contributor" shall mean Licensor and any individual or Legal Entity
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp728 case TargetLowering::Legal: { in LegalizeStoreOps()
845 case TargetLowering::Legal: { in LegalizeStoreOps()
897 case TargetLowering::Legal: { in LegalizeLoadOps()
1084 case TargetLowering::Legal: { in LegalizeLoadOps()
1195 TargetLowering::LegalizeAction Action = TargetLowering::Legal; in LegalizeOp()
1238 if (Action == TargetLowering::Legal) { in LegalizeOp()
1271 if (Action == TargetLowering::Legal) in LegalizeOp()
1281 if (Action == TargetLowering::Legal) in LegalizeOp()
1289 Action = TargetLowering::Legal; in LegalizeOp()
1306 Action = TargetLowering::Legal; in LegalizeOp()
[all …]
HDLegalizeVectorOps.cpp207 case TargetLowering::Legal: in LegalizeOp()
236 case TargetLowering::Legal: in LegalizeOp()
348 case TargetLowering::Legal: in LegalizeOp()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp116 setOperationAction(ISD::CONCAT_VECTORS, VT, Legal); in addTypeForNEON()
117 setOperationAction(ISD::EXTRACT_SUBVECTOR, VT, Legal); in addTypeForNEON()
596 setLoadExtAction(ISD::EXTLOAD, VT, Ty, Legal); in ARMTargetLowering()
597 setLoadExtAction(ISD::ZEXTLOAD, VT, Ty, Legal); in ARMTargetLowering()
598 setLoadExtAction(ISD::SEXTLOAD, VT, Ty, Legal); in ARMTargetLowering()
668 setIndexedLoadAction(im, MVT::i1, Legal); in ARMTargetLowering()
669 setIndexedLoadAction(im, MVT::i8, Legal); in ARMTargetLowering()
670 setIndexedLoadAction(im, MVT::i16, Legal); in ARMTargetLowering()
671 setIndexedLoadAction(im, MVT::i32, Legal); in ARMTargetLowering()
672 setIndexedStoreAction(im, MVT::i1, Legal); in ARMTargetLowering()
[all …]
/NextBSD/contrib/ntp/sntp/libopts/
HDCOPYING.gplv3103 An interactive user interface displays "Appropriate Legal Notices"
179 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
231 Appropriate Legal Notices; however, if the Program has interactive
232 interfaces that do not display Appropriate Legal Notices, your
369 author attributions in that material or in the Appropriate Legal

12