Searched refs:PosOpcode (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 587 unsigned PosOpcode, unsigned NegOpcode, 591 unsigned PosOpcode, unsigned NegOpcode, 6648 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument 6659 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg() 6660 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg() 6675 SDValue InnerNeg, unsigned PosOpcode, in MatchFunnelPosNeg() argument 6688 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchFunnelPosNeg() 6689 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg() 6696 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) { in MatchFunnelPosNeg()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 372 unsigned PosOpcode, unsigned NegOpcode, 3997 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument 4008 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg() 4009 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 554 unsigned PosOpcode, unsigned NegOpcode, 6230 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument 6241 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg() 6242 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
|