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

References

lib/Target/AMDGPU/SIFrameLowering.cpp
  769             Spill[0].VGPR)
  772       .addReg(Spill[0].VGPR, RegState::Undef);
  871       .addReg(Spill[0].VGPR)
 1034       dbgs() << "Spilling FP to  " << printReg(Spill.VGPR, TRI)
 1052       dbgs() << "FP requires fallback spill to " << printReg(Spill.VGPR, TRI)
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  434     bool hasReg() { return VGPR != 0;}
lib/Target/AMDGPU/SIRegisterInfo.cpp
  800         VGPRDefined = !SGPRSpillVGPRDefinedSet.insert(Spill.VGPR).second;
  806               Spill.VGPR)
  809         .addReg(Spill.VGPR, VGPRDefined ? 0 : RegState::Undef);
  905         .addReg(Spill.VGPR)