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 97 /// HasFMA - Target has 3-operand fused multiply-add
98 bool HasFMA;
322 bool hasFMA() const { return HasFMA; }
324 bool hasFMA4() const { return HasFMA4 && !HasFMA; }
X86Subtarget.cpp 262 HasFMA = false;
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 825 milliseconds