Home
last modified time | relevance | path

Searched refs:getLiveInPhysReg (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp441 MCRegister MachineRegisterInfo::getLiveInPhysReg(Register VReg) const { in getLiveInPhysReg() function in MachineRegisterInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h974 MCRegister getLiveInPhysReg(Register VReg) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp101 if (MRI.getLiveInPhysReg(ArgReg) != Reg) in parametersInCSRMatch()
H A DSelectionDAGBuilder.cpp5617 Register PR = RegInfo.getLiveInPhysReg(Reg); in EmitFuncArgumentDbgValue()