Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.cpp179 if (Aux->hasFloat128Type()) { in setAuxTarget()
H A DAMDGPU.cpp392 if (Aux->hasFloat128Type()) { in setAuxTarget()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp357 return hasFloat128Type() ? FloatModeKind::Float128 in getRealTypeByWidth()
365 if (hasFloat128Type()) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp121 if (!Context.getTargetInfo().hasFloat128Type() && in isUnsupportedType()
H A DPPC.cpp799 (getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateBaseType()
818 ((getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateSmallEnough()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h714 virtual bool hasFloat128Type() const { return HasFloat128; } in hasFloat128Type() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2169 !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
2176 (Ty->isFloat128Type() && !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
H A DSemaType.cpp1170 if (!S.Context.getTargetInfo().hasFloat128Type() && in ConvertDeclSpecToType()
H A DSemaOverload.cpp9269 if (S.Context.getTargetInfo().hasFloat128Type()) in InitArithmeticTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp391 if (Target.hasFloat128Type()) in checkDataLayoutConsistency()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2310 if (Target->hasFloat128Type() || !getLangOpts().OpenMP || in getTypeInfoImpl()