Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10785 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload() argument
10787 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()
10797 !TLI.isLoadExtLegal(ExtLoadType, VT, MemVT)) in tryToFoldExtOfExtload()
10801 DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfExtload()
10816 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() argument
10822 !TLI.isLoadExtLegal(ExtLoadType, VT, N0.getValueType()))) in tryToFoldExtOfLoad()
10835 SDValue ExtLoad = DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfLoad()
10856 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfMaskedLoad() argument
10865 if (!TLI.isLoadExtLegal(ExtLoadType, VT, Ld->getValueType(0))) in tryToFoldExtOfMaskedLoad()
10876 ExtLoadType, Ld->isExpandingLoad()); in tryToFoldExtOfMaskedLoad()