Lines Matching refs:reduceLoadWidth
664 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()
15102 if (SDValue Reduced = reduceLoadWidth(N)) in visitTRUNCATE()