HomeSort by relevance Sort by last modified time
    Searched defs:Legal (Results 1 - 3 of 3) sorted by null

  /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/include/llvm/Target/
TargetLowering.h 81 Legal, // The target natively supports this operation.
87 /// LegalizeTypeAction - This enum indicates whether a types are legal for a
239 /// legal super-reg register class for the register class of the value type.
287 /// it is already legal (return 'Legal') or we need to promote it to a larger
310 /// point types), this returns the largest legal type it will be expanded to.
321 llvm_unreachable("Type is not legal nor is it to be expanded!");
327 /// legal first class types. For example, EVT::v8f32 maps to 2 EVT::v4f32
370 /// are assumed to be legal.
377 /// VT must be a legal type. By default, we optimistically assume mos
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 156 void vectorize(LoopVectorizationLegality *Legal) {
158 createEmptyLoop(Legal);
161 vectorizeLoop(Legal);
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);
317 /// LoopVectorizationLegality checks if it is legal to vectorize a loop, and
425 /// Returns true if it is legal to vectorize this loop
    [all...]

Completed in 731 milliseconds