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

  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 182 MF.getRegInfo().setPhysRegUsed(Mips::S2);
184 MF.getRegInfo().setPhysRegUsed(Mips::S0);
MipsSEFrameLowering.cpp 520 MRI.setPhysRegUsed(FP);
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 80 MRI->setPhysRegUsed(PhysReg);
VirtRegMap.cpp 275 // setPhysRegUsed, we are only doing it for physRegs that were actually found
412 MRI->setPhysRegUsed(*RegI);
424 MRI->setPhysRegUsed(Reg);
RegAllocPBQP.cpp 202 mri->setPhysRegUsed(Reg);
RegAllocFast.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 79 MRI.setPhysRegUsed(SystemZ::ArgGPRs[I]);
84 MRI.setPhysRegUsed(SystemZ::R11D);
89 MRI.setPhysRegUsed(SystemZ::R14D);
99 MRI.setPhysRegUsed(SystemZ::R15D);
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 772 MRI->setPhysRegUsed(AArch64::FP);
773 MRI->setPhysRegUsed(AArch64::LR);
779 MRI->setPhysRegUsed(RegInfo->getBaseRegister());
    [all...]
AArch64A57FPLoadBalancing.cpp 557 MRI->setPhysRegUsed(Reg);
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 650 /// setPhysRegUsed - Mark the specified register used in this function.
652 void setPhysRegUsed(unsigned Reg) {
    [all...]

Completed in 408 milliseconds