Searched refs:addInsertPoint (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 774 addInsertPoint(MI, Before); in RepairingPlacement() 787 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement() 789 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement() 802 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement() 811 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement() 813 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 829 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement() 834 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 847 addInsertPoint(Src, Succ); in RepairingPlacement() 851 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI, in addInsertPoint() function in RegBankSelect::RepairingPlacement [all …]
|
| /openbsd-src/gnu/llvm/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);
|