Searched defs:Legal (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dtransrt.cpp111 // Legal
114 class Legal { class
116 Legal() {} function in class:Legal
117 virtual ~Legal() {}
121 class LegalJamo : public Legal {
166 class LegalGreek : public Legal {
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
342 Legal* legalSource; // NOT owned
363 Legal* adoptedLegal,
465 Legal* adoptedLega
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h81 Legal, // The target natively supports this operation. enumerator in enum:llvm::TargetLoweringBase::LegalizeAction
287 /// it is already legal (return 'Legal') or we need to promote it to a larger
408 (getOperationAction(Op, VT) == Legal ||
417 (getOperationAction(Op, VT) == Legal ||
432 getOperationAction(Op, VT) == Legal;
449 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal;
467 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal;
486 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal ||
506 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal ||
531 getCondCodeAction(CC, VT) == Legal ||
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp156 void vectorize(LoopVectorizationLegality *Legal) { argument
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);
555 LoopVectorizationLegality *Legal,
558 : TheLoop(L), SE(SE), LI(LI), Legal(Lega
554 LoopVectorizationCostModel(Loop *L, ScalarEvolution *SE, LoopInfo *LI, LoopVectorizationLegality *Legal, const TargetTransformInfo &TTI, DataLayout *DL, const TargetLibraryInfo *TLI) argument
626 LoopVectorizationLegality *Legal; member in class:__anon9995::LoopVectorizationCostModel
896 vectorizeMemoryInstruction(Instruction *Instr, LoopVectorizationLegality *Legal) argument
1072 addRuntimeCheck(LoopVectorizationLegality *Legal, Instruction *Loc) argument
1133 createEmptyLoop(LoopVectorizationLegality *Legal) argument
1592 vectorizeLoop(LoopVectorizationLegality *Legal) argument
1835 vectorizeBlockInLoop(LoopVectorizationLegality *Legal, BasicBlock *BB, PhiVector *PV) argument
[all...]

Completed in 91 milliseconds