Lines Matching refs:InsertPoint
155 void insertSwap(MachineInstr *MI, MachineBasicBlock::iterator InsertPoint,
804 MachineBasicBlock::iterator InsertPoint, in insertSwap() argument
806 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in insertSwap()
909 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
920 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in handleSpecialSwappables()
923 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
925 insertSwap(MI, InsertPoint, VSRCTmp2, VSRCTmp1); in handleSpecialSwappables()
926 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
928 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in handleSpecialSwappables()
931 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
934 insertSwap(MI, InsertPoint, DstReg, NewVReg); in handleSpecialSwappables()
935 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()