Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp587 unsigned PosOpcode, unsigned NegOpcode,
591 unsigned PosOpcode, unsigned NegOpcode,
6804 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument
6816 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg()
6817 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
6832 SDValue InnerNeg, unsigned PosOpcode, in MatchFunnelPosNeg() argument
6845 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchFunnelPosNeg()
6846 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
6853 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) { in MatchFunnelPosNeg()