HomeSort by: relevance | last modified time | path
    Searched defs:hasFP64 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AMDGPU.h 54 bool hasFP64() const {
294 Opts["cl_khr_fp64"] = hasFP64();
295 Opts["__opencl_c_fp64"] = hasFP64();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h 292 bool hasFP64() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 336 /// HasFP64 - If true, the floating point unit supports double
338 bool HasFP64 = false;
684 bool useFPVFMx64() const { return useFPVFMx() && hasFP64(); }
687 bool hasFP64() const { return HasFP64; }

Completed in 32 milliseconds