Lines Matching refs:reduceLoadWidth
600 SDValue reduceLoadWidth(SDNode *N);
5921 SDValue NewLoad = reduceLoadWidth(And.getNode()); in BackwardsPropagateMask()
6400 if (SDValue Res = reduceLoadWidth(N)) in visitAND()
9437 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA()
9658 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL()
11991 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND()
12259 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
12509 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitANY_EXTEND()
12737 SDValue DAGCombiner::reduceLoadWidth(SDNode *N) { in reduceLoadWidth() function in DAGCombiner
13052 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSIGN_EXTEND_INREG()
13340 if (SDValue Reduced = reduceLoadWidth(N)) in visitTRUNCATE()