Searched refs:isPromotableIntegerTypeForABI (Results 1 – 15 of 15) sorted by relevance
82 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()105 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
31 bool isPromotableIntegerTypeForABI(QualType Ty) const;145 bool SystemZABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in SystemZABIInfo151 if (ABIInfo::isPromotableIntegerTypeForABI(Ty)) in isPromotableIntegerTypeForABI()410 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()423 if (isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
57 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
168 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()199 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
133 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
110 return isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()165 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
134 return isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()
360 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()562 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
574 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()891 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()2178 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectReturnResult()2217 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectResult()2623 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()2767 isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
327 if (isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
306 return (isPromotableIntegerTypeForABI(Ty) && isDarwinPCS() in classifyArgumentType()409 return (isPromotableIntegerTypeForABI(RetTy) && isDarwinPCS() in classifyReturnType()
709 if (isPromotableIntegerTypeForABI(Ty)) in isPromotableTypeForABI()
107 bool isPromotableIntegerTypeForABI(QualType Ty) const;
41 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()63 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
163 bool ABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in ABIInfo