Searched refs:MScalarTy (Results 1 – 1 of 1) sorted by relevance
4551 MVT MScalarTy = LT.second.getScalarType(); in getVectorInstrCost() local4555 return (MScalarTy == MVT::i16 && ST->hasSSE2()) || in getVectorInstrCost()4556 (MScalarTy.isInteger() && ST->hasSSE41()) || in getVectorInstrCost()4557 (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()4592 if (auto *Entry = CostTableLookup(SLMCostTbl, ISD, MScalarTy)) in getVectorInstrCost()4609 if (VT.getScalarType() != MScalarTy || VT.getSizeInBits() >= 128) in getVectorInstrCost()4631 MVT MScalarTy = LT.second.getScalarType(); in getScalarizationOverhead() local4646 if ((MScalarTy == MVT::i16 && ST->hasSSE2()) || in getScalarizationOverhead()4647 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()4648 (MScalarTy == MVT::f32 && ST->hasSSE41())) { in getScalarizationOverhead()