Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h251 InductionList *getInductionVars() { return &Inductions; } in getInductionVars() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1897 auto II = Legal->getInductionVars()->find(IV); in widenIntOrFpInduction()
1898 assert(II != Legal->getInductionVars()->end() && "IV is not an induction"); in widenIntOrFpInduction()
2909 LoopVectorizationLegality::InductionList *List = Legal->getInductionVars(); in createVectorizedLoopSkeleton()
3350 for (auto &Entry : *Legal->getInductionVars()) in fixVectorizedLoop()
3820 assert(Legal->getInductionVars()->count(P) && "Not an induction variable"); in widenPHIInstruction()
3822 InductionDescriptor II = Legal->getInductionVars()->lookup(P); in widenPHIInstruction()
4267 for (auto &Induction : *Legal->getInductionVars()) { in collectLoopScalars()
4309 for (auto &Induction : *Legal->getInductionVars()) { in collectLoopScalars()
4545 for (auto &Induction : *Legal->getInductionVars()) { in collectLoopUniforms()
6274 for (auto &Induction : *Legal->getInductionVars()) { in collectValuesToIgnore()
[all …]
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1383 InductionList *getInductionVars() { return &Inductions; } in getInductionVars() function in __anon63bf7e8f0111::LoopVectorizationLegality
1910 auto II = Legal->getInductionVars()->find(IV); in widenIntInduction()
1911 assert(II != Legal->getInductionVars()->end() && "IV is not an induction"); in widenIntInduction()
3063 LoopVectorizationLegality::InductionList *List = Legal->getInductionVars(); in createEmptyLoop()
4013 assert(Legal->getInductionVars()->count(P) && "Not an induction variable"); in widenPHIInstruction()
4015 InductionDescriptor II = Legal->getInductionVars()->lookup(P); in widenPHIInstruction()
4190 auto ID = Legal->getInductionVars()->lookup(OldInduction); in vectorizeBlockInLoop()
4798 for (auto &Induction : *getInductionVars()) { in collectLoopUniforms()
6165 for (auto &Induction : *Legal->getInductionVars()) { in collectValuesToIgnore()