Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp673 SDValue reduceLoadWidth(SDNode *N);
7085 SDValue NewLoad = reduceLoadWidth(And.getNode()); in BackwardsPropagateMask()
7654 if (SDValue Res = reduceLoadWidth(N)) in visitAND()
10959 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA()
11191 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL()
14473 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND()
14762 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
15069 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitANY_EXTEND()
15312 SDValue DAGCombiner::reduceLoadWidth(SDNode *N) { in reduceLoadWidth() function in DAGCombiner
15657 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSIGN_EXTEND_INREG()
[all …]