Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp369 SDValue ReduceLoadWidth(SDNode *N);
4880 if (SDValue NarrowLoad = ReduceLoadWidth(N)) in visitSRL()
5976 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND()
6259 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
6274 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND()
6542 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) { in visitANY_EXTEND()
6722 SDValue DAGCombiner::ReduceLoadWidth(SDNode *N) { in ReduceLoadWidth() function in DAGCombiner
6936 if (SDValue NarrowLoad = ReduceLoadWidth(N)) in visitSIGN_EXTEND_INREG()
7140 if (SDValue Reduced = ReduceLoadWidth(N)) in visitTRUNCATE()