Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Basic/Targets/
DDirectX.h56 HasLegalHalfType = true; in DirectXTargetInfo()
DARM.cpp575 HasLegalHalfType = true; in handleTargetFeatures()
581 HasLegalHalfType = true; in handleTargetFeatures()
933 if ((FPU & NeonFPU) && HasLegalHalfType) in getTargetDefines()
937 if (HasLegalHalfType) in getTargetDefines()
DSPIR.h96 HasLegalHalfType = true; in BaseSPIRTargetInfo()
DHexagon.cpp149 HasLegalHalfType = true; in handleTargetFeatures()
DAMDGPU.cpp400 HasLegalHalfType = true; in AMDGPUTargetInfo()
DX86.cpp243 HasLegalHalfType = true; in handleTargetFeatures()
DAArch64.cpp139 HasLegalHalfType = true; in AArch64TargetInfo()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetInfo.h216 bool HasLegalHalfType; // True if the backend supports operations on the half variable
640 virtual bool hasLegalHalfType() const { return HasLegalHalfType; } in hasLegalHalfType()
/openbsd/src/gnu/llvm/clang/lib/Basic/
DTargetInfo.cpp60 HasLegalHalfType = false; in TargetInfo()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBuiltin.cpp5506 bool HasLegalHalfType = true, in GetNeonType() argument
5523 if (HasLegalHalfType) in GetNeonType()
6813 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr() local
6818 GetNeonType(this, Type, HasLegalHalfType, false, AllowBFloatArgsAndRet); in EmitCommonNeonBuiltinExpr()
6941 HasLegalHalfType); in EmitCommonNeonBuiltinExpr()
6950 HasLegalHalfType); in EmitCommonNeonBuiltinExpr()