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

1 2

  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 110 // Legal
113 class Legal {
115 Legal() {}
116 virtual ~Legal() {}
120 class LegalJamo : public Legal {
165 class LegalGreek : public Legal {
185 // A special case which is legal but should be
200 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
341 Legal* legalSource; // NOT owned
362 Legal* adoptedLegal
975 Legal *legal = new Legal(); local
989 Legal *legal = new Legal(); local
998 Legal *legal = new Legal(); local
1013 Legal *legal = new LegalJamo(); local
1023 Legal *legal = new Legal(); local
1143 LegalGreek *legal = new LegalGreek(TRUE); local
1178 LegalGreek *legal = new LegalGreek(FALSE); local
1210 LegalGreek *legal = new LegalGreek(FALSE); local
1231 Legal *legal = new Legal(); local
1280 LegalHebrew* legal = new LegalHebrew(error); local
1293 Legal *legal = new Legal(); local
1392 Legal *legal = new LegalIndic(); local
1659 Legal *legal = new LegalIndic(); local
1660 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1682 Legal *legal = new LegalIndic(); local
    [all...]
  /external/icu4c/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
1144 LegalGreek *legal = new LegalGreek(TRUE); local
1179 LegalGreek *legal = new LegalGreek(FALSE); local
1211 LegalGreek *legal = new LegalGreek(FALSE); local
1232 Legal *legal = new Legal(); local
1281 LegalHebrew* legal = new LegalHebrew(error); local
1294 Legal *legal = new Legal(); local
1393 Legal *legal = new LegalIndic(); local
1660 Legal *legal = new LegalIndic(); local
1661 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1683 Legal *legal = new LegalIndic(); local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 160 void vectorize(LoopVectorizationLegality *Legal) {
162 createEmptyLoop(Legal);
165 vectorizeLoop(Legal);
185 Instruction *addRuntimeCheck(LoopVectorizationLegality *Legal,
188 void createEmptyLoop(LoopVectorizationLegality *Legal);
190 void vectorizeLoop(LoopVectorizationLegality *Legal);
201 void vectorizeBlockInLoop(LoopVectorizationLegality *Legal, BasicBlock *BB,
214 LoopVectorizationLegality *Legal);
357 /// LoopVectorizationLegality checks if it is legal to vectorize a loop, and
499 /// Returns true if it is legal to vectorize this loop
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 45 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
46 setOperationAction(ISD::FEXP2, MVT::f32, Legal);
47 setOperationAction(ISD::FPOW, MVT::f32, Legal);
48 setOperationAction(ISD::FLOG2, MVT::f32, Legal);
49 setOperationAction(ISD::FABS, MVT::f32, Legal);
50 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
51 setOperationAction(ISD::FRINT, MVT::f32, Legal);
AMDILISelLowering.cpp 164 setOperationAction(ISD::Constant , MVT::i64 , Legal);
177 setOperationAction(ISD::ConstantFP , MVT::f64 , Legal);
205 setOperationAction(ISD::ConstantFP , MVT::f32 , Legal);
206 setOperationAction(ISD::Constant , MVT::i32 , Legal);