Searched refs:canFoldInAddressingMode (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9611 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/ |
D | DAGCombiner.cpp | 12163 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()
|