Home
last modified time | relevance | path

Searched refs:setInsertPoint (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h70 VPBuilder(VPBasicBlock *InsertBB) { setInsertPoint(InsertBB); } in VPBuilder()
105 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
112 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() function
120 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() function
127 void setInsertPoint(VPRecipeBase *IP) { in setInsertPoint() function
H A DVPlanTransforms.cpp737 Builder.setInsertPoint(InsertBlock, InsertBlock->getFirstNonPhi()); in adjustFixedOrderRecurrences()
739 Builder.setInsertPoint(InsertBlock, std::next(Previous->getIterator())); in adjustFixedOrderRecurrences()
1109 Builder.setInsertPoint(OriginalTerminator); in addVPLaneMaskPhiAndUpdateExitBranch()
H A DVPlanHCFGBuilder.cpp285 VPIRBuilder.setInsertPoint(VPBB); in createVPInstructionsForVPBB()
H A DLoopVectorize.cpp8068 Builder.setInsertPoint(HeaderVPBB, NewInsertionPoint); in createHeaderMask()
8747 Builder.setInsertPoint(VPBB); in tryToBuildVPlanWithVPRecipes()
9100 Builder.setInsertPoint(CurrentLink); in adjustRecipesForReductions()
9115 Builder.setInsertPoint(&*LatchVPBB->begin()); in adjustRecipesForReductions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h348 void setInsertPoint(Instruction *IP) {
353 void setInsertPoint(BasicBlock::iterator IP) {
438 setInsertPoint(I);
442 setInsertPoint(I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1240 Rewriter.setInsertPoint(Preheader->getTerminator()); in createInvariantCond()
1846 Rewriter.setInsertPoint(L->getLoopPreheader()->getTerminator()); in predicateLoopExits()
H A DLoopPredication.cpp1112 Rewriter.setInsertPoint(IP); in predicateLoopExits()
H A DLoopIdiomRecognize.cpp2791 Expander.setInsertPoint(&*Builder.GetInsertPoint()); in recognizeShiftUntilZero()
H A DLoopStrengthReduce.cpp5396 Rewriter.setInsertPoint(&*IP); in Expand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1352 setInsertPoint(IP); in expandCodeFor()