Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp770 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()
830 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
843 addInsertPoint(Src, Succ); in RepairingPlacement()
849 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
854 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
[all …]
/freebsd-13.1/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);