Home
last modified time | relevance | path

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

123456

/external/icu4c/test/intltest/
Dtransrt.cpp114 class Legal { class
116 Legal() {} in Legal() function in Legal
117 virtual ~Legal() {} in ~Legal()
121 class LegalJamo : public Legal {
166 class LegalGreek : public Legal {
342 Legal* legalSource; // NOT owned
363 Legal* adoptedLegal,
465 Legal* adoptedLegal, in test()
976 Legal *legal = new Legal(); in TestKana()
990 Legal *legal = new Legal(); in TestHiragana()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1124 setOperationAction(ISD::FADD, MVT::f32, Legal); in HexagonTargetLowering()
1125 setOperationAction(ISD::FADD, MVT::f64, Legal); in HexagonTargetLowering()
1126 setOperationAction(ISD::FP_EXTEND, MVT::f32, Legal); in HexagonTargetLowering()
1127 setCondCodeAction(ISD::SETOEQ, MVT::f32, Legal); in HexagonTargetLowering()
1128 setCondCodeAction(ISD::SETOEQ, MVT::f64, Legal); in HexagonTargetLowering()
1129 setCondCodeAction(ISD::SETUEQ, MVT::f32, Legal); in HexagonTargetLowering()
1130 setCondCodeAction(ISD::SETUEQ, MVT::f64, Legal); in HexagonTargetLowering()
1132 setCondCodeAction(ISD::SETOGE, MVT::f32, Legal); in HexagonTargetLowering()
1133 setCondCodeAction(ISD::SETOGE, MVT::f64, Legal); in HexagonTargetLowering()
1134 setCondCodeAction(ISD::SETUGE, MVT::f32, Legal); in HexagonTargetLowering()
[all …]
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp156 void vectorize(LoopVectorizationLegality *Legal) { in vectorize() argument
158 createEmptyLoop(Legal); in vectorize()
161 vectorizeLoop(Legal); in vectorize()
176 Instruction *addRuntimeCheck(LoopVectorizationLegality *Legal,
179 void createEmptyLoop(LoopVectorizationLegality *Legal);
181 void vectorizeLoop(LoopVectorizationLegality *Legal);
192 void vectorizeBlockInLoop(LoopVectorizationLegality *Legal, BasicBlock *BB,
205 LoopVectorizationLegality *Legal);
555 LoopVectorizationLegality *Legal, in LoopVectorizationCostModel() argument
558 : TheLoop(L), SE(SE), LI(LI), Legal(Legal), TTI(TTI), DL(DL), TLI(TLI) {} in LoopVectorizationCostModel()
[all …]
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp41 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AMDGPUTargetLowering()
42 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in AMDGPUTargetLowering()
43 setOperationAction(ISD::FPOW, MVT::f32, Legal); in AMDGPUTargetLowering()
44 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering()
45 setOperationAction(ISD::FABS, MVT::f32, Legal); in AMDGPUTargetLowering()
46 setOperationAction(ISD::FFLOOR, MVT::f32, Legal); in AMDGPUTargetLowering()
47 setOperationAction(ISD::FRINT, MVT::f32, Legal); in AMDGPUTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp45 setOperationAction(ISD::LOAD, VecTys[i], Legal); in MipsSETargetLowering()
46 setOperationAction(ISD::STORE, VecTys[i], Legal); in MipsSETargetLowering()
47 setOperationAction(ISD::BITCAST, VecTys[i], Legal); in MipsSETargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h81 Legal, // The target natively supports this operation. enumerator
408 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustom()
417 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrPromote()
432 getOperationAction(Op, VT) == Legal; in isOperationLegal()
449 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal; in isLoadExtLegal()
467 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal; in isTruncStoreLegal()
486 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal()
506 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal()
531 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp388 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal); in X86TargetLowering()
389 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal); in X86TargetLowering()
390 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal); in X86TargetLowering()
509 setOperationAction(ISD::PREFETCH , MVT::Other, Legal); in X86TargetLowering()
572 setOperationAction(ISD::TRAP, MVT::Other, Legal); in X86TargetLowering()
573 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering()
868 setOperationAction(ISD::FADD, MVT::v4f32, Legal); in X86TargetLowering()
869 setOperationAction(ISD::FSUB, MVT::v4f32, Legal); in X86TargetLowering()
870 setOperationAction(ISD::FMUL, MVT::v4f32, Legal); in X86TargetLowering()
871 setOperationAction(ISD::FDIV, MVT::v4f32, Legal); in X86TargetLowering()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp141 setOperationAction(ISD::FABS, MVT::f32, Legal); in AArch64TargetLowering()
142 setOperationAction(ISD::FABS, MVT::f64, Legal); in AArch64TargetLowering()
144 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AArch64TargetLowering()
145 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in AArch64TargetLowering()
147 setOperationAction(ISD::FFLOOR, MVT::f32, Legal); in AArch64TargetLowering()
148 setOperationAction(ISD::FFLOOR, MVT::f64, Legal); in AArch64TargetLowering()
150 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal); in AArch64TargetLowering()
151 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal); in AArch64TargetLowering()
153 setOperationAction(ISD::FNEG, MVT::f32, Legal); in AArch64TargetLowering()
154 setOperationAction(ISD::FNEG, MVT::f64, Legal); in AArch64TargetLowering()
[all …]
/external/chromium-trace/trace-viewer/third_party/closure_linter/
DLICENSE15 "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
/external/svox/PicoLangInstallerEngGbr/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/PicoLangInstallerDeuDeu/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/PicoLangInstallerSpaEsp/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/stressapptest/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/pico/src/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/android-mock/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/pico/lib/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/pico_resources/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/pico/tts/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/PicoLangInstallerEngUsa/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/PicoLangInstallerItaIta/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/apache-harmony/
DNOTICE31 "Legal Entity" shall mean the union of the acting entity and all
39 "You" (or "Your") shall mean an individual or Legal Entity
68 or by an individual or Legal Entity authorized to submit on behalf of
78 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/picolanginstaller/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/eyes-free/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/android-clat/
DNOTICE27 "Legal Entity" shall mean the union of the acting entity and all
35 "You" (or "Your") shall mean an individual or Legal Entity
64 or by an individual or Legal Entity authorized to submit on behalf of
74 "Contributor" shall mean Licensor and any individual or Legal Entity
/external/svox/PicoLangInstallerFraFra/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity

123456