Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h66 unsigned getVReg() const { in getVReg() function
94 return getVReg() == Other.getVReg();
H A DInstrEmitter.cpp765 MIB.addReg(Op.getVReg()); in AddDbgValueLocationOps()
851 VReg = DbgOperand.getVReg(); in EmitDbgInstrRef()
H A DSelectionDAGDumper.cpp968 OS << "VREG=" << Op.getVReg(); in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp201 LIS.getInterval(G.getNodeMetadata(NId).getVReg()).weight(); in apply()
333 Register VReg = G.getNodeMetadata(NId).getVReg(); in apply()
734 Register VReg = G.getNodeMetadata(NId).getVReg(); in mapPBQPToRegAlloc()
894 Register VReg = G.getNodeMetadata(NId).getVReg(); in PrintNodeInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h204 Register getVReg() const { return VReg; } in getVReg() function