Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp460 MCRegister MachineRegisterInfo::getLiveInPhysReg(Register VReg) const { in getLiveInPhysReg() function in MachineRegisterInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1013 MCRegister getLiveInPhysReg(Register VReg) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6101 Register PR = RegInfo.getLiveInPhysReg(Reg); in EmitFuncArgumentDbgValue()
H A DTargetLowering.cpp104 if (MRI.getLiveInPhysReg(ArgReg) != Reg) in parametersInCSRMatch()