Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1175 static bool canFoldInAddressingMode(GLoadStore *MI, const TargetLowering &TLI, in canFoldInAddressingMode() function
1315 if (canFoldInAddressingMode(UseUseLdSt, TLI, MRI)) in findPostIndexCandidate()
1379 if (!canFoldInAddressingMode(UseLdSt, TLI, MRI)) in findPreIndexCandidate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2405 static bool canFoldInAddressingMode(SDNode *N, SDNode *Use, SelectionDAG &DAG, in canFoldInAddressingMode() function
19570 if (!canFoldInAddressingMode(Ptr.getNode(), User, DAG, TLI)) in CombineToPreIndexedLoadStore()
19707 if (canFoldInAddressingMode(User, UserUser, DAG, TLI)) in shouldCombineToPostInc()