Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp360 bool CombineToPreIndexedLoadStore(SDNode *N);
11105 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N)) in visitMSTORE()
11229 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N)) in visitMLOAD()
16862 bool DAGCombiner::CombineToPreIndexedLoadStore(SDNode *N) { in CombineToPreIndexedLoadStore() function in DAGCombiner
17542 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N)) in visitLOAD()
19851 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N)) in visitSTORE()