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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86Subtarget.h183 bool hasAVX() const { return HasAVX; } function in class:llvm::X86Subtarget
184 bool hasXMM() const { return hasSSE1() || hasAVX(); }
185 bool hasXMMInt() const { return hasSSE2() || hasAVX(); }
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h388 bool hasAVX() const { return X86SSELevel >= AVX; } function in class:llvm::final
391 bool hasFp256() const { return hasAVX(); }

Completed in 460 milliseconds