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 91 /// HasFMA - Target has 3-operand fused multiply-add
92 bool HasFMA;
212 bool hasFMA() const { return HasFMA; }
214 bool hasFMA4() const { return HasFMA4 && !HasFMA; }
X86Subtarget.cpp 209 HasFMA = true;
334 , HasFMA(false)
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 59 milliseconds