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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 123 /// HasFP16 - True if subtarget supports half-precision FP (We support VFP+HF
125 bool HasFP16;
347 bool hasFP16() const { return HasFP16; }
ARMSubtarget.cpp 195 HasFP16 = false;

Completed in 660 milliseconds