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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp330 bool CombineToPreIndexedLoadStore(SDNode *N);
8777 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
8805 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
13785 bool DAGCombiner::CombineToPreIndexedLoadStore(SDNode *N) { function in class:DAGCombiner
14406 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
16550 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))

Completed in 132 milliseconds