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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp271 SDValue ReduceLoadWidth(SDNode *N);
3996 SDValue NarrowLoad = ReduceLoadWidth(N);
4354 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode());
4637 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode());
4655 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode());
4887 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode());
5066 /// ReduceLoadWidth - If the result of a wider load is shifted to right of N
5071 SDValue DAGCombiner::ReduceLoadWidth(SDNode *N) { function in class:DAGCombiner
5271 SDValue NarrowLoad = ReduceLoadWidth(N);
5453 SDValue Reduced = ReduceLoadWidth(
[all...]

Completed in 183 milliseconds