Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp445 MCRegister MachineRegisterInfo::getLiveInPhysReg(Register VReg) const { in getLiveInPhysReg() function in MachineRegisterInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h964 MCRegister getLiveInPhysReg(Register VReg) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp99 if (MRI.getLiveInPhysReg(ArgReg) != Reg) in parametersInCSRMatch()
H A DSelectionDAGBuilder.cpp5589 Register PR = RegInfo.getLiveInPhysReg(Reg); in EmitFuncArgumentDbgValue()