Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h152 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h671 InstTy *getInsertPos() const { return InsertPos; } in getInsertPos() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1425 if (Inst == IG->getInsertPos()) in visitBlock()
H A DLoopVectorize.cpp1418 if (Grp->getInsertPos() == I) in setWideningDecision()
2709 Instruction *Instr = Group->getInsertPos(); in vectorizeInterleaveGroup()
9198 CM.getWideningDecision(IG->getInsertPos(), VF) == in buildVPlanWithVPRecipes()
9395 RecipeBuilder.getRecipe(IG->getInsertPos())); in buildVPlanWithVPRecipes()
9560 IG->getInsertPos()->printAsOperand(O, false); in print()