Home
last modified time | relevance | path

Searched refs:getInductionVars (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h241 InductionList *getInductionVars() { return &Inductions; } in getInductionVars() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1809 auto II = Legal->getInductionVars()->find(IV); in widenIntOrFpInduction()
1810 assert(II != Legal->getInductionVars()->end() && "IV is not an induction"); in widenIntOrFpInduction()
3037 LoopVectorizationLegality::InductionList *List = Legal->getInductionVars(); in createVectorizedLoopSkeleton()
3474 for (auto &Entry : *Legal->getInductionVars()) in fixVectorizedLoop()
4148 assert(Legal->getInductionVars()->count(P) && "Not an induction variable"); in widenPHIInstruction()
4150 InductionDescriptor II = Legal->getInductionVars()->lookup(P); in widenPHIInstruction()
4516 for (auto &Induction : *Legal->getInductionVars()) { in collectLoopScalars()
4559 for (auto &Induction : *Legal->getInductionVars()) { in collectLoopScalars()
4850 for (auto &Induction : *Legal->getInductionVars()) { in collectLoopUniforms()
6434 for (auto &Induction : *Legal->getInductionVars()) { in collectValuesToIgnore()
[all …]