Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h766 bool CanReassociate = false) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5932 bool CanReassociate) const { in canCombineFMadOrFMA()
5939 if (CanReassociate && in canCombineFMadOrFMA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16950 bool CanReassociate = in visitFADDForFMACombine() local
16952 if (CanReassociate) { in visitFADDForFMACombine()
18148 bool CanReassociate = in visitFMA() local
18150 if (CanReassociate) { in visitFMA()
18194 if (CanReassociate) { in visitFMA()