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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp129 bool CombineToPreIndexedLoadStore(SDNode *N);
5863 /// CombineToPreIndexedLoadStore - Try turning a load / store into a
5869 bool DAGCombiner::CombineToPreIndexedLoadStore(SDNode *N) { function in class:DAGCombiner
6250 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
6713 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp191 bool CombineToPreIndexedLoadStore(SDNode *N);
9659 bool DAGCombiner::CombineToPreIndexedLoadStore(SDNode *N) { function in class:DAGCombiner
10164 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
12088 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))

Completed in 223 milliseconds