Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h572 virtual bool hasLegalHalfType() const { return HasLegalHalfType; } in hasLegalHalfType() function
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp6399 if (!getTarget().hasLegalHalfType() && containsAnyFP16Vectors(Ty)) { in classifyHomogeneousAggregate()
6624 if ((!getTarget().hasLegalHalfType() && in classifyReturnType()
6724 if ((!getTarget().hasLegalHalfType() && in isIllegalVectorType()
DCGBuiltin.cpp6090 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr()
7479 GetNeonType(this, Type, getTarget().hasLegalHalfType(), false, in EmitARMBuiltinExpr()