Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp751 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues()
864 return std::prev(Emitter.getInsertPos()); in EmitSchedule()
867 MachineBasicBlock::iterator Before = GetPrevInsn(Emitter.getInsertPos()); in EmitSchedule()
869 MachineBasicBlock::iterator After = GetPrevInsn(Emitter.getInsertPos()); in EmitSchedule()
1049 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
H A DInstrEmitter.h152 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } in getInsertPos() function
H A DScheduleDAGFast.cpp795 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule()
806 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h695 InstTy *getInsertPos() const { return InsertPos; } in getInsertPos() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1047 if (Inst == IG->getInsertPos()) in visitBlock()
H A DLoopVectorize.cpp1322 if (Grp->getInsertPos() == I) in setWideningDecision()
2545 Instruction *Instr = Group->getInsertPos(); in vectorizeInterleaveGroup()
8734 CM.getWideningDecision(IG->getInsertPos(), VF) == in buildVPlanWithVPRecipes()
8994 RecipeBuilder.getRecipe(IG->getInsertPos())); in buildVPlanWithVPRecipes()
9199 IG->getInsertPos()->printAsOperand(O, false); in print()