Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8221 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine() local
8233 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()
8264 if (NeedsBswap && (LegalOperations || NeedsZext) && in MatchLoadCombine()
8270 if (NeedsBswap && NeedsZext && LegalOperations && in MatchLoadCombine()
8283 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()
8295 NeedsZext in MatchLoadCombine()