Searched refs:ExtLoadType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 14115 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload() argument 14117 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload() 14127 !TLI.isLoadExtLegal(ExtLoadType, VT, MemVT)) in tryToFoldExtOfExtload() 14131 DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfExtload() 14147 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() argument 14155 assert(ExtLoadType == ISD::ZEXTLOAD && ExtOpc == ISD::ZERO_EXTEND && in tryToFoldExtOfLoad() 14161 ExtLoadType = ISD::SEXTLOAD; in tryToFoldExtOfLoad() 14174 !TLI.isLoadExtLegal(ExtLoadType, VT, N0.getValueType())) in tryToFoldExtOfLoad() 14187 SDValue ExtLoad = DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), in tryToFoldExtOfLoad() 14208 ISD::LoadExtType ExtLoadType, ISD::NodeType ExtOpc) { in tryToFoldExtOfMaskedLoad() argument [all …]
|