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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 49 bool HasFullFP16;
127 bool hasFullFP16() const { return HasFullFP16; }
AArch64Subtarget.cpp 55 HasCrypto(false), HasCRC(false), HasPerfMon(false), HasFullFP16(false),
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 137 /// HasFullFP16 - True if subtarget supports half-precision FP operations
138 bool HasFullFP16;
372 bool hasFullFP16() const { return HasFullFP16; }
ARMSubtarget.cpp 134 HasFullFP16 = false;

Completed in 43 milliseconds