Searched refs:addInsertPoint (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 770 addInsertPoint(MI, Before); in RepairingPlacement() 783 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement() 785 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement() 798 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement() 807 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement() 809 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 825 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement() 830 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 843 addInsertPoint(Src, Succ); in RepairingPlacement() 847 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI, in addInsertPoint() function in RegBankSelect::RepairingPlacement [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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);
|