Searched refs:hasFloat128Type (Results 1 – 11 of 11) sorted by relevance
179 if (Aux->hasFloat128Type()) { in setAuxTarget()
392 if (Aux->hasFloat128Type()) { in setAuxTarget()
357 return hasFloat128Type() ? FloatModeKind::Float128 in getRealTypeByWidth()365 if (hasFloat128Type()) in getRealTypeByWidth()
121 if (!Context.getTargetInfo().hasFloat128Type() && in isUnsupportedType()
799 (getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateBaseType()818 ((getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateSmallEnough()
714 virtual bool hasFloat128Type() const { return HasFloat128; } in hasFloat128Type() function
2169 !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()2176 (Ty->isFloat128Type() && !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
1170 if (!S.Context.getTargetInfo().hasFloat128Type() && in ConvertDeclSpecToType()
9269 if (S.Context.getTargetInfo().hasFloat128Type()) in InitArithmeticTypes()
391 if (Target.hasFloat128Type()) in checkDataLayoutConsistency()
2310 if (Target->hasFloat128Type() || !getLangOpts().OpenMP || in getTypeInfoImpl()