Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h133 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } in getInsertPos() function
H A DScheduleDAGSDNodes.cpp723 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues()
755 auto IP = Emitter.getInsertPos(); in ProcessSourceNode()
963 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
H A DScheduleDAGFast.cpp777 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule()
788 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DVectorUtils.h330 InstTy *getInsertPos() const { return InsertPos; } in getInsertPos() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp722 if (Inst == IG->getInsertPos()) in visitBlock()
H A DLoopVectorize.cpp982 if (Grp->getInsertPos() == I) in setWideningDecision()
2001 if (Instr != Group->getInsertPos()) in vectorizeInterleaveGroup()
6411 assert(I == IG->getInsertPos() && in tryToInterleaveMemory()
6811 if (IG && Instr != IG->getInsertPos() && in buildVPlanWithVPRecipes()
6918 IG->getInsertPos()->printAsOperand(O, false); in print()
6986 return State.ILV->vectorizeInterleaveGroup(IG->getInsertPos()); in execute()
6993 State.ILV->vectorizeInterleaveGroup(IG->getInsertPos(), &MaskValues); in execute()