Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp156 assert((RepairPt.getNumInsertPoints() == 1 || Dst.isPhysical()) && in repairReg()
210 if (RepairPt.getNumInsertPoints() != 1) in repairReg()
217 new MachineInstr *[RepairPt.getNumInsertPoints()]); in repairReg()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h389 unsigned getNumInsertPoints() const { return InsertPoints.size(); } in getNumInsertPoints() function