Searched refs:ExtLoadType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 13255 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload() argument 13257 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload() 13267 !TLI.isLoadExtLegal(ExtLoadType, VT, MemVT)) in tryToFoldExtOfExtload() 13271 DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfExtload() 13287 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() argument 13295 assert(ExtLoadType == ISD::ZEXTLOAD && ExtOpc == ISD::ZERO_EXTEND && in tryToFoldExtOfLoad() 13301 ExtLoadType = ISD::SEXTLOAD; in tryToFoldExtOfLoad() 13314 !TLI.isLoadExtLegal(ExtLoadType, VT, N0.getValueType())) in tryToFoldExtOfLoad() 13327 SDValue ExtLoad = DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfLoad() 13348 ISD::LoadExtType ExtLoadType, ISD::NodeType ExtOpc) { in tryToFoldExtOfMaskedLoad() argument [all …]
|