Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9206 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine() local
9218 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()
9249 if (NeedsBswap && (LegalOperations || NeedsZext) && in MatchLoadCombine()
9255 if (NeedsBswap && NeedsZext && LegalOperations && in MatchLoadCombine()
9268 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()
9280 NeedsZext ? DAG.getNode(ISD::SHL, SDLoc(N), VT, NewLoad, in MatchLoadCombine()