Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
1056 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
H A DInstrEmitter.h154 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } in getInsertPos() function
H A DScheduleDAGFast.cpp792 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule()
803 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h709 InstTy *getInsertPos() const { return InsertPos; } in getInsertPos() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1067 if (Inst == IG->getInsertPos()) in visitBlock()
H A DLoopVectorize.cpp1352 if (Grp->getInsertPos() == I) in setWideningDecision()
2595 Instruction *Instr = Group->getInsertPos(); in vectorizeInterleaveGroup()
8861 CM.getWideningDecision(IG->getInsertPos(), VF) == in buildVPlanWithVPRecipes()
9121 RecipeBuilder.getRecipe(IG->getInsertPos())); in buildVPlanWithVPRecipes()
9325 IG->getInsertPos()->printAsOperand(O, false); in print()