Lines Matching defs:NarrowLoad
10513 if (SDValue NarrowLoad = reduceLoadWidth(N))
10514 return NarrowLoad;
10726 if (SDValue NarrowLoad = reduceLoadWidth(N))
10727 return NarrowLoad;
13607 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) {
13609 if (NarrowLoad.getNode() != N0.getNode()) {
13610 CombineTo(N0.getNode(), NarrowLoad);
13895 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) {
13897 if (NarrowLoad.getNode() != N0.getNode()) {
13898 CombineTo(N0.getNode(), NarrowLoad);
14201 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) {
14203 if (NarrowLoad.getNode() != N0.getNode()) {
14204 CombineTo(N0.getNode(), NarrowLoad);
14747 if (SDValue NarrowLoad = reduceLoadWidth(N))
14748 return NarrowLoad;
24774 if (SDValue NarrowLoad = narrowExtractedVectorLoad(N, DAG))
24775 return NarrowLoad;