Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp188 static Register getVReg(MachineOperand &Op) { in getVReg() function
235 Register DefReg = getVReg(MI.getOperand(0)); in runOnMachineFunction()
258 Register DefReg = getVReg(DefOP); in runOnMachineFunction()
274 Register UseReg = getVReg(UseOP); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h67 Register getVReg() const { in getVReg() function
95 return getVReg() == Other.getVReg();
H A DInstrEmitter.cpp761 MIB.addReg(Op.getVReg()); in AddDbgValueLocationOps()
847 VReg = DbgOperand.getVReg(); in EmitDbgInstrRef()
H A DSelectionDAGDumper.cpp1013 OS << "VREG=" << printReg(Op.getVReg()); in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp198 LIS.getInterval(G.getNodeMetadata(NId).getVReg()).weight(); in apply()
330 Register VReg = G.getNodeMetadata(NId).getVReg(); in apply()
731 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