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

References

lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  447   const DataLayout &DL = F.getParent()->getDataLayout();
  450   CCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, F.getContext());
  450   CCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, F.getContext());
  450   CCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, F.getContext());
  456   const unsigned BaseOffset = Subtarget->getExplicitKernelArgOffset(F);
  460   for (auto &Arg : F.args()) {
  485   TLI.allocateSystemSGPRs(CCInfo, MF, *Info, F.getCallingConv(), false);