Home
last modified time | relevance | path

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

12345678910

/external/icu/icu4c/source/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/Mips/
DMipsSEISelLowering.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 …]
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp321 TripCount(nullptr), VectorTripCount(nullptr), Legal(nullptr), in InnerLoopVectorizer()
331 Legal = L; in vectorize()
553 LoopVectorizationLegality *Legal; member in __anon63bf7e8f0111::InnerLoopVectorizer
1413 LoopInfo *LI, LoopVectorizationLegality *Legal, in LoopVectorizationCostModel() argument
1418 : TheLoop(L), PSE(PSE), LI(LI), Legal(Legal), TTI(TTI), TLI(TLI), DB(DB), in LoopVectorizationCostModel()
1506 LoopVectorizationLegality *Legal; member in __anon63bf7e8f0111::LoopVectorizationCostModel
2082 if (Legal->hasStride(V)) in getVectorValue()
2231 const InterleaveGroup *Group = Legal->getInterleavedAccessGroup(Instr); in vectorizeInterleaveGroup()
2359 if (Legal->isAccessInterleaved(Instr)) in vectorizeMemoryInstruction()
2375 if (SI && Legal->blockNeedsPredication(SI->getParent()) && in vectorizeMemoryInstruction()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java129 …TAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal()); in TestKana()
136 .test("[a-zA-Z]", HIRAGANA, HIRAGANA_ITERATION, this, new Legal()); in TestHiragana()
143 …test("[a-zA-Z]", KATAKANA, "[" + KATAKANA_ITERATION + HALFWIDTH_KATAKANA + "]", this, new Legal()); in TestKatakana()
172 t.test("[a-zA-Z]", "[\uAC00-\uD7A4]", "", this, new Legal()); in TestHangul()
381 .test("[a-zA-Z\u0110\u0111\u02BA\u02B9]", "[\u0400-\u045F]", null, this, new Legal()); in TestCyrillic()
390 … .test("[a-zA-Z\u02BE\u02BF]", ARABIC, "[a-zA-Z\u02BE\u02BF\u207F]", null, this, new Legal()); // in TestArabic()
430 public static class LegalIndic extends Legal{
902 public static class Legal { class in RoundTripTest
906 public static class LegalJamo extends Legal {
947 public static class LegalThai extends Legal {
[all …]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java125 …TAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal()); in TestKana()
132 .test("[a-zA-Z]", HIRAGANA, HIRAGANA_ITERATION, this, new Legal()); in TestHiragana()
139 …test("[a-zA-Z]", KATAKANA, "[" + KATAKANA_ITERATION + HALFWIDTH_KATAKANA + "]", this, new Legal()); in TestKatakana()
168 t.test("[a-zA-Z]", "[\uAC00-\uD7A4]", "", this, new Legal()); in TestHangul()
377 .test("[a-zA-Z\u0110\u0111\u02BA\u02B9]", "[\u0400-\u045F]", null, this, new Legal()); in TestCyrillic()
386 … .test("[a-zA-Z\u02BE\u02BF]", ARABIC, "[a-zA-Z\u02BE\u02BF\u207F]", null, this, new Legal()); // in TestArabic()
426 public static class LegalIndic extends Legal{
898 public static class Legal { class in RoundTripTest
902 public static class LegalJamo extends Legal {
943 public static class LegalThai extends Legal {
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp85 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
86 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
87 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
88 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering()
89 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering()
90 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering()
91 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering()
92 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering()
93 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering()
94 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering()
[all …]
/external/skia/tools/
Drandom_parse_path.cpp11 const struct Legal { struct
71 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp313 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal); in X86TargetLowering()
314 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal); in X86TargetLowering()
315 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal); in X86TargetLowering()
473 setOperationAction(ISD::PREFETCH , MVT::Other, Legal); in X86TargetLowering()
500 setOperationAction(ISD::TRAP, MVT::Other, Legal); in X86TargetLowering()
501 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering()
796 setOperationAction(ISD::FADD, MVT::v4f32, Legal); in X86TargetLowering()
797 setOperationAction(ISD::FSUB, MVT::v4f32, Legal); in X86TargetLowering()
798 setOperationAction(ISD::FMUL, MVT::v4f32, Legal); in X86TargetLowering()
799 setOperationAction(ISD::FDIV, MVT::v4f32, Legal); in X86TargetLowering()
[all …]
/external/skia/fuzz/
DFuzzParsePath.cpp16 const struct Legal { struct
76 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp74 setOperationAction(ISD::ADD, MVT::i32, Legal); in SITargetLowering()
75 setOperationAction(ISD::ADDC, MVT::i32, Legal); in SITargetLowering()
76 setOperationAction(ISD::ADDE, MVT::i32, Legal); in SITargetLowering()
77 setOperationAction(ISD::SUBC, MVT::i32, Legal); in SITargetLowering()
78 setOperationAction(ISD::SUBE, MVT::i32, Legal); in SITargetLowering()
83 setOperationAction(ISD::FMINNUM, MVT::f64, Legal); in SITargetLowering()
84 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in SITargetLowering()
109 setOperationAction(ISD::BSWAP, MVT::i32, Legal); in SITargetLowering()
110 setOperationAction(ISD::BITREVERSE, MVT::i32, Legal); in SITargetLowering()
112 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Legal); in SITargetLowering()
[all …]
/external/llvm/include/llvm/Target/
DTargetLowering.h87 Legal, // The target natively supports this operation. enumerator
561 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustom()
570 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrPromote()
584 getOperationAction(Op, VT) == Legal; in isOperationLegal()
603 getLoadExtAction(ExtType, ValVT, MemVT) == Legal; in isLoadExtLegal()
610 (getLoadExtAction(ExtType, ValVT, MemVT) == Legal || in isLoadExtLegalOrCustom()
630 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal; in isTruncStoreLegal()
647 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal()
665 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal()
688 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp129 setOperationAction(ISD::ConstantFP, T, Legal); in WebAssemblyTargetLowering()
142 setOperationAction(Op, T, Legal); in WebAssemblyTargetLowering()
144 setOperationAction(ISD::FMINNAN, T, Legal); in WebAssemblyTargetLowering()
145 setOperationAction(ISD::FMAXNAN, T, Legal); in WebAssemblyTargetLowering()
190 setOperationAction(ISD::TRAP, MVT::Other, Legal); in WebAssemblyTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp228 setOperationAction(ISD::CTLZ, MVT::i64, Legal); in SystemZTargetLowering()
268 if (getOperationAction(Opcode, VT) == Legal) in SystemZTargetLowering()
284 setOperationAction(ISD::LOAD, VT, Legal); in SystemZTargetLowering()
285 setOperationAction(ISD::STORE, VT, Legal); in SystemZTargetLowering()
286 setOperationAction(ISD::VSELECT, VT, Legal); in SystemZTargetLowering()
287 setOperationAction(ISD::BITCAST, VT, Legal); in SystemZTargetLowering()
288 setOperationAction(ISD::UNDEF, VT, Legal); in SystemZTargetLowering()
301 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Legal); in SystemZTargetLowering()
302 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Legal); in SystemZTargetLowering()
303 setOperationAction(ISD::ADD, VT, Legal); in SystemZTargetLowering()
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.cpp35 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AMDGPUTargetLowering()
36 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in AMDGPUTargetLowering()
37 setOperationAction(ISD::FRINT, MVT::f32, Legal); in AMDGPUTargetLowering()
/external/slf4j/jcl-over-slf4j/
DLICENSE.txt15 "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/snakeyaml/
DNOTICE15 "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
DLICENSE.txt15 "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/chromium-trace/catapult/third_party/pyfakefs/
DCOPYING16 "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
/external/chromium-trace/catapult/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/webrtc/webrtc/examples/androidapp/third_party/autobanh/
DLICENSE16 "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
/external/skia/third_party/etc1/
DLICENSE17 "Legal Entity" shall mean the union of the acting entity and all other
25 "You" (or "Your") shall mean an individual or Legal Entity exercising
53 Legal Entity authorized to submit on behalf of the copyright owner. For
63 "Contributor" shall mean Licensor and any individual or Legal Entity on
/external/chromium-trace/catapult/third_party/coverage/
DLICENSE.txt16 "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
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
DCOPYING16 "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
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1468 setOperationAction(ISD::LOAD, MVT::v2i32, Legal); in SparcTargetLowering()
1469 setOperationAction(ISD::STORE, MVT::v2i32, Legal); in SparcTargetLowering()
1470 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i32, Legal); in SparcTargetLowering()
1471 setOperationAction(ISD::BUILD_VECTOR, MVT::v2i32, Legal); in SparcTargetLowering()
1575 Subtarget->usePopc() ? Legal : Expand); in SparcTargetLowering()
1592 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Legal); in SparcTargetLowering()
1594 (Subtarget->isV9() ? Legal: Expand)); in SparcTargetLowering()
1597 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Legal); in SparcTargetLowering()
1604 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
1605 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Legal); in SparcTargetLowering()
[all …]
/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

12345678910