Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtType

905   ISD::LoadExtType ExtType = LD->getExtensionType();
906 if (ExtType == ISD::NON_EXTLOAD) {
973 TLI.getLoadExtAction(ExtType, Node->getValueType(0), MVT::i1) ==
985 ExtType == ISD::ZEXTLOAD ? ISD::ZEXTLOAD : ISD::EXTLOAD;
995 if (ExtType == ISD::SEXTLOAD)
1000 else if (ExtType == ISD::ZEXTLOAD || NVT == Result.getValueType())
1036 Hi = DAG.getExtLoad(ExtType, dl, Node->getValueType(0), Chain, Ptr,
1058 Hi = DAG.getExtLoad(ExtType, dl, Node->getValueType(0), Chain, Ptr,
1091 switch (TLI.getLoadExtAction(ExtType, Node->getValueType(0),
1126 TLI.isLoadExtLegal(ExtType, LoadVT, SrcVT)) {
1130 (LoadVT == SrcVT) ? ISD::NON_EXTLOAD : ExtType;
1135 ISD::getExtForLoadExtType(SrcVT.isFloatingPoint(), ExtType);
1166 assert(ExtType != ISD::EXTLOAD &&
1175 if (ExtType == ISD::SEXTLOAD)