Searched refs:addInsertPoint (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 673 addInsertPoint(MI, Before); in RepairingPlacement() 686 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement() 688 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement() 701 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement() 710 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement() 712 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 733 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement() 746 addInsertPoint(Src, Succ); in RepairingPlacement() 752 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint() 757 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint() [all …]
|
| /freebsd-12.1/contrib/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);
|