Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp445 MCRegister MachineRegisterInfo::getLiveInPhysReg(Register VReg) const { in getLiveInPhysReg() function in MachineRegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h964 MCRegister getLiveInPhysReg(Register VReg) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp99 if (MRI.getLiveInPhysReg(ArgReg) != Reg) in parametersInCSRMatch()
DSelectionDAGBuilder.cpp5616 Register PR = RegInfo.getLiveInPhysReg(Reg); in EmitFuncArgumentDbgValue()