Home
last modified time | relevance | path

Searched refs:hasFloat128Type (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp333 return hasFloat128Type() ? FloatModeKind::Float128 in getRealTypeByWidth()
341 if (hasFloat128Type()) in getRealTypeByWidth()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp353 if (Aux->hasFloat128Type()) { in setAuxTarget()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp106 if (!Context.getTargetInfo().hasFloat128Type() && in isUnsupportedType()
H A DPPC.cpp738 (getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateBaseType()
757 ((getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateSmallEnough()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h668 virtual bool hasFloat128Type() const { return HasFloat128; } in hasFloat128Type() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2003 !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
2010 (Ty->isFloat128Type() && !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
H A DSemaType.cpp1562 if (!S.Context.getTargetInfo().hasFloat128Type() && in ConvertDeclSpecToType()
H A DSemaOverload.cpp8801 if (S.Context.getTargetInfo().hasFloat128Type()) in InitArithmeticTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2119 if (Target->hasFloat128Type() || !getLangOpts().OpenMP || in getTypeInfoImpl()