reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86TargetTransformInfo.cpp
 1707     if (MTy.isVector() &&
 1708         !((ST->hasXOP() && (!ST->hasAVX2() || MTy.is128BitVector())) ||
 1709           (ST->hasAVX512() && 32 <= MTy.getScalarSizeInBits()) ||
 1729         if ((ST->hasSSE41() && MTy.getScalarSizeInBits() == 32) ||
 1730             (ST->hasSSE2() && MTy.getScalarSizeInBits() < 32)) {
 1837     if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy))
 1841     if (const auto *Entry = CostTableLookup(AVX512BWCostTbl, ISD, MTy))
 1845     if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy))
 1849     if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy))
 1853     if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy))
 1857     if (const auto *Entry = CostTableLookup(SSE42CostTbl, ISD, MTy))
 1861     if (const auto *Entry = CostTableLookup(SSE41CostTbl, ISD, MTy))
 1865     if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy))
 1869     if (const auto *Entry = CostTableLookup(SSE1CostTbl, ISD, MTy))