Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp752 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
772 RegBankSelect::InstrInsertPoint::InstrInsertPoint(MachineInstr &Instr, in InstrInsertPoint() function in RegBankSelect::InstrInsertPoint
783 void RegBankSelect::InstrInsertPoint::materialize() { in materialize()
805 bool RegBankSelect::InstrInsertPoint::isSplit() const { in isSplit()
814 uint64_t RegBankSelect::InstrInsertPoint::frequency(const Pass &P) const { in frequency()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h204 class InstrInsertPoint : public InsertPoint {
227 InstrInsertPoint(MachineInstr &Instr, bool Before = true);