Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp297 OldInduction(nullptr), WidenMap(UnrollFactor), TripCount(nullptr), in InnerLoopVectorizer()
572 PHINode *OldInduction; member in __anon63bf7e8f0111::InnerLoopVectorizer
1949 if (IV != OldInduction) { in widenIntInduction()
2630 if (SrcOp == OldInduction) { in scalarizeInstruction()
2736 setDebugLocFromInst(Builder, getDebugLocFromInstOrOperands(OldInduction)); in createInductionVariable()
2995 OldInduction = Legal->getInduction(); in createEmptyLoop()
3050 getDebugLocFromInstOrOperands(OldInduction)); in createEmptyLoop()
3072 if (OrigPhi == OldInduction) { in createEmptyLoop()
4190 auto ID = Legal->getInductionVars()->lookup(OldInduction); in vectorizeBlockInLoop()
4191 if (isa<TruncInst>(CI) && CI->getOperand(0) == OldInduction && in vectorizeBlockInLoop()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp679 PHINode *OldInduction = nullptr; member in llvm::InnerLoopVectorizer
1894 assert((IV->getType()->isIntegerTy() || IV != OldInduction) && in widenIntOrFpInduction()
1948 if (IV != OldInduction) { in widenIntOrFpInduction()
2572 Instruction *OldInst = getDebugLocFromInstOrOperands(OldInduction); in createInductionVariable()
2842 OldInduction = Legal->getPrimaryInduction(); in createVectorizedLoopSkeleton()
2896 getDebugLocFromInstOrOperands(OldInduction)); in createVectorizedLoopSkeleton()
2920 if (OrigPhi == OldInduction) { in createVectorizedLoopSkeleton()