Home
last modified time | relevance | path

Searched refs:addInsertPoint (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp759 addInsertPoint(MI, Before); in RepairingPlacement()
772 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement()
774 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement()
787 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement()
796 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement()
798 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
819 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
832 addInsertPoint(Src, Succ); in RepairingPlacement()
838 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
843 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h371 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);