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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 490 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
492 unsigned getLiveInVirtReg(unsigned PReg) const;
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 296 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
298 unsigned MachineRegisterInfo::getLiveInVirtReg(unsigned PReg) const {
MachineFunction.cpp 420 unsigned VReg = MRI.getLiveInVirtReg(PReg);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 380 VirtualRegister = MRI.getLiveInVirtReg(Reg);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 108 milliseconds