Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SrcVT

936   EVT SrcVT = LD->getMemoryVT();
937 unsigned SrcWidth = SrcVT.getSizeInBits();
943 if (SrcWidth != SrcVT.getStoreSizeInBits() &&
951 (SrcVT != MVT::i1 ||
955 unsigned NewWidth = SrcVT.getStoreSizeInBits();
960 // way. A zext load from NVT thus automatically gives zext from SrcVT.
976 Result, DAG.getValueType(SrcVT));
981 DAG.getValueType(SrcVT));
987 assert(!SrcVT.isVector() && "Unsupported extload!");
1063 switch (TLI.getLoadExtAction(ExtType, SrcVT.getSimpleVT())) {
1097 if (!TLI.isLoadExtLegal(ISD::EXTLOAD, SrcVT) &&
1098 TLI.isTypeLegal(SrcVT)) {
1099 SDValue Load = DAG.getLoad(SrcVT, dl, Chain, Ptr,
1104 ExtendOp = (SrcVT.isFloatingPoint() ?
1116 assert(!SrcVT.isVector() &&
1129 Chain, Ptr, SrcVT,
1135 Result, DAG.getValueType(SrcVT));
1138 SrcVT.getScalarType());