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 335 bool hasAVX2() const { return X86SSELevel >= AVX2; }
338 bool hasInt256() const { return hasAVX2(); }
X86TargetTransformInfo.cpp 121 ST->hasAVX2()) {
177 if (ST->hasAVX2()) {
307 if (ST->hasAVX() && !ST->hasAVX2()) {
365 if (ST->hasAVX2() && LT.second == MVT::v16i16)
644 if (ST->hasAVX2()) {
710 if (ST->hasAVX2()) {
809 if (LT.second.getSizeInBits() > 128 && !ST->hasAVX2())
    [all...]
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]

Completed in 1239 milliseconds