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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 93 bool HasFMA;
345 bool hasFMA() const { return HasFMA; }
347 bool hasFMA4() const { return HasFMA4 && !HasFMA; }
X86Subtarget.cpp 239 HasFMA = false;
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 1634 milliseconds