Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp469 SDValue ReduceLoadWidth(SDNode *N);
4460 SDValue NewLoad = ReduceLoadWidth(And.getNode()); in BackwardsPropagateMask()
4724 if (SDValue Res = ReduceLoadWidth(N)) { in visitAND()
7032 if (SDValue NarrowLoad = ReduceLoadWidth(N)) in visitSRL()
8617 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND()
8877 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
9110 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitANY_EXTEND()
9297 SDValue DAGCombiner::ReduceLoadWidth(SDNode *N) { in ReduceLoadWidth() function in DAGCombiner
9570 if (SDValue NarrowLoad = ReduceLoadWidth(N)) in visitSIGN_EXTEND_INREG()
9819 if (SDValue Reduced = ReduceLoadWidth(N)) in visitTRUNCATE()