Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DABIInfo.h106 bool isPromotableIntegerTypeForABI(QualType Ty) const;
H A DTargetInfo.cpp109 bool ABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in ABIInfo
1937 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
3673 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
3817 isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
5097 if (isPromotableIntegerTypeForABI(Ty)) in isPromotableTypeForABI()
7392 bool isPromotableIntegerTypeForABI(QualType Ty) const;
7476 if (ABIInfo::isPromotableIntegerTypeForABI(Ty)) in isPromotableIntegerTypeForABI()
7743 if (isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
8175 if (isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
9040 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
[all …]