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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 389 bool hasAVX2() const { return X86SSELevel >= AVX2; }
392 bool hasInt256() const { return hasAVX2(); }