Home
last modified time | relevance | path

Searched refs:hasLegalHalfType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDARM.cpp311 if (!getTarget().hasLegalHalfType() && containsAnyFP16Vectors(Ty)) { in classifyHomogeneousAggregate()
545 if ((!getTarget().hasLegalHalfType() && in classifyReturnType()
645 if ((!getTarget().hasLegalHalfType() && in isIllegalVectorType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h687 virtual bool hasLegalHalfType() const { return HasLegalHalfType; } in hasLegalHalfType() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp1583 if (TI.hasFloat16Type() && !TI.hasLegalHalfType() && in UseExcessPrecision()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp7675 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr()
9140 GetNeonType(this, Type, getTarget().hasLegalHalfType(), false, in EmitARMBuiltinExpr()