Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp157 assert((RepairPt.getNumInsertPoints() == 1 || in repairReg()
212 if (RepairPt.getNumInsertPoints() != 1) in repairReg()
219 new MachineInstr *[RepairPt.getNumInsertPoints()]); in repairReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h388 unsigned getNumInsertPoints() const { return InsertPoints.size(); } in getNumInsertPoints() function