Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2047 static bool canFoldInAddressingMode(SDNode *N, SDNode *Use, SelectionDAG &DAG, in canFoldInAddressingMode() function
15399 if (!canFoldInAddressingMode(Ptr.getNode(), Use, DAG, TLI)) in CombineToPreIndexedLoadStore()
15536 if (canFoldInAddressingMode(Use, UseUse, DAG, TLI)) in shouldCombineToPostInc()