Lines Matching refs:NON_EXTLOAD
6522 if (Load->getExtensionType() != ISD::NON_EXTLOAD && in isLegalNarrowLdSt()
7147 case ISD::NON_EXTLOAD: B = true; break; in visitAND()
9218 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()
9268 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()
12174 !MLD->isExpandingLoad() && MLD->getExtensionType() == ISD::NON_EXTLOAD) { in visitMLOAD()
12803 if (LoadExt == ISD::NON_EXTLOAD || LoadExt == ISD::EXTLOAD) in isCompatibleLoad()
13353 if (!Ld || Ld->getExtensionType() != ISD::NON_EXTLOAD) in tryToFoldExtOfMaskedLoad()
14427 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in reduceLoadWidth()
14627 if (ExtType == ISD::NON_EXTLOAD) in reduceLoadWidth()
14806 Ld->getExtensionType() != ISD::LoadExtType::NON_EXTLOAD && in visitSIGN_EXTEND_INREG()
18865 case ISD::NON_EXTLOAD: in extendLoadedValueToExtension()
19148 if (LD->getExtensionType() == ISD::NON_EXTLOAD) { in visitLOAD()
22027 !VecLoad->isSimple() || VecLoad->getExtensionType() != ISD::NON_EXTLOAD || in combineInsertEltToLoad()
22028 ScalarLoad->getExtensionType() != ISD::NON_EXTLOAD || in combineInsertEltToLoad()
22294 ResultVT.bitsGT(VecEltVT) ? ISD::NON_EXTLOAD : ISD::EXTLOAD; in scalarizeExtractedVectorLoad()
27407 if (LLD->getExtensionType() == ISD::NON_EXTLOAD) { in SimplifySelectOps()