HomeSort by relevance Sort by last modified time
    Searched refs:Legal (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 111 // Legal
114 class Legal {
116 Legal() {}
117 virtual ~Legal() {}
121 class LegalJamo : public Legal {
166 class LegalGreek : public Legal {
186 // A special case which is legal but should be
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
342 Legal* legalSource; // NOT owned
363 Legal* adoptedLegal
976 Legal *legal = new Legal(); local
990 Legal *legal = new Legal(); local
999 Legal *legal = new Legal(); local
1014 Legal *legal = new LegalJamo(); local
1024 Legal *legal = new Legal(); local
1134 LegalGreek *legal = new LegalGreek(TRUE); local
1159 LegalGreek *legal = new LegalGreek(FALSE); local
1181 LegalGreek *legal = new LegalGreek(FALSE); local
1202 Legal *legal = new Legal(); local
1244 LegalHebrew* legal = new LegalHebrew(error); local
1257 Legal *legal = new Legal(); local
1356 Legal *legal = new LegalIndic(); local
1616 Legal *legal = new LegalIndic(); local
1617 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1629 Legal *legal = new LegalIndic(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 111 // Legal
114 class Legal {
116 Legal() {}
117 virtual ~Legal() {}
121 class LegalJamo : public Legal {
166 class LegalGreek : public Legal {
186 // A special case which is legal but should be
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
342 Legal* legalSource; // NOT owned
363 Legal* adoptedLegal
976 Legal *legal = new Legal(); local
990 Legal *legal = new Legal(); local
999 Legal *legal = new Legal(); local
1014 Legal *legal = new LegalJamo(); local
1024 Legal *legal = new Legal(); local
1134 LegalGreek *legal = new LegalGreek(TRUE); local
1159 LegalGreek *legal = new LegalGreek(FALSE); local
1181 LegalGreek *legal = new LegalGreek(FALSE); local
1202 Legal *legal = new Legal(); local
1244 LegalHebrew* legal = new LegalHebrew(error); local
1257 Legal *legal = new Legal(); local
1356 Legal *legal = new LegalIndic(); local
1616 Legal *legal = new LegalIndic(); local
1617 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1629 Legal *legal = new LegalIndic(); local
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 71 setOperationAction(ISD::ADD, VecTys[i], Legal);
72 setOperationAction(ISD::SUB, VecTys[i], Legal);
73 setOperationAction(ISD::LOAD, VecTys[i], Legal);
74 setOperationAction(ISD::STORE, VecTys[i], Legal);
75 setOperationAction(ISD::BITCAST, VecTys[i], Legal);
86 setOperationAction(ISD::MUL, MVT::v2i16, Legal);
122 setOperationAction(ISD::MUL, MVT::i64, Legal);
160 setOperationAction(ISD::MUL, MVT::i32, Legal);
161 setOperationAction(ISD::MULHS, MVT::i32, Legal);
162 setOperationAction(ISD::MULHU, MVT::i32, Legal);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 258 Legal(nullptr) {}
262 Legal = L;
456 LoopVectorizationLegality *Legal;
521 /// LoopVectorizationLegality checks if it is legal to vectorize a loop, and
671 /// Returns true if it is legal to vectorize this loop.
673 /// loop, only that it is legal to do so.
735 /// legal to vectorize the code, considering only memory constrains.
747 /// executed. \p SafePtrs is a list of addresses that are known to be legal
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 354 // f32 and f64 cases are Legal, f80 case is not
366 // are Legal, f80 is custom lowered.
377 // f32 and f64 cases are Legal, f80 case is not
430 // (low) operations are left as Legal, as there are single-result
466 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal);
467 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal);
468 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal);
597 setOperationAction(ISD::PREFETCH , MVT::Other, Legal);
632 setOperationAction(ISD::TRAP, MVT::Other, Legal);
633 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 85 Legal, // The target natively supports this operation.
91 /// This enum indicates whether a types are legal for a target, and if not,
203 // the constraint that all of the necessary shuffles are legal (as determined
323 /// The 'representative' register class is the largest legal super-reg
372 /// legal (return 'Legal') or we need to promote it to a larger type (return
395 /// the largest legal type it will be expanded to.
406 llvm_unreachable("Type is not legal nor is it to be expanded!");
411 /// Vector types are broken down into some number of legal first class types.
454 /// legal
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 35 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
36 setOperationAction(ISD::FEXP2, MVT::f32, Legal);
37 setOperationAction(ISD::FRINT, MVT::f32, Legal);
AMDILISelLowering.cpp 180 setOperationAction(ISD::Constant , MVT::i64 , Legal);
194 setOperationAction(ISD::ConstantFP , MVT::f64 , Legal);
223 setOperationAction(ISD::ConstantFP , MVT::f32 , Legal);
224 setOperationAction(ISD::Constant , MVT::i32 , Legal);
SIISelLowering.cpp 44 setOperationAction(ISD::ADD, MVT::i64, Legal);
45 setOperationAction(ISD::ADD, MVT::i32, Legal);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 35 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
36 setOperationAction(ISD::FEXP2, MVT::f32, Legal);
37 setOperationAction(ISD::FRINT, MVT::f32, Legal);
AMDILISelLowering.cpp 180 setOperationAction(ISD::Constant , MVT::i64 , Legal);
194 setOperationAction(ISD::ConstantFP , MVT::f64 , Legal);
223 setOperationAction(ISD::ConstantFP , MVT::f32 , Legal);
224 setOperationAction(ISD::Constant , MVT::i32 , Legal);
SIISelLowering.cpp 44 setOperationAction(ISD::ADD, MVT::i64, Legal);
45 setOperationAction(ISD::ADD, MVT::i32, Legal);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 151 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i64, Legal);
152 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal);
153 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Legal);
154 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal);
165 setOperationAction(ISD::ROTL, MVT::i64, Legal);
166 setOperationAction(ISD::ROTR, MVT::i64, Legal);
172 setOperationAction(ISD::ROTL, MVT::i32, Legal);
173 setOperationAction(ISD::ROTR, MVT::i32, Legal);
215 // This is legal in NVPTX
216 setOperationAction(ISD::ConstantFP, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 77 setOperationAction(ISD::ADD, MVT::i32, Legal);
78 setOperationAction(ISD::ADDC, MVT::i32, Legal);
79 setOperationAction(ISD::ADDE, MVT::i32, Legal);
80 setOperationAction(ISD::SUBC, MVT::i32, Legal);
81 setOperationAction(ISD::SUBE, MVT::i32, Legal);
117 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Legal);
121 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Legal);
125 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Legal);
210 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
211 setOperationAction(ISD::FCEIL, MVT::f64, Legal);
    [all...]
AMDGPUISelLowering.cpp 111 setOperationAction(ISD::Constant, MVT::i32, Legal);
112 setOperationAction(ISD::Constant, MVT::i64, Legal);
113 setOperationAction(ISD::ConstantFP, MVT::f32, Legal);
114 setOperationAction(ISD::ConstantFP, MVT::f64, Legal);
124 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
125 setOperationAction(ISD::FEXP2, MVT::f32, Legal);
126 setOperationAction(ISD::FPOW, MVT::f32, Legal);
127 setOperationAction(ISD::FLOG2, MVT::f32, Legal);
128 setOperationAction(ISD::FABS, MVT::f32, Legal);
129 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 89 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal);
90 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal);
91 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal);
92 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal);
93 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal);
94 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal);
95 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal);
96 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal);
97 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal);
98 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /device/asus/grouper/keymaster/
NOTICE 58 "Legal Entity" shall mean the union of the acting entity and all
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
196 8. Limitation of Liability. In no event and under no legal theory,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 58 "Legal Entity" shall mean the union of the acting entity and all
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
196 8. Limitation of Liability. In no event and under no legal theory,
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 58 "Legal Entity" shall mean the union of the acting entity and all
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
196 8. Limitation of Liability. In no event and under no legal theory,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 157 // Virtually no operation on f128 is legal, but LLVM can't expand them when
285 setOperationAction(ISD::FFLOOR, Ty, Legal);
286 setOperationAction(ISD::FNEARBYINT, Ty, Legal);
287 setOperationAction(ISD::FCEIL, Ty, Legal);
288 setOperationAction(ISD::FRINT, Ty, Legal);
289 setOperationAction(ISD::FTRUNC, Ty, Legal);
290 setOperationAction(ISD::FROUND, Ty, Legal);
322 setIndexedLoadAction(im, MVT::i8, Legal);
323 setIndexedLoadAction(im, MVT::i16, Legal);
324 setIndexedLoadAction(im, MVT::i32, Legal);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 212 assert(TLI.isShuffleMaskLegal(NewMask, NVT) && "Shuffle not legal?");
730 case TargetLowering::Legal: {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 210 setOperationAction(ISD::CTLZ, MVT::i64, Legal);
252 setOperationAction(ISD::FRINT, VT, Legal);
256 setOperationAction(ISD::FNEARBYINT, VT, Legal);
257 setOperationAction(ISD::FFLOOR, VT, Legal);
258 setOperationAction(ISD::FCEIL, VT, Legal);
259 setOperationAction(ISD::FTRUNC, VT, Legal);
260 setOperationAction(ISD::FROUND, VT, Legal);
271 setOperationAction(ISD::FMA, MVT::f32, Legal);
272 setOperationAction(ISD::FMA, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 305 // The operation is legal. Assume it costs 1.
384 // If the cast is marked as legal (or promote) then assume low cost.
396 // Just check the op cost. If the operation is legal then assume it costs 1.
419 // Just check the op cost. If the operation is legal then assume it costs
469 // The operation is legal. Assume it costs 1. Multiply
504 // Assuming that all loads of legal types cost 1.
511 // legal, then this will scalarize.
521 if (LA != TargetLowering::Legal && LA != TargetLowering::Custom) {
584 // The operation is legal. Assume it costs 1.

Completed in 960 milliseconds

1 2