Home
last modified time | relevance | path

Searched refs:reduceLoadWidth (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp600 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()
[all …]