Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8491 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine() local
8503 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()
8534 if (NeedsBswap && (LegalOperations || NeedsZext) && in MatchLoadCombine()
8540 if (NeedsBswap && NeedsZext && LegalOperations && in MatchLoadCombine()
8553 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()
8565 NeedsZext in MatchLoadCombine()