Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h620 bool reassociationCanBreakAddressingModePattern(MachineInstr &PtrAdd);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4133 bool CombinerHelper::reassociationCanBreakAddressingModePattern( in reassociationCanBreakAddressingModePattern() function in CombinerHelper
4254 return !reassociationCanBreakAddressingModePattern(MI); in matchReassocPtrAdd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp524 bool reassociationCanBreakAddressingModePattern(unsigned Opc,
1000 bool DAGCombiner::reassociationCanBreakAddressingModePattern(unsigned Opc, in reassociationCanBreakAddressingModePattern() function in DAGCombiner
2339 if (!reassociationCanBreakAddressingModePattern(ISD::ADD, DL, N0, N1)) { in visitADDLike()