Home
last modified time | relevance | path

Searched defs:HasLegalHalfType (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h222 bool HasLegalHalfType; // True if the backend supports operations on the half global() variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6068 GetNeonType(CodeGenFunction * CGF,NeonTypeFlags TypeFlags,bool HasLegalHalfType=true,bool V1Ty=false,bool AllowBFloatArgsAndRet=true) GetNeonType() argument
7416 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); EmitCommonNeonBuiltinExpr() local