Home
last modified time | relevance | path

Searched refs:HasLegalHalfType (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/Basic/Targets/
DSPIR.h54 HasLegalHalfType = true; in SPIRTargetInfo()
DARM.cpp491 HasLegalHalfType = true; in handleTargetFeatures()
497 HasLegalHalfType = true; in handleTargetFeatures()
827 if ((FPU & NeonFPU) && HasLegalHalfType) in getTargetDefines()
831 if (HasLegalHalfType) in getTargetDefines()
DAMDGPU.cpp323 HasLegalHalfType = true; in AMDGPUTargetInfo()
DAArch64.cpp58 HasLegalHalfType = true; in AArch64TargetInfo()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h190 bool HasLegalHalfType; // True if the backend supports operations on the half variable
572 virtual bool hasLegalHalfType() const { return HasLegalHalfType; } in hasLegalHalfType()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp36 HasLegalHalfType = false; in TargetInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp5036 bool HasLegalHalfType = true, in GetNeonType() argument
5053 if (HasLegalHalfType) in GetNeonType()
6090 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr() local
6095 GetNeonType(this, Type, HasLegalHalfType, false, AllowBFloatArgsAndRet); in EmitCommonNeonBuiltinExpr()
6210 HasLegalHalfType); in EmitCommonNeonBuiltinExpr()
6217 HasLegalHalfType); in EmitCommonNeonBuiltinExpr()