Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp190 bool CombineToPreIndexedLoadStore(SDNode *N);
9542 bool DAGCombiner::CombineToPreIndexedLoadStore(SDNode *N) { in CombineToPreIndexedLoadStore() function in DAGCombiner
10046 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N)) in visitLOAD()
11910 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N)) in visitSTORE()