Searched refs:MScalarTy (Results 1 – 1 of 1) sorted by relevance
3154 MVT MScalarTy = LT.second.getScalarType(); in getVectorInstrCost() local3156 if (auto *Entry = CostTableLookup(SLMCostTbl, ISD, MScalarTy)) in getVectorInstrCost()3160 if ((MScalarTy == MVT::i16 && ST->hasSSE2()) || in getVectorInstrCost()3161 (MScalarTy.isInteger() && ST->hasSSE41())) in getVectorInstrCost()3165 if (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()3179 if (VT.getScalarType() != MScalarTy || VT.getSizeInBits() >= 128) in getVectorInstrCost()3206 MVT MScalarTy = LT.second.getScalarType(); in getScalarizationOverhead() local3208 if ((MScalarTy == MVT::i16 && ST->hasSSE2()) || in getScalarizationOverhead()3209 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()3210 (MScalarTy == MVT::f32 && ST->hasSSE41())) { in getScalarizationOverhead()[all …]