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.cpp9660 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine() local
9672 !TLI.isLoadExtLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, VT, in MatchLoadCombine()
9703 if (NeedsBswap && (LegalOperations || NeedsZext) && in MatchLoadCombine()
9709 if (NeedsBswap && NeedsZext && LegalOperations && in MatchLoadCombine()
9722 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()
9734 NeedsZext ? DAG.getNode(ISD::SHL, SDLoc(N), VT, NewLoad, in MatchLoadCombine()