HomeSort by relevance Sort by last modified time
    Searched refs:HasFP16 (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 101 /// HasFP16 - True if subtarget supports half-precision FP (We support VFP+HF
103 bool HasFP16;
218 bool hasFP16() const { return HasFP16; }
ARMSubtarget.cpp 64 , HasFP16(false)
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 153 /// HasFP16 - True if subtarget supports half-precision FP conversions
154 bool HasFP16 = false;
479 bool hasFP16() const { return HasFP16; }

Completed in 69 milliseconds