Searched refs:isPromotableIntegerTypeForABI (Results 1 – 15 of 15) sorted by relevance
83 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()107 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
31 bool isPromotableIntegerTypeForABI(QualType Ty) const;146 bool SystemZABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in SystemZABIInfo152 if (ABIInfo::isPromotableIntegerTypeForABI(Ty)) in isPromotableIntegerTypeForABI()423 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()437 if (isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
59 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
137 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()
179 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()214 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()
111 return isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()170 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
137 return isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()
395 return (isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()604 return isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
563 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()890 if (isPromotableIntegerTypeForABI(Ty)) { in classifyArgumentType()2192 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectReturnResult()2231 return (isPromotableIntegerTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in getIndirectResult()2639 isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()2783 isPromotableIntegerTypeForABI(Ty)) in classifyArgumentType()
346 if (isPromotableIntegerTypeForABI(RetTy)) in classifyReturnType()
411 return (isPromotableIntegerTypeForABI(Ty) && isDarwinPCS() in classifyArgumentType()558 return (isPromotableIntegerTypeForABI(RetTy) && isDarwinPCS() in classifyReturnType()
713 if (isPromotableIntegerTypeForABI(Ty)) in isPromotableTypeForABI()
108 bool isPromotableIntegerTypeForABI(QualType Ty) const;
42 return (isPromotableIntegerTypeForABI(Ty) in classifyArgumentType()66 return (isPromotableIntegerTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
163 bool ABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI() function in ABIInfo