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

References

lib/Target/AArch64/AArch64CallLowering.cpp
  666   if (!Info.IsTailCall)
  669   CallingConv::ID CalleeCC = Info.CallConv;
  675   if (Info.SwiftErrorVReg) {
  721   if (Info.Callee.isGlobal()) {
  722     const GlobalValue *GV = Info.Callee.getGlobal();
  742   assert((!Info.IsVarArg || CalleeCC == CallingConv::C) &&
  747   if (!doCallerAndCalleePassArgsTheSameWay(Info, MF, InArgs)) {
  754   if (!areCalleeOutgoingArgsTailCallable(Info, MF, OutArgs))