Lines Matching refs:reduceLoadWidth
657 SDValue reduceLoadWidth(SDNode *N);
6689 SDValue NewLoad = reduceLoadWidth(And.getNode()); in BackwardsPropagateMask()
7240 if (SDValue Res = reduceLoadWidth(N)) in visitAND()
10493 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA()
10716 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL()
13413 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND()
13693 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
13948 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitANY_EXTEND()
14175 SDValue DAGCombiner::reduceLoadWidth(SDNode *N) { in reduceLoadWidth() function in DAGCombiner
14488 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSIGN_EXTEND_INREG()
14848 if (SDValue Reduced = reduceLoadWidth(N)) in visitTRUNCATE()