Lines Matching refs:InsertPoint
150 void insertSwap(MachineInstr *MI, MachineBasicBlock::iterator InsertPoint,
824 MachineBasicBlock::iterator InsertPoint, in insertSwap() argument
826 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in insertSwap()
929 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
940 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in handleSpecialSwappables()
943 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
945 insertSwap(MI, InsertPoint, VSRCTmp2, VSRCTmp1); in handleSpecialSwappables()
946 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
948 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in handleSpecialSwappables()
951 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
954 insertSwap(MI, InsertPoint, DstReg, NewVReg); in handleSpecialSwappables()
955 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()