Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSPIR.h83 HasLegalHalfType = true; in SPIRTargetInfo()
H A DARM.cpp501 HasLegalHalfType = true; in handleTargetFeatures()
507 HasLegalHalfType = true; in handleTargetFeatures()
847 if ((FPU & NeonFPU) && HasLegalHalfType) in getTargetDefines()
851 if (HasLegalHalfType) in getTargetDefines()
H A DAMDGPU.cpp342 HasLegalHalfType = true; in AMDGPUTargetInfo()
H A DAArch64.cpp58 HasLegalHalfType = true; in AArch64TargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h198 bool HasLegalHalfType; // True if the backend supports operations on the half variable
589 virtual bool hasLegalHalfType() const { return HasLegalHalfType; } in hasLegalHalfType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp35 HasLegalHalfType = false; in TargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp5276 bool HasLegalHalfType = true, in GetNeonType() argument
5293 if (HasLegalHalfType) in GetNeonType()
6368 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr() local
6373 GetNeonType(this, Type, HasLegalHalfType, false, AllowBFloatArgsAndRet); in EmitCommonNeonBuiltinExpr()
6496 HasLegalHalfType); in EmitCommonNeonBuiltinExpr()
6503 HasLegalHalfType); in EmitCommonNeonBuiltinExpr()