Searched refs:addInsertPoint (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 777 addInsertPoint(MI, Before); in RepairingPlacement() 790 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement() 792 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement() 805 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement() 814 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement() 816 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 832 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement() 837 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 850 addInsertPoint(Src, Succ); in RepairingPlacement() 854 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);
|