Home
last modified time | relevance | path

Searched refs:callConvention (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp6205 bool isEffectivelyAAPCS_VFP(unsigned callConvention, bool acceptHalf) const;
6821 bool ARMABIInfo::isEffectivelyAAPCS_VFP(unsigned callConvention, in isEffectivelyAAPCS_VFP() argument
6824 if (callConvention != llvm::CallingConv::C) in isEffectivelyAAPCS_VFP()
6825 return (callConvention == llvm::CallingConv::ARM_AAPCS_VFP); in isEffectivelyAAPCS_VFP()