Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9437 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA() local
9438 return NarrowLoad; in visitSRA()
9658 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL() local
9659 return NarrowLoad; in visitSRL()
11993 if (NarrowLoad.getNode() != N0.getNode()) { in visitSIGN_EXTEND()
11994 CombineTo(N0.getNode(), NarrowLoad); in visitSIGN_EXTEND()
12262 CombineTo(N0.getNode(), NarrowLoad); in visitZERO_EXTEND()
12512 CombineTo(N0.getNode(), NarrowLoad); in visitANY_EXTEND()
13052 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSIGN_EXTEND_INREG() local
13053 return NarrowLoad; in visitSIGN_EXTEND_INREG()
[all …]