Searched refs:LastInduction (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1825 Instruction *LastInduction = VecInd; in createVectorIntOrFpInductionPHI() local 1827 VectorLoopValueMap.setVectorValue(EntryVal, Part, LastInduction); in createVectorIntOrFpInductionPHI() 1830 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI() 1831 recordVectorLoopValueForInductionCast(II, EntryVal, LastInduction, Part); in createVectorIntOrFpInductionPHI() 1833 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI() 1834 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add"))); in createVectorIntOrFpInductionPHI() 1835 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI() 1843 LastInduction->moveBefore(ICmp); in createVectorIntOrFpInductionPHI() 1844 LastInduction->setName("vec.ind.next"); in createVectorIntOrFpInductionPHI() 1847 VecInd->addIncoming(LastInduction, LoopVectorLatch); in createVectorIntOrFpInductionPHI()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1897 Value *LastInduction = VecInd; in createVectorIntInductionPHI() local 1899 Entry[Part] = LastInduction; in createVectorIntInductionPHI() 1900 LastInduction = Builder.CreateAdd(LastInduction, SplatVF, "step.add"); in createVectorIntInductionPHI() 1904 VecInd->addIncoming(LastInduction, LoopVectorBody); in createVectorIntInductionPHI()
|