Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DDirectX.h57 HasFloat16 = true; in DirectXTargetInfo()
H A DRISCV.h43 HasFloat16 = true; in RISCVTargetInfo()
H A DHexagon.cpp150 HasFloat16 = true; in handleTargetFeatures()
H A DSPIR.h97 HasFloat16 = true; in BaseSPIRTargetInfo()
H A DAMDGPU.cpp401 HasFloat16 = true; in AMDGPUTargetInfo()
H A DX86.cpp377 HasFloat16 = SSELevel >= SSE2; in handleTargetFeatures()
H A DAArch64.cpp141 HasFloat16 = true; in AArch64TargetInfo()
H A DARM.cpp513 HasFloat16 = true; in handleTargetFeatures()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h220 bool HasFloat16; variable
649 virtual bool hasFloat16Type() const { return HasFloat16; } in hasFloat16Type()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp64 HasFloat16 = false; in TargetInfo()