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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 2065         CCInfo.AllocateReg(AMDGPU::VGPR0);
 2066         CCInfo.AllocateReg(AMDGPU::VGPR1);
 2101     allocateSpecialEntryInputVGPRs(CCInfo, MF, *TRI, *Info);
 2102     allocateHSAUserSGPRs(CCInfo, MF, *TRI, *Info);
 2106     analyzeFormalArgumentsCompute(CCInfo, Ins);
 2109     CCInfo.AnalyzeFormalArguments(Splits, AssignFn);
 2216     allocateSpecialInputVGPRs(CCInfo, MF, *TRI, *Info);
 2221     allocateSystemSGPRs(CCInfo, MF, *Info, CallConv, IsShader);
 2223     CCInfo.AllocateReg(Info->getScratchRSrcReg());
 2224     CCInfo.AllocateReg(Info->getScratchWaveOffsetReg());
 2225     CCInfo.AllocateReg(Info->getFrameOffsetReg());
 2226     allocateSpecialInputSGPRs(CCInfo, MF, *TRI, *Info);
 2233   unsigned StackArgSize = CCInfo.getNextStackOffset();