Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SplitSrcVT

5908   EVT SplitSrcVT = SrcVT;
5910 while (!TLI.isLoadExtLegalOrCustom(ExtType, SplitDstVT, SplitSrcVT) &&
5911 SplitSrcVT.getVectorNumElements() > 1) {
5913 SplitSrcVT = DAG.GetSplitDestVTs(SplitSrcVT).first;
5916 if (!TLI.isLoadExtLegalOrCustom(ExtType, SplitDstVT, SplitSrcVT))
5922 const unsigned Stride = SplitSrcVT.getStoreSize();
5933 LN0->getPointerInfo().getWithOffset(Offset), SplitSrcVT,