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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 100 /// HasFMA4 - Target has 4-operand fused multiply-add
101 bool HasFMA4;
324 bool hasFMA4() const { return HasFMA4 && !HasFMA; }
X86Subtarget.cpp 263 HasFMA4 = false;

Completed in 35 milliseconds