Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.cpp127 if (Aux->hasFloat128Type()) { in setAuxTarget()
H A DAMDGPU.cpp372 if (Aux->hasFloat128Type()) { in setAuxTarget()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp334 return hasFloat128Type() ? FloatModeKind::Float128 in getRealTypeByWidth()
342 if (hasFloat128Type()) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp110 if (!Context.getTargetInfo().hasFloat128Type() && in isUnsupportedType()
H A DPPC.cpp795 (getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateBaseType()
814 ((getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateSmallEnough()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h693 virtual bool hasFloat128Type() const { return HasFloat128; } in hasFloat128Type() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2021 !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
2028 (Ty->isFloat128Type() && !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
H A DSemaType.cpp1160 if (!S.Context.getTargetInfo().hasFloat128Type() && in ConvertDeclSpecToType()
H A DSemaOverload.cpp8810 if (S.Context.getTargetInfo().hasFloat128Type()) in InitArithmeticTypes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2152 if (Target->hasFloat128Type() || !getLangOpts().OpenMP || in getTypeInfoImpl()