Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp449 MCRegister MachineRegisterInfo::getLiveInPhysReg(Register VReg) const { in getLiveInPhysReg() function in MachineRegisterInfo
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1005 MCRegister getLiveInPhysReg(Register VReg) const;
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5685 Register PR = RegInfo.getLiveInPhysReg(Reg); in EmitFuncArgumentDbgValue()
H A DTargetLowering.cpp102 if (MRI.getLiveInPhysReg(ArgReg) != Reg) in parametersInCSRMatch()