Home
last modified time | relevance | path

Searched refs:getInsertPos (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp756 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues()
868 return std::prev(Emitter.getInsertPos()); in EmitSchedule()
871 MachineBasicBlock::iterator Before = GetPrevInsn(Emitter.getInsertPos()); in EmitSchedule()
873 MachineBasicBlock::iterator After = GetPrevInsn(Emitter.getInsertPos()); in EmitSchedule()
1054 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
H A DInstrEmitter.h144 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } in getInsertPos() function
H A DScheduleDAGFast.cpp777 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule()
788 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h668 InstTy *getInsertPos() const { return InsertPos; } in getInsertPos() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1220 if (Inst == IG->getInsertPos()) in visitBlock()
H A DLoopVectorize.cpp1393 if (Grp->getInsertPos() == I) in setWideningDecision()
2690 Instruction *Instr = Group->getInsertPos(); in vectorizeInterleaveGroup()
9040 CM.getWideningDecision(IG->getInsertPos(), VF) == in buildVPlanWithVPRecipes()
9207 RecipeBuilder.getRecipe(IG->getInsertPos())); in buildVPlanWithVPRecipes()
9364 IG->getInsertPos()->printAsOperand(O, false); in print()