Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DOSTargets.h294 if (this->HasFloat128) in getOSDefines()
311 this->HasFloat128 = true; in HaikuTargetInfo()
393 if (this->HasFloat128) in getOSDefines()
417 this->HasFloat128 = true; in LinuxTargetInfo()
461 if (this->HasFloat128) in getOSDefines()
474 this->HasFloat128 = true; in OpenBSDTargetInfo()
644 if (this->HasFloat128) in getOSDefines()
661 this->HasFloat128 = true; in SolarisTargetInfo()
914 this->HasFloat128 = true; in WebAssemblyOSTargetInfo()
H A DPPC.cpp52 HasFloat128 = true; in handleTargetFeatures()
196 if (HasFloat128) in getTargetDefines()
420 .Case("float128", HasFloat128) in hasFeature()
H A DAMDGPU.cpp445 HasFloat128 = true; in setAuxTarget()
H A DX86.h565 HasFloat128 = true; in MinGWX86_32TargetInfo()
842 HasFloat128 = true; in MinGWX86_64TargetInfo()
H A DX86.cpp824 if (HasFloat128) in getTargetDefines()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h144 bool HasFloat128; variable
321 bool hasFloat128() const { return HasFloat128; } in hasFloat128()
H A DPPCSubtarget.cpp124 HasFloat128 = false; in initializeEnvironment()
H A DPPC.td197 SubtargetFeature<"float128", "HasFloat128", "true",
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h200 bool HasFloat128; variable
592 virtual bool hasFloat128Type() const { return HasFloat128; } in hasFloat128Type()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp36 HasFloat128 = false; in TargetInfo()