Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DDirectX.h58 HasLegalHalfType = true; in DirectXTargetInfo()
H A DSPIR.h102 HasLegalHalfType = true; in BaseSPIRTargetInfo()
390 HasLegalHalfType = true; in SPIRV64AMDGCNTargetInfo()
H A DARM.cpp584 HasLegalHalfType = true; in handleTargetFeatures()
590 HasLegalHalfType = true; in handleTargetFeatures()
1007 if ((FPU & NeonFPU) && HasLegalHalfType) in getTargetDefines()
1011 if (HasLegalHalfType) in getTargetDefines()
H A DHexagon.cpp147 HasLegalHalfType = true; in handleTargetFeatures()
H A DNVPTX.cpp65 HasLegalHalfType = true; in NVPTXTargetInfo()
H A DAMDGPU.cpp239 HasLegalHalfType = true; in AMDGPUTargetInfo()
H A DRISCV.cpp354 HasLegalHalfType = true; in handleTargetFeatures()
H A DX86.cpp317 HasLegalHalfType = true; in handleTargetFeatures()
H A DAArch64.cpp147 HasLegalHalfType = true; in AArch64TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h228 bool HasLegalHalfType; // True if the backend supports operations on the half variable
687 virtual bool hasLegalHalfType() const { return HasLegalHalfType; } in hasLegalHalfType()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp61 HasLegalHalfType = false; in TargetInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6337 bool HasLegalHalfType = true, in GetNeonType() argument
6354 if (HasLegalHalfType) in GetNeonType()
7675 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr() local
7680 GetNeonType(this, Type, HasLegalHalfType, false, AllowBFloatArgsAndRet); in EmitCommonNeonBuiltinExpr()
7803 HasLegalHalfType); in EmitCommonNeonBuiltinExpr()
7812 HasLegalHalfType); in EmitCommonNeonBuiltinExpr()