Lines Matching refs:StVT
24731 MVT StVT = Subtarget.is64Bit() && StoreVT.isInteger() ? MVT::i64 : MVT::f64; in LowerStore() local
24732 MVT CastVT = MVT::getVectorVT(StVT, 2); in LowerStore()
24734 StoredVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, StVT, StoredVal, in LowerStore()
31771 MVT StVT = Subtarget.hasSSE2() ? MVT::v2i64 : MVT::v4f32; in LowerATOMIC_STORE() local
31772 SclToVec = DAG.getBitcast(StVT, SclToVec); in LowerATOMIC_STORE()
51605 EVT StVT = St->getMemoryVT(); in combineStore() local
51612 if (!Subtarget.hasAVX512() && VT == StVT && VT.isVector() && in combineStore()
51625 if (VT == MVT::v1i1 && VT == StVT && Subtarget.hasAVX512() && in combineStore()
51638 if ((VT == MVT::v1i1 || VT == MVT::v2i1 || VT == MVT::v4i1) && VT == StVT && in combineStore()
51652 VT == MVT::v64i1) && VT == StVT && TLI.isTypeLegal(VT) && in combineStore()
51687 if (VT.is256BitVector() && StVT == VT && in combineStore()
51699 if (St->isNonTemporal() && StVT == VT && in combineStore()
51779 if (TLI.isTruncStoreLegal(VT, StVT)) { in combineStore()
51803 St->getChain(), dl, StoredVal, Cast, St->getPointerInfo(), StVT, in combineStore()