reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.cpp800 VGPRDefined = !SGPRSpillVGPRDefinedSet.insert(Spill.VGPR).second; 806 Spill.VGPR) 809 .addReg(Spill.VGPR, VGPRDefined ? 0 : RegState::Undef); 905 .addReg(Spill.VGPR)