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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AArch64.h 40 bool HasFP16FML;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 106 bool HasFP16FML = false;
445 bool hasFP16FML() const { return HasFP16FML; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 268 /// HasFP16FML - True if subtarget supports half-precision FP fml operations
269 bool HasFP16FML = false;
732 bool hasFP16FML() const { return HasFP16FML; }

Completed in 16 milliseconds