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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp449 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
451 MCRegister MachineRegisterInfo::getLiveInPhysReg(Register VReg) const { function in class:MachineRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h944 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
946 MCRegister getLiveInPhysReg(Register VReg) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp97 if (MRI.getLiveInPhysReg(ArgReg) != Reg)
H A DSelectionDAGBuilder.cpp5466 Register PR = RegInfo.getLiveInPhysReg(Reg);

Completed in 144 milliseconds