Home
last modified time | relevance | path

Searched refs:hasIbm128Type (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp360 return hasIbm128Type() ? FloatModeKind::Ibm128 in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h729 virtual bool hasIbm128Type() const { return HasIbm128; } in hasIbm128Type() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2171 !Context.getTargetInfo().hasIbm128Type())) in checkTypeSupport()
2177 (Ty->isIbm128Type() && !Context.getTargetInfo().hasIbm128Type()) || in checkTypeSupport()
H A DSemaType.cpp1177 if (!S.Context.getTargetInfo().hasIbm128Type() && in ConvertDeclSpecToType()
H A DSemaOverload.cpp9271 if (S.Context.getTargetInfo().hasIbm128Type()) in InitArithmeticTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp393 if (Target.hasIbm128Type()) in checkDataLayoutConsistency()