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

  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 313 MRI.setPhysRegUsed(FP);
321 MRI.setPhysRegUsed(Mips::RA);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 345 /// setPhysRegUsed - Mark the specified register used in this function.
347 void setPhysRegUsed(unsigned Reg) { UsedPhysRegs.set(Reg); }
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 208 MRI->setPhysRegUsed(Reg);
RegAllocBase.cpp 151 MRI->setPhysRegUsed(PhysReg);
RegAllocPBQP.cpp 212 mri->setPhysRegUsed(itr->first);
RegAllocFast.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]

Completed in 79 milliseconds