Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp856 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
876 RegBankSelect::InstrInsertPoint::InstrInsertPoint(MachineInstr &Instr, in InstrInsertPoint() function in RegBankSelect::InstrInsertPoint
887 void RegBankSelect::InstrInsertPoint::materialize() { in materialize()
909 bool RegBankSelect::InstrInsertPoint::isSplit() const { in isSplit()
918 uint64_t RegBankSelect::InstrInsertPoint::frequency(const Pass &P) const { in frequency()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h204 class InstrInsertPoint : public InsertPoint {
227 InstrInsertPoint(MachineInstr &Instr, bool Before = true);