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.cpp664 SDValue reduceLoadWidth(SDNode *N);
6693 SDValue NewLoad = reduceLoadWidth(And.getNode()); in BackwardsPropagateMask()
7231 if (SDValue Res = reduceLoadWidth(N)) in visitAND()
10513 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA()
10726 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL()
13607 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND()
13895 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
14201 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitANY_EXTEND()
14424 SDValue DAGCombiner::reduceLoadWidth(SDNode *N) { in reduceLoadWidth() function in DAGCombiner
14747 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSIGN_EXTEND_INREG()
[all …]