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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 109 bool HasFMA;
407 bool hasFMA() const { return HasFMA && !HasFMA4; }
409 bool hasAnyFMA() const { return hasFMA() || hasFMA4() || hasAVX512(); }
X86Subtarget.cpp 248 HasFMA = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 142 bool HasFMA = false;
565 bool hasFMA() const { return HasFMA; }
567 bool hasAnyFMA() const { return hasFMA() || hasFMA4(); }
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenSubtargetInfo.inc     [all...]

Completed in 511 milliseconds