Lines Matching refs:MTy
881 MVT MTy = LT.second; in getCmpSelInstrCost() local
924 if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy)) in getCmpSelInstrCost()
928 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy)) in getCmpSelInstrCost()
932 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getCmpSelInstrCost()
936 if (const auto *Entry = CostTableLookup(SSE42CostTbl, ISD, MTy)) in getCmpSelInstrCost()
940 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getCmpSelInstrCost()
1009 MVT MTy = LT.second; in getIntrinsicInstrCost() local
1013 if (const auto *Entry = CostTableLookup(XOPCostTbl, ISD, MTy)) in getIntrinsicInstrCost()
1017 if (const auto *Entry = CostTableLookup(AVX2CostTbl, ISD, MTy)) in getIntrinsicInstrCost()
1021 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getIntrinsicInstrCost()
1025 if (const auto *Entry = CostTableLookup(SSSE3CostTbl, ISD, MTy)) in getIntrinsicInstrCost()
1029 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getIntrinsicInstrCost()
1198 MVT MTy = LT.second; in getReductionCost() local
1246 if (const auto *Entry = CostTableLookup(AVX1CostTblPairWise, ISD, MTy)) in getReductionCost()
1250 if (const auto *Entry = CostTableLookup(SSE42CostTblPairWise, ISD, MTy)) in getReductionCost()
1254 if (const auto *Entry = CostTableLookup(AVX1CostTblNoPairWise, ISD, MTy)) in getReductionCost()
1258 if (const auto *Entry = CostTableLookup(SSE42CostTblNoPairWise, ISD, MTy)) in getReductionCost()