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.cpp10959 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA() local
10960 return NarrowLoad; in visitSRA()
11191 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL() local
11192 return NarrowLoad; in visitSRL()
14473 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND() local
14475 if (NarrowLoad.getNode() != N0.getNode()) { in visitSIGN_EXTEND()
14476 CombineTo(N0.getNode(), NarrowLoad); in visitSIGN_EXTEND()
14762 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND() local
14764 if (NarrowLoad.getNode() != N0.getNode()) { in visitZERO_EXTEND()
14765 CombineTo(N0.getNode(), NarrowLoad); in visitZERO_EXTEND()
[all …]