Lines Matching refs:InsertPoint
150 void insertSwap(MachineInstr *MI, MachineBasicBlock::iterator InsertPoint,
826 MachineBasicBlock::iterator InsertPoint, in insertSwap() argument
828 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in insertSwap()
931 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
942 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in handleSpecialSwappables()
945 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
947 insertSwap(MI, InsertPoint, VSRCTmp2, VSRCTmp1); in handleSpecialSwappables()
948 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
950 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in handleSpecialSwappables()
953 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
956 insertSwap(MI, InsertPoint, DstReg, NewVReg); in handleSpecialSwappables()
957 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()