Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp616 SDValue reduceLoadWidth(SDNode *N);
6003 SDValue NewLoad = reduceLoadWidth(And.getNode()); in BackwardsPropagateMask()
6533 if (SDValue Res = reduceLoadWidth(N)) in visitAND()
9728 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA()
9949 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL()
12467 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND()
12766 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
13019 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitANY_EXTEND()
13247 SDValue DAGCombiner::reduceLoadWidth(SDNode *N) { in reduceLoadWidth() function in DAGCombiner
13562 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSIGN_EXTEND_INREG()
[all …]