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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 105 bool HasFMA;
365 bool hasFMA() const { return HasFMA && !HasFMA4; }
367 bool hasAnyFMA() const { return hasFMA() || hasFMA4() || hasAVX512(); }
X86Subtarget.cpp 253 HasFMA = false;
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 193 milliseconds