Home
last modified time | relevance | path

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

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