Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp777 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()
837 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
850 addInsertPoint(Src, Succ); in RepairingPlacement()
856 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
861 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
[all …]
/freebsd-14.2/contrib/llvm-project/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);