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

Declarations

include/llvm/CodeGen/CallingConvLower.h
  318   void AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs,

References

lib/Target/AArch64/AArch64FastISel.cpp
 3068   CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
lib/Target/ARM/ARMFastISel.cpp
 1897   CCInfo.AnalyzeCallOperands(ArgVTs, ArgFlags,
lib/Target/Mips/MipsFastISel.cpp
 1145   CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
lib/Target/PowerPC/PPCFastISel.cpp
 1389   CCInfo.AnalyzeCallOperands(ArgVTs, ArgFlags, CC_PPC64_ELF_FIS);
lib/Target/X86/X86FastISel.cpp
 3306   CCInfo.AnalyzeCallOperands(OutVTs, OutFlags, CC_X86);