Lines Matching refs:InsertPoint
150 void insertSwap(MachineInstr *MI, MachineBasicBlock::iterator InsertPoint,
823 MachineBasicBlock::iterator InsertPoint, in insertSwap() argument
825 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in insertSwap()
928 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
939 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in handleSpecialSwappables()
942 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
944 insertSwap(MI, InsertPoint, VSRCTmp2, VSRCTmp1); in handleSpecialSwappables()
945 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
947 BuildMI(*MI->getParent(), InsertPoint, MI->getDebugLoc(), in handleSpecialSwappables()
950 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()
953 insertSwap(MI, InsertPoint, DstReg, NewVReg); in handleSpecialSwappables()
954 LLVM_DEBUG(std::prev(InsertPoint)->dump()); in handleSpecialSwappables()