Searched refs:hasFastGather (Results 1 – 5 of 5) 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()
703 bool hasFastGather() const { return HasFastGather; } in hasFastGather() function
4077 if (ST->hasAVX512() || (ST->hasAVX2() && ST->hasFastGather())) in getGatherOverhead()4362 if (!(ST->hasAVX512() || (ST->hasFastGather() && ST->hasAVX2()))) in isLegalMaskedGather()