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

  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 319 MRI.setPhysRegUsed(Mips::FP);
327 MRI.setPhysRegUsed(Mips::RA);
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 378 MRI.setPhysRegUsed(SystemZ::R14D);
385 MRI.setPhysRegUsed(SystemZ::R15D);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 287 /// setPhysRegUsed - Mark the specified register used in this function.
289 void setPhysRegUsed(unsigned Reg) { UsedPhysRegs[Reg] = true; }
  /external/llvm/lib/CodeGen/
VirtRegRewriter.cpp 115 mri->setPhysRegUsed(reg);
121 mri->setPhysRegUsed(pReg);
    [all...]
VirtRegMap.cpp 352 MRI->setPhysRegUsed(Reg);
StackSlotColoring.cpp 307 MRI->setPhysRegUsed(Reg);
310 MRI->setPhysRegUsed(*AS);
RegAllocBasic.cpp 281 MRI->setPhysRegUsed(PhysReg);
RegAllocFast.cpp     [all...]
RegAllocPBQP.cpp 211 mri->setPhysRegUsed(itr->first);
RegAllocLinearScan.cpp 574 mri_->setPhysRegUsed(i->second->reg);
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]

Completed in 304 milliseconds