Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19402 static bool getCombineLoadStoreParts(SDNode *N, unsigned Inc, unsigned Dec, in getCombineLoadStoreParts() function
19457 if (!getCombineLoadStoreParts(N, ISD::PRE_INC, ISD::PRE_DEC, IsLoad, IsMasked, in CombineToPreIndexedLoadStore()
19694 if (getCombineLoadStoreParts(User, ISD::POST_INC, ISD::POST_DEC, IsLoad, in shouldCombineToPostInc()
19720 if (!getCombineLoadStoreParts(N, ISD::POST_INC, ISD::POST_DEC, IsLoad, in getPostIndexedLoadStoreOp()