Searched refs:addInsertPoint (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 778 addInsertPoint(MI, Before); in RepairingPlacement() 791 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement() 793 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement() 806 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement() 815 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement() 817 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 833 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement() 838 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 851 addInsertPoint(Src, Succ); in RepairingPlacement() 855 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI, in addInsertPoint() function in RegBankSelect::RepairingPlacement [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | RegBankSelect.h | 371 void addInsertPoint(MachineBasicBlock &MBB, bool Beginning); 373 void addInsertPoint(MachineInstr &MI, bool Before); 375 void addInsertPoint(MachineBasicBlock &Src, MachineBasicBlock &Dst); 378 void addInsertPoint(InsertPoint &Point);
|