Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h475 virtual bool shouldReassociateReduction(unsigned RedOpc, EVT VT) const { in shouldReassociateReduction() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp575 SDValue reassociateReduction(unsigned RedOpc, unsigned Opc, const SDLoc &DL,
1402 SDValue DAGCombiner::reassociateReduction(unsigned RedOpc, unsigned Opc, in reassociateReduction() argument
1405 if (N0.getOpcode() == RedOpc && N1.getOpcode() == RedOpc && in reassociateReduction()
1409 TLI.shouldReassociateReduction(RedOpc, N0.getOperand(0).getValueType())) { in reassociateReduction()
1411 return DAG.getNode(RedOpc, DL, VT, in reassociateReduction()