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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp270 SDValue ReduceLoadWidth(SDNode *N);
3946 SDValue NarrowLoad = ReduceLoadWidth(N);
4264 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode());
4545 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode());
4563 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode());
4795 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode());
4974 /// ReduceLoadWidth - If the result of a wider load is shifted to right of N
4979 SDValue DAGCombiner::ReduceLoadWidth(SDNode *N) { function in class:DAGCombiner
5158 SDValue NarrowLoad = ReduceLoadWidth(N);
5307 SDValue Reduced = ReduceLoadWidth(
[all...]

Completed in 270 milliseconds