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

References

lib/CodeGen/GlobalISel/CallLowering.cpp
   64   Info.CallConv = CS.getCallingConv();
  404   CallingConv::ID CalleeCC = Info.CallConv;
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  368   Info.CallConv = TLI.getLibcallCallingConv(Libcall);
  434   Info.CallConv = TLI.getLibcallCallingConv(RTLibcall);
lib/Target/AArch64/AArch64CallLowering.cpp
  525   CallingConv::ID CalleeCC = Info.CallConv;
  569   CallingConv::ID CalleeCC = Info.CallConv;
  669   CallingConv::ID CalleeCC = Info.CallConv;
  799   CallingConv::ID CalleeCC = Info.CallConv;
  931     splitToValueTypes(OrigArg, OutArgs, DL, MRI, Info.CallConv);
  961       getAssignFnsForCC(Info.CallConv, TLI);
 1018       doesCalleeRestoreStack(Info.CallConv,
lib/Target/ARM/ARMCallLowering.cpp
  540   MIB.addRegMask(TRI->getCallPreservedMask(MF, Info.CallConv));
  557   auto ArgAssignFn = TLI.CCAssignFnForCall(Info.CallConv, IsVarArg);
  571     auto RetAssignFn = TLI.CCAssignFnForReturn(Info.CallConv, IsVarArg);
lib/Target/Mips/MipsCallLowering.cpp
  540   if (Info.CallConv != CallingConv::C)
  614   CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(Info.CallConv), 1);
lib/Target/X86/X86CallLowering.cpp
  389   if (!STI.isTargetLinux() || !(Info.CallConv == CallingConv::C ||
  390                                 Info.CallConv == CallingConv::X86_64_SysV))
  405                  .addRegMask(TRI->getCallPreservedMask(MF, Info.CallConv));
  429   if (STI.is64Bit() && !IsFixed && !STI.isCallingConvWin64(Info.CallConv)) {