Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp598 SDValue ReduceLoadWidth(SDNode *N);
5492 SDValue NewLoad = ReduceLoadWidth(And.getNode()); in BackwardsPropagateMask()
5860 if (SDValue Res = ReduceLoadWidth(N)) { in visitAND()
8943 if (SDValue NarrowLoad = ReduceLoadWidth(N)) in visitSRL()
11055 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND()
11319 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
11562 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitANY_EXTEND()
11799 SDValue DAGCombiner::ReduceLoadWidth(SDNode *N) { in ReduceLoadWidth() function in DAGCombiner
12081 if (SDValue NarrowLoad = ReduceLoadWidth(N)) in visitSIGN_EXTEND_INREG()
12368 if (SDValue Reduced = ReduceLoadWidth(N)) in visitTRUNCATE()