Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp758 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues()
870 return std::prev(Emitter.getInsertPos()); in EmitSchedule()
873 MachineBasicBlock::iterator Before = GetPrevInsn(Emitter.getInsertPos()); in EmitSchedule()
875 MachineBasicBlock::iterator After = GetPrevInsn(Emitter.getInsertPos()); in EmitSchedule()
1067 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
H A DInstrEmitter.h154 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } in getInsertPos() function
H A DScheduleDAGFast.cpp786 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule()
797 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h556 InstTy *getInsertPos() const { return InsertPos; } in getInsertPos() function
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp279 return IG->getInsertPos(); in getInstructionForCost()
2132 Instruction *Instr = Group->getInsertPos(); in execute()
2380 IG->getInsertPos()->printAsOperand(O, false); in print()
H A DVPlan.h2167 Instruction *getInsertPos() const { return IG->getInsertPos(); } in getInsertPos() function
H A DLoopVectorize.cpp1201 if (Grp->getInsertPos() == I) in setWideningDecision()
6698 if (Group->getInsertPos() == &I) in collectValuesToIgnore()
6713 getInterleavedAccessGroup(UI)->getInsertPos() == UI); in collectValuesToIgnore()
8508 CM.getWideningDecision(IG->getInsertPos(), VF) == in tryToBuildVPlanWithVPRecipes()
8631 cast<VPWidenMemoryRecipe>(RecipeBuilder.getRecipe(IG->getInsertPos())); in tryToBuildVPlanWithVPRecipes()
H A DVPlan.cpp1495 if (Inst == IG->getInsertPos()) in visitBlock()