Searched refs:getLiveInVirtReg (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h490 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
492 unsigned getLiveInVirtReg(unsigned PReg) const;
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp296 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
298 unsigned MachineRegisterInfo::getLiveInVirtReg(unsigned PReg) const { function in class:MachineRegisterInfo
H A DMachineFunction.cpp420 unsigned VReg = MRI.getLiveInVirtReg(PReg);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp380 VirtualRegister = MRI.getLiveInVirtReg(Reg);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2043 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(GPArgRegs[GPRIndex]);
2062 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(FPArgRegs[FPRIndex]);

Completed in 1034 milliseconds