Searched refs:isPromotableIntegerTypeForABI (Results 1 – 15 of 15) sorted by relevance
79 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()102 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()411 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()421 if (isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
57 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
164 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()195 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
133 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
134 return isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()
110 return isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()165 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
362 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()564 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
290 return (isPromotableIntegerTypeForABI(Ty) && isDarwinPCS() in classifyArgumentType()393 return (isPromotableIntegerTypeForABI(RetTy) && isDarwinPCS() in classifyReturnType()
573 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()888 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()2160 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectReturnResult()2199 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectResult()2605 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()2749 isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
327 if (isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
652 if (isPromotableIntegerTypeForABI(Ty)) in isPromotableTypeForABI()
104 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