Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10493 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA() local
10494 return NarrowLoad; in visitSRA()
10716 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL() local
10717 return NarrowLoad; in visitSRL()
13415 if (NarrowLoad.getNode() != N0.getNode()) { in visitSIGN_EXTEND()
13416 CombineTo(N0.getNode(), NarrowLoad); in visitSIGN_EXTEND()
13696 CombineTo(N0.getNode(), NarrowLoad); in visitZERO_EXTEND()
13951 CombineTo(N0.getNode(), NarrowLoad); in visitANY_EXTEND()
14488 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSIGN_EXTEND_INREG() local
14489 return NarrowLoad; in visitSIGN_EXTEND_INREG()
[all …]