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 108 bool HasFMA4;
365 bool hasFMA() const { return HasFMA && !HasFMA4; }
366 bool hasFMA4() const { return HasFMA4; }
367 bool hasAnyFMA() const { return hasFMA() || hasFMA4() || hasAVX512(); }
X86Subtarget.cpp 254 HasFMA4 = false;

Completed in 357 milliseconds