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 312 bool hasAVX2() const { return X86SSELevel >= AVX2; }
315 bool hasInt256() const { return hasAVX2(); }
X86TargetTransformInfo.cpp 199 ST->hasAVX2()) {
241 if (ST->hasAVX2()) {
371 if (ST->hasAVX() && !ST->hasAVX2()) {
430 if (ST->hasAVX2() && LT.second == MVT::v16i16)
665 if (ST->hasAVX2()) {
718 if (ST->hasAVX2()) {
818 if (LT.second.getSizeInBits() > 128 && !ST->hasAVX2())
    [all...]
X86InstrInfo.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 229 milliseconds