Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9611 static bool canFoldInAddressingMode(SDNode *N, SDNode *Use, in canFoldInAddressingMode() function
9790 if (!canFoldInAddressingMode(Ptr.getNode(), Use, DAG, TLI)) in CombineToPreIndexedLoadStore()
9951 if (!canFoldInAddressingMode(Use, UseUse, DAG, TLI)) in CombineToPostIndexedLoadStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12163 static bool canFoldInAddressingMode(SDNode *N, SDNode *Use, in canFoldInAddressingMode() function
12342 if (!canFoldInAddressingMode(Ptr.getNode(), Use, DAG, TLI)) in CombineToPreIndexedLoadStore()
12501 if (!canFoldInAddressingMode(Use, UseUse, DAG, TLI)) in CombineToPostIndexedLoadStore()