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

Declarations

include/llvm/CodeGen/CallingConvLower.h
  340   void AnalyzeCallResult(MVT VT, CCAssignFn Fn);

References

lib/Target/AArch64/AArch64FastISel.cpp
 3165     CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC));
lib/Target/ARM/ARMFastISel.cpp
 2047     CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg));
 2219     CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, false));
 2327     CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg));
lib/Target/PowerPC/PPCFastISel.cpp
 1504     CCInfo.AnalyzeCallResult(RetVT, RetCC_PPC64_ELF_FIS);
 1586     CCInfo.AnalyzeCallResult(RetVT, RetCC_PPC64_ELF_FIS);