Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp589 unsigned PosOpcode, unsigned NegOpcode,
593 unsigned PosOpcode, unsigned NegOpcode,
6834 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument
6846 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg()
6847 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
6862 SDValue InnerNeg, unsigned PosOpcode, in MatchFunnelPosNeg() argument
6875 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchFunnelPosNeg()
6876 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
6883 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) { in MatchFunnelPosNeg()