Searched refs:LHSShiftArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8939 SDValue LHSShiftArg = LHSShift.getOperand(0); in MatchRotate() local 8973 bool IsRotate = LHSShiftArg == RHSShiftArg; in MatchRotate() 8997 if (matchOr(LHSShiftArg, RHSShiftArg)) { in MatchRotate() 9002 } else if (matchOr(RHSShiftArg, LHSShiftArg)) { in MatchRotate() 9026 Res = DAG.getNode(UseROTL ? ISD::ROTL : ISD::ROTR, DL, VT, LHSShiftArg, in MatchRotate() 9030 Res = DAG.getNode(UseFSHL ? ISD::FSHL : ISD::FSHR, DL, VT, LHSShiftArg, in MatchRotate() 9063 if (SDValue TryL = MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate() 9074 if (SDValue TryL = MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, LHSShiftAmt, in MatchRotate() 9079 if (SDValue TryR = MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, RHSShiftAmt, in MatchRotate()
|