Home | History | Annotate | Download | only in X86

Lines Matching refs:Entry

129     if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD,
131 return LT.first * Entry->Cost;
144 if (const auto *Entry = CostTableLookup(AVX512CostTable, ISD, LT.second))
145 return LT.first * Entry->Cost;
172 if (const auto *Entry = CostTableLookup(AVX2CostTable, ISD, LT.second))
173 return LT.first * Entry->Cost;
207 if (const auto *Entry = CostTableLookup(XOPCostTable, ISD, LT.second))
208 return LT.first * Entry->Cost;
236 if (const auto *Entry = CostTableLookup(AVX2CustomCostTable, ISD,
238 return LT.first * Entry->Cost;
285 if (const auto *Entry = CostTableLookup(SSE2UniformConstCostTable, ISD,
287 return LT.first * Entry->Cost;
365 if (const auto *Entry = CostTableLookup(SSE2CostTable, ISD, LT.second))
366 return LT.first * Entry->Cost;
391 if (const auto *Entry = CostTableLookup(AVX1CostTable, ISD, VT))
392 return LT.first * Entry->Cost;
402 if (const auto *Entry = CostTableLookup(CustomLowered, ISD, LT.second))
403 return LT.first * Entry->Cost;
458 if (const auto *Entry = CostTableLookup(AVXAltShuffleTbl,
460 return LT.first * Entry->Cost;
481 if (const auto *Entry = CostTableLookup(SSE41AltShuffleTbl, ISD::VECTOR_SHUFFLE,
483 return LT.first * Entry->Cost;
499 if (const auto *Entry = CostTableLookup(SSSE3AltShuffleTbl,
501 return LT.first * Entry->Cost;
518 if (const auto *Entry = CostTableLookup(SSEAltShuffleTbl,
520 return LT.first * Entry->Cost;
798 if (const auto *Entry = ConvertCostTableLookup(SSE2ConversionTbl, ISD,
800 return LTSrc.first * Entry->Cost;
811 if (const auto *Entry = ConvertCostTableLookup(AVX512DQConversionTbl, ISD,
814 return Entry->Cost;
817 if (const auto *Entry = ConvertCostTableLookup(AVX512FConversionTbl, ISD,
820 return Entry->Cost;
823 if (const auto *Entry = ConvertCostTableLookup(AVX2ConversionTbl, ISD,
826 return Entry->Cost;
830 if (const auto *Entry = ConvertCostTableLookup(AVXConversionTbl, ISD,
833 return Entry->Cost;
837 if (const auto *Entry = ConvertCostTableLookup(SSE41ConversionTbl, ISD,
840 return Entry->Cost;
844 if (const auto *Entry = ConvertCostTableLookup(SSE2ConversionTbl, ISD,
847 return Entry->Cost;
896 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy))
897 return LT.first * Entry->Cost;
900 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy))
901 return LT.first * Entry->Cost;
904 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy))
905 return LT.first * Entry->Cost;
908 if (const auto *Entry = CostTableLookup(SSE42CostTbl, ISD, MTy))
909 return LT.first * Entry->Cost;
1112 if (const auto *Entry = CostTableLookup(AVX1CostTblPairWise, ISD, MTy))
1113 return LT.first * Entry->Cost;
1116 if (const auto *Entry = CostTableLookup(SSE42CostTblPairWise, ISD, MTy))
1117 return LT.first * Entry->Cost;
1120 if (const auto *Entry = CostTableLookup(AVX1CostTblNoPairWise, ISD, MTy))
1121 return LT.first * Entry->Cost;
1124 if (const auto *Entry = CostTableLookup(SSE42CostTblNoPairWise, ISD, MTy))
1125 return LT.first * Entry->Cost;