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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 235 bool hasAVX2() const { return X86SSELevel >= AVX2; }
237 bool hasInt256() const { return hasAVX2(); }
X86TargetTransformInfo.cpp 190 if (ST->hasAVX() && !ST->hasAVX2()) {
312 if (ST->hasAVX2()) {
369 if (LT.second.getSizeInBits() > 128 && !ST->hasAVX2())
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 34 milliseconds