reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AggressiveAntiDepBreaker.cpp
  650     if (!MRI.isAllocatable(NewSuperReg)) continue;
  861         if (!MRI.isAllocatable(AntiDepReg)) {
lib/CodeGen/CalcSpillWeights.cpp
  255     if (Register::isVirtualRegister(hint) || mri.isAllocatable(hint))
lib/CodeGen/CriticalAntiDepBreaker.cpp
  562           if (!MRI.isAllocatable(AntiDepReg))
lib/CodeGen/MachineCSE.cpp
  344       if (MRI->isAllocatable(PhysDefs[i].second) ||
lib/CodeGen/MachinePipeliner.cpp
 1559         else if (MRI.isAllocatable(Reg))
 1572         } else if (MRI.isAllocatable(Reg)) {
lib/CodeGen/MachineRegisterInfo.cpp
  530     if (!def_empty(*AI) || isAllocatable(*AI))
lib/CodeGen/PeepholeOptimizer.cpp
 1435   return Register::isPhysicalRegister(Reg) && !MRI->isAllocatable(Reg);
lib/CodeGen/RegAllocFast.cpp
  673   if (Register::isPhysicalRegister(Hint0) && MRI->isAllocatable(Hint0) &&
  694   if (Register::isPhysicalRegister(Hint1) && MRI->isAllocatable(Hint1) &&
 1061     if (!MRI->isAllocatable(Reg)) continue;
 1171     if (!Reg || !Register::isPhysicalRegister(Reg) || !MRI->isAllocatable(Reg))
 1256     if (MRI->isAllocatable(LI.PhysReg))
lib/CodeGen/RegAllocPBQP.cpp
  458           if (!MF.getRegInfo().isAllocatable(DstReg))
lib/CodeGen/RegisterPressure.cpp
  524     } else if (MRI.isAllocatable(Reg)) {
  559     } else if (MRI.isAllocatable(Reg)) {
lib/Target/AMDGPU/GCNNSAReassign.cpp
  132     if (!MRI->isAllocatable(Reg))
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  602     if (!MRI->isAllocatable(Reg) || getPhysRegBank(Reg) != Bank)
lib/Target/AMDGPU/SIFrameLowering.cpp
  307     if (!MRI.isPhysRegUsed(Reg) && MRI.isAllocatable(Reg)) {
  370     if (!MRI.isPhysRegUsed(Reg) && MRI.isAllocatable(Reg)) {
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  372           return MRI.isAllocatable(Reg) && !MRI.isPhysRegUsed(Reg) &&
lib/Target/AMDGPU/SIRegisterInfo.cpp
 1510     if (MRI.isAllocatable(Reg) && !MRI.isPhysRegUsed(Reg))
lib/Target/PowerPC/PPCRegisterInfo.cpp
  163   bool SaveR2 = MF->getRegInfo().isAllocatable(PPC::X2);