Searched refs:ExtLoadType (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 12172 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload() argument 12174 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload() 12184 !TLI.isLoadExtLegal(ExtLoadType, VT, MemVT)) in tryToFoldExtOfExtload() 12188 DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfExtload() 12203 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() argument 12212 !TLI.isLoadExtLegal(ExtLoadType, VT, N0.getValueType()))) in tryToFoldExtOfLoad() 12225 SDValue ExtLoad = DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfLoad() 12246 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfMaskedLoad() argument 12255 if (!TLI.isLoadExtLegalOrCustom(ExtLoadType, VT, Ld->getValueType(0))) in tryToFoldExtOfMaskedLoad() 12266 ExtLoadType, Ld->isExpandingLoad()); in tryToFoldExtOfMaskedLoad()
|