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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 260 bool hasAVX2() const { return X86SSELevel >= AVX2; }
263 bool hasInt256() const { return hasAVX2(); }
X86TargetTransformInfo.cpp 213 if (ST->hasAVX2()) {
314 if (ST->hasAVX() && !ST->hasAVX2()) {
495 if (ST->hasAVX2()) {
598 if (LT.second.getSizeInBits() > 128 && !ST->hasAVX2())
X86InstrInfo.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 40 milliseconds