HomeSort by relevance Sort by last modified time
    Searched refs:getLiveInVirtReg (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 427 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
429 unsigned getLiveInVirtReg(unsigned PReg) const;
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 214 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
216 unsigned MachineRegisterInfo::getLiveInVirtReg(unsigned PReg) const {
MachineFunction.cpp 398 unsigned VReg = MRI.getLiveInVirtReg(PReg);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 212 milliseconds