Home
last modified time | relevance | path

Searched refs:getVReg (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h111 unsigned getVReg() const { assert (kind==VREG); return u.VReg; } in getVReg() function
DSelectionDAGDumper.cpp790 OS << "(VREG=" << getVReg() << ')'; in print()
DInstrEmitter.cpp730 MIB.addReg(SD->getVReg(), RegState::Debug); in EmitDbgValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp202 LIS.getInterval(G.getNodeMetadata(NId).getVReg()).weight; in apply()
334 unsigned VReg = G.getNodeMetadata(NId).getVReg(); in apply()
721 unsigned VReg = G.getNodeMetadata(NId).getVReg(); in mapPBQPToRegAlloc()
881 unsigned VReg = G.getNodeMetadata(NId).getVReg(); in PrintNodeInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h201 unsigned getVReg() const { return VReg; } in getVReg() function