Lines Matching refs:StVT
20507 MVT StVT = Subtarget.is64Bit() && StoreVT.isInteger() ? MVT::i64 : MVT::f64; in LowerStore() local
20508 MVT CastVT = MVT::getVectorVT(StVT, 2); in LowerStore()
20510 StoredVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, StVT, StoredVal, in LowerStore()
37580 EVT StVT = Mst->getMemoryVT(); in combineMaskedStore() local
37583 assert(StVT != VT && "Cannot truncate to the same type"); in combineMaskedStore()
37585 unsigned ToSz = StVT.getScalarSizeInBits(); in combineMaskedStore()
37593 if (TLI.isTruncStoreLegal(VT, StVT)) in combineMaskedStore()
37609 StVT.getScalarType(), NumElems*SizeRatio); in combineMaskedStore()
37653 Mst->getBasePtr(), NewMask, StVT, in combineMaskedStore()
37661 EVT StVT = St->getMemoryVT(); in combineStore() local
37667 if (!Subtarget.hasAVX512() && VT == StVT && VT.isVector() && in combineStore()
37680 if (VT == MVT::v1i1 && VT == StVT && Subtarget.hasAVX512() && in combineStore()
37689 if ((VT == MVT::v2i1 || VT == MVT::v4i1) && VT == StVT && in combineStore()
37702 VT == MVT::v64i1) && VT == StVT && TLI.isTypeLegal(VT) && in combineStore()
37740 if (VT.is256BitVector() && StVT == VT && in combineStore()
37791 assert(StVT != VT && "Cannot truncate to the same type"); in combineStore()
37793 unsigned ToSz = StVT.getScalarSizeInBits(); in combineStore()
37799 if (TLI.isTruncStoreLegalOrCustom(VT, StVT)) in combineStore()
37814 StVT.getScalarType(), NumElems*SizeRatio); in combineStore()