Lines Matching defs:NarrowLoad
10683 if (SDValue NarrowLoad = reduceLoadWidth(N))
10684 return NarrowLoad;
10899 if (SDValue NarrowLoad = reduceLoadWidth(N))
10900 return NarrowLoad;
13897 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) {
13899 if (NarrowLoad.getNode() != N0.getNode()) {
13900 CombineTo(N0.getNode(), NarrowLoad);
14186 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) {
14188 if (NarrowLoad.getNode() != N0.getNode()) {
14189 CombineTo(N0.getNode(), NarrowLoad);
14493 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) {
14495 if (NarrowLoad.getNode() != N0.getNode()) {
14496 CombineTo(N0.getNode(), NarrowLoad);
15039 if (SDValue NarrowLoad = reduceLoadWidth(N))
15040 return NarrowLoad;
25279 if (SDValue NarrowLoad = narrowExtractedVectorLoad(N, DAG))
25280 return NarrowLoad;