HomeSort by relevance Sort by last modified time
    Searched refs:hasFMA (Results 1 - 2 of 2) 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; }
X86ISelLowering.cpp     [all...]

Completed in 156 milliseconds