Lines Matching refs:InsertPos
756 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues() local
774 BB->insert(InsertPos, DbgMI); in ProcessSDDbgValues()
810 MachineBasicBlock::iterator InsertPos) { in EmitPhysRegCopy() argument
829 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), Reg) in EmitPhysRegCopy()
838 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()
850 EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule() argument
851 InstrEmitter Emitter(DAG->getTarget(), BB, InsertPos); in EmitSchedule()
907 BB->insert(InsertPos, DbgMI); in EmitSchedule()
919 TII->insertNoop(*Emitter.getBlock(), InsertPos); in EmitSchedule()
927 EmitPhysRegCopy(SU, CopyVRBaseMap, InsertPos); in EmitSchedule()
1054 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
1068 if (&MI == InsertPos) in EmitSchedule()
1069 InsertPos = std::prev(InsertPos->getIterator()); in EmitSchedule()