Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h90 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
97 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() function
105 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() function
DVPlanHCFGBuilder.cpp191 VPIRBuilder.setInsertPoint(VPBB); in createVPInstructionsForVPBB()
DLoopVectorize.cpp6968 Builder.setInsertPoint(VPBB); in buildVPlanWithVPRecipes()
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp445 Context.setInsertPoint(Context.getCur()); in instrumentAccess()
462 Context.setInsertPoint(Context.getCur()); in instrumentRet()
DIceTargetLoweringX8632.cpp317 Context.setInsertPoint(Context.getCur()); in initSandbox()
DIceTargetLowering.h108 void setInsertPoint(const InstList::iterator &Position) { Next = Position; } in setInsertPoint() function
DIceTargetLoweringX8664.cpp545 Context.setInsertPoint(Context.getCur()); in initSandbox()
DIceCfgNode.cpp617 Context.setInsertPoint(Context.getCur()); in doNopInsertion()
DIceCfg.cpp1516 LoweringContext.setInsertPoint(instToIterator(&Instr)); in materializeVectorShuffles()
DIceTargetLoweringMIPS32.cpp1350 Context.setInsertPoint(Context.getCur()); in lowerArguments()
1420 Context.setInsertPoint(instToIterator(&Instr)); in lowerArguments()
1529 Context.setInsertPoint(Context.getCur()); in addProlog()
1764 Context.setInsertPoint(InsertPoint); in addEpilog()
DIceTargetLoweringARM32.cpp941 Context.setInsertPoint(instToIterator(DefGotPtr)); in materializeGotAddr()
1355 Context.setInsertPoint(Context.getCur()); in lowerArguments()
1477 Context.setInsertPoint(Context.getCur()); in addProlog()
1713 Context.setInsertPoint(InsertPoint); in addEpilog()
DIceTargetLoweringX86BaseImpl.h1044 Context.setInsertPoint(Context.getCur());
1334 Context.setInsertPoint(InsertPoint);
1545 Context.setInsertPoint(Context.getCur());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h272 void setInsertPoint(Instruction *IP) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1681 setInsertPoint(IP); in expandCodeFor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5012 Rewriter.setInsertPoint(&*IP); in Expand()