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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 68 X86SSEEnum X86SSELevel;
340 bool hasSSE1() const { return X86SSELevel >= SSE1; }
341 bool hasSSE2() const { return X86SSELevel >= SSE2; }
342 bool hasSSE3() const { return X86SSELevel >= SSE3; }
343 bool hasSSSE3() const { return X86SSELevel >= SSSE3; }
344 bool hasSSE41() const { return X86SSELevel >= SSE41; }
345 bool hasSSE42() const { return X86SSELevel >= SSE42; }
346 bool hasAVX() const { return X86SSELevel >= AVX; }
347 bool hasAVX2() const { return X86SSELevel >= AVX2; }
348 bool hasAVX512() const { return X86SSELevel >= AVX512F;
    [all...]
X86Subtarget.cpp 224 DEBUG(dbgs() << "Subtarget features: SSELevel " << X86SSELevel
240 X86SSELevel = NoSSE;

Completed in 128 milliseconds