Searched refs:hasFastGather (Results 1 – 3 of 3) sorted by relevance
302 if (hasAVX512() || (hasAVX2() && hasFastGather())) in initSubtargetFeatures()
662 bool hasFastGather() const { return HasFastGather; } in hasFastGather() function
3434 if (!(ST->hasAVX512() || (ST->hasFastGather() && ST->hasAVX2()))) in isLegalMaskedGather()