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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp559 SDValue ReduceLoadWidth(SDNode *N);
5034 SDValue NewLoad = ReduceLoadWidth(And.getNode());
5353 if (SDValue Res = ReduceLoadWidth(N)) {
8089 if (SDValue NarrowLoad = ReduceLoadWidth(N))
9625 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) {
9932 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) {
10172 if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) {
10364 SDValue DAGCombiner::ReduceLoadWidth(SDNode *N) { function in class:DAGCombiner
10636 if (SDValue NarrowLoad = ReduceLoadWidth(N))
10898 if (SDValue Reduced = ReduceLoadWidth(
[all...]

Completed in 190 milliseconds