Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h109 bool isPromotableIntegerTypeForABI(QualType Ty) const;
H A DTargetInfo.cpp103 bool ABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in ABIInfo
1884 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
3589 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
3734 isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
4985 if (isPromotableIntegerTypeForABI(Ty)) in isPromotableTypeForABI()
7240 bool isPromotableIntegerTypeForABI(QualType Ty) const;
7324 if (ABIInfo::isPromotableIntegerTypeForABI(Ty)) in isPromotableIntegerTypeForABI()
7595 if (isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
8027 if (isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
8827 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
[all …]