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

Declarations

gen/lib/Target/ARM/ARMGenCallingConv.inc
   21 bool llvm::CC_ARM_APCS_GHC(unsigned ValNo, MVT ValVT,
lib/Target/ARM/ARMCallingConv.h
   29 bool CC_ARM_APCS_GHC(unsigned ValNo, MVT ValVT, MVT LocVT,

References

lib/Target/ARM/ARMFastISel.cpp
 1881       return CC_ARM_APCS_GHC;
lib/Target/ARM/ARMISelLowering.cpp
 1915     return (Return ? RetCC_ARM_APCS : CC_ARM_APCS_GHC);