Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp284 SDValue ReduceLoadWidth(SDNode *N);
4103 SDValue NarrowLoad = ReduceLoadWidth(N); in visitSRL()
4508 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode()); in visitSIGN_EXTEND()
4781 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode()); in visitZERO_EXTEND()
4799 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode()); in visitZERO_EXTEND()
5024 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode()); in visitANY_EXTEND()
5203 SDValue DAGCombiner::ReduceLoadWidth(SDNode *N) { in ReduceLoadWidth() function in DAGCombiner
5409 SDValue NarrowLoad = ReduceLoadWidth(N); in visitSIGN_EXTEND_INREG()
5587 SDValue Reduced = ReduceLoadWidth(N); in visitTRUNCATE()