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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 2024   const Function &Fn = MF.getFunction();
 2025   FunctionType *FType = MF.getFunction().getFunctionType();
 2026   SIMachineFunctionInfo *Info = MF.getInfo<SIMachineFunctionInfo>();
 2101     allocateSpecialEntryInputVGPRs(CCInfo, MF, *TRI, *Info);
 2102     allocateHSAUserSGPRs(CCInfo, MF, *TRI, *Info);
 2170     Reg = MF.addLiveIn(Reg, RC);
 2216     allocateSpecialInputVGPRs(CCInfo, MF, *TRI, *Info);
 2221     allocateSystemSGPRs(CCInfo, MF, *Info, CallConv, IsShader);
 2226     allocateSpecialInputSGPRs(CCInfo, MF, *TRI, *Info);