Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
742 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
764 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
988 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
1011 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
1558 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
1884 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
3166 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectReturnResult()
3205 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectResult()
3589 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
[all …]