Home | History | Annotate | Download | only in X86

Lines Matching refs:hasAVX2

7050   bool hasAVX2 = Subtarget.hasAVX2();
7055 validDomains = hasAVX2 ? 0xe : 0x6;
7065 assert((Subtarget.hasAVX2() || Domain < 3) &&