Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ExtType

158                          ISD::NodeType ExtType);
723 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
728 return DAG.getExtLoad(ExtType, dl, PVT,
947 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
951 SDValue NewLD = DAG.getExtLoad(ExtType, dl, PVT,
4177 ISD::NodeType ExtType) {
4188 Ops.push_back(DAG.getNode(ExtType, DL, ExtLoad->getValueType(0), SOp));
4932 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD;
4944 ExtType = ISD::SEXTLOAD;
4948 ExtType = ISD::ZEXTLOAD;
4955 if (LegalOperations && !TLI.isLoadExtLegal(ExtType, ExtVT))
5031 if (ExtType == ISD::NON_EXTLOAD)
5037 Load = DAG.getExtLoad(ExtType, N0.getDebugLoc(), VT, LN0->getChain(),NewPtr,
7455 ISD::LoadExtType ExtType = TLI.isLoadExtLegal(ISD::ZEXTLOAD, LVT)
7457 Load = DAG.getExtLoad(ExtType, N->getDebugLoc(), NVT, LN0->getChain(),