Searched defs:hasFMA4 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86Subtarget.h189 bool hasFMA4() const { return HasFMA4; } function in class:llvm::X86Subtarget
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h408 bool hasFMA4() const { return HasFMA4; } function in class:llvm::final
409 bool hasAnyFMA() const { return hasFMA() || hasFMA4() || hasAVX512(); }

Completed in 126 milliseconds