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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.h 90 bool HasFMA = false;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 133 bool HasFMA = false;
655 bool hasFMA() const { return HasFMA; }
657 bool hasAnyFMA() const { return hasFMA() || hasFMA4(); }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 12830 bool HasFMA =
12835 if (!HasFMAD && !HasFMA)
13039 bool HasFMA =
13044 if (!HasFMAD && !HasFMA)
13349 bool HasFMA =
13360 if (!HasFMAD && !HasFMA)

Completed in 50 milliseconds