Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10513 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA() local
10514 return NarrowLoad; in visitSRA()
10726 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL() local
10727 return NarrowLoad; in visitSRL()
13607 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND() local
13609 if (NarrowLoad.getNode() != N0.getNode()) { in visitSIGN_EXTEND()
13610 CombineTo(N0.getNode(), NarrowLoad); in visitSIGN_EXTEND()
13895 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND() local
13897 if (NarrowLoad.getNode() != N0.getNode()) { in visitZERO_EXTEND()
13898 CombineTo(N0.getNode(), NarrowLoad); in visitZERO_EXTEND()
[all …]