Home
last modified time | relevance | path

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

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