Home
last modified time | relevance | path

Searched refs:ExtLoadType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11711 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload() argument
11713 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()
11723 !TLI.isLoadExtLegal(ExtLoadType, VT, MemVT)) in tryToFoldExtOfExtload()
11727 DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfExtload()
11742 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() argument
11751 !TLI.isLoadExtLegal(ExtLoadType, VT, N0.getValueType()))) in tryToFoldExtOfLoad()
11764 SDValue ExtLoad = DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfLoad()
11785 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfMaskedLoad() argument
11794 if (!TLI.isLoadExtLegalOrCustom(ExtLoadType, VT, Ld->getValueType(0))) in tryToFoldExtOfMaskedLoad()
11805 ExtLoadType, Ld->isExpandingLoad()); in tryToFoldExtOfMaskedLoad()