Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp5840 bool IsEffectivelyAAPCS_VFP = getABIKind() == AAPCS_VFP && !isVariadic; in classifyArgumentType() local
5853 llvm::Type *ResType = IsEffectivelyAAPCS_VFP ? in classifyArgumentType()
5877 if (IsEffectivelyAAPCS_VFP) { in classifyArgumentType()
6036 bool IsEffectivelyAAPCS_VFP = in classifyReturnType() local
6058 llvm::Type *ResType = IsEffectivelyAAPCS_VFP ? in classifyReturnType()
6107 if (IsEffectivelyAAPCS_VFP) { in classifyReturnType()