Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h688 bool CanReassociate = false);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5036 bool CanReassociate) { in canCombineFMadOrFMA() argument
5043 if (CanReassociate && in canCombineFMadOrFMA()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13992 bool CanReassociate = in visitFADDForFMACombine() local
14043 if (CanReassociate && isFusedOp(N0) && in visitFADDForFMACombine()
14048 } else if (CanReassociate && isFusedOp(N1) && in visitFADDForFMACombine()
15033 bool CanReassociate = in visitFMA() local
15075 if (CanReassociate) { in visitFMA()
15116 if (CanReassociate) { in visitFMA()