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

References

include/llvm/CodeGen/FastISel.h
  117       CallConv = Call.getCallingConv();
  141       CallConv = Call.getCallingConv();
include/llvm/CodeGen/TargetLowering.h
 3521       CallConv = Call.getCallingConv();
lib/Analysis/Lint.cpp
  233     Assert(CS.getCallingConv() == F->getCallingConv(),
lib/CodeGen/Analysis.cpp
  528         CS.getCallingConv() != CallingConv::Tail) || !isa<UnreachableInst>(Term)))
lib/CodeGen/GlobalISel/CallLowering.cpp
   64   Info.CallConv = CS.getCallingConv();
lib/CodeGen/SelectionDAG/FastISel.cpp
 1128   TLI.markLibCallAttributes(MF, CS.getCallingConv(), Args);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8758   CallingConv::ID CC = CS.getCallingConv();
lib/Target/ARM/ARMFastISel.cpp
 2306   CallingConv::ID CC = CS.getCallingConv();
lib/Target/X86/X86ISelLowering.cpp
 3002   CallingConv::ID CalleeCC = CS.getCallingConv();
lib/Target/X86/X86WinEHState.cpp
  504   NewCS.setCallingConv(CS.getCallingConv());
lib/Transforms/IPO/ArgumentPromotion.cpp
  336     NewCS.setCallingConv(CS.getCallingConv());
lib/Transforms/IPO/DeadArgumentElimination.cpp
  207     NewCS.setCallingConv(CS.getCallingConv());
  945     NewCS.setCallingConv(CS.getCallingConv());
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1131       NewCS.setCallingConv(CS.getCallingConv());
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1743     NewCS.setCallingConv(CS.getCallingConv());
lib/Transforms/Utils/FunctionComparator.cpp
  574     if (int Res = cmpNumbers(CSL.getCallingConv(), CSR.getCallingConv()))
  574     if (int Res = cmpNumbers(CSL.getCallingConv(), CSR.getCallingConv()))