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

References

lib/Target/X86/X86TargetTransformInfo.cpp
 1702   assert(ISD && "Invalid opcode");
 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))