Searched refs:canFoldInAddressingMode (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1107 static bool canFoldInAddressingMode(GLoadStore *MI, const TargetLowering &TLI, in canFoldInAddressingMode() function 1247 if (canFoldInAddressingMode(UseUseLdSt, TLI, MRI)) in findPostIndexCandidate() 1310 if (!canFoldInAddressingMode(UseLdSt, TLI, MRI)) in findPreIndexCandidate()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2323 static bool canFoldInAddressingMode(SDNode *N, SDNode *Use, SelectionDAG &DAG, in canFoldInAddressingMode() function 18571 if (!canFoldInAddressingMode(Ptr.getNode(), Use, DAG, TLI)) in CombineToPreIndexedLoadStore() 18708 if (canFoldInAddressingMode(Use, UseUse, DAG, TLI)) in shouldCombineToPostInc()
|