Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10642 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload() argument
10644 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()
10654 !TLI.isLoadExtLegal(ExtLoadType, VT, MemVT)) in tryToFoldExtOfExtload()
10658 DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfExtload()
10673 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() argument
10679 !TLI.isLoadExtLegal(ExtLoadType, VT, N0.getValueType()))) in tryToFoldExtOfLoad()
10692 SDValue ExtLoad = DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfLoad()
10713 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfMaskedLoad() argument
10722 if (!TLI.isLoadExtLegal(ExtLoadType, VT, Ld->getValueType(0))) in tryToFoldExtOfMaskedLoad()
10733 ExtLoadType, Ld->isExpandingLoad()); in tryToFoldExtOfMaskedLoad()