Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp853 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
873 RegBankSelect::InstrInsertPoint::InstrInsertPoint(MachineInstr &Instr, in InstrInsertPoint() function in RegBankSelect::InstrInsertPoint
884 void RegBankSelect::InstrInsertPoint::materialize() { in materialize()
906 bool RegBankSelect::InstrInsertPoint::isSplit() const { in isSplit()
915 uint64_t RegBankSelect::InstrInsertPoint::frequency(const Pass &P) const { in frequency()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h204 class InstrInsertPoint : public InsertPoint {
227 InstrInsertPoint(MachineInstr &Instr, bool Before = true);