Searched defs:Legal (Results 1 - 4 of 4) sorted by last modified time

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp258 Legal(nullptr) {}
262 Legal = L;
456 LoopVectorizationLegality *Legal; member in class:__anon26368::InnerLoopVectorizer
840 LoopVectorizationLegality *Legal,
843 : TheLoop(L), SE(SE), LI(LI), Legal(Legal), TTI(TTI), DL(DL), TLI(TLI) {}
912 LoopVectorizationLegality *Legal; member in class:__anon26368::LoopVectorizationCostModel
1585 if (Legal->hasStride(V))
1628 if (SI && Legal->blockNeedsPredication(SI->getParent()))
1636 int ConsecutiveStride = Legal
839 LoopVectorizationCostModel(Loop *L, ScalarEvolution *SE, LoopInfo *LI, LoopVectorizationLegality *Legal, const TargetTransformInfo &TTI, const DataLayout *DL, const TargetLibraryInfo *TLI) argument
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h85 Legal, // The target natively supports this operation. enumerator in enum:llvm::TargetLoweringBase::LegalizeAction
372 /// legal (return 'Legal') or we need to promote it to a larger type (return
491 (getOperationAction(Op, VT) == Legal ||
500 (getOperationAction(Op, VT) == Legal ||
514 getOperationAction(Op, VT) == Legal;
529 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal;
546 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal;
563 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal ||
581 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal ||
604 getCondCodeAction(CC, VT) == Legal ||
[all...]
/external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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...]

Completed in 1781 milliseconds