Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6818 SDValue RHSShiftArg = RHSShift.getOperand(0); in MatchRotate() local
6837 RHSShiftArg, HasFSHL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()
6889 MatchRotatePosNeg(RHSShiftArg, RHSShiftAmt, LHSShiftAmt, RExtOp0, in MatchRotate()
6896 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate()
6902 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4056 SDValue RHSShiftArg = RHSShift.getOperand(0); in MatchRotate() local
4119 SDNode *TryR = MatchRotatePosNeg(RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6327 SDValue RHSShiftArg = RHSShift.getOperand(0); in MatchRotate() local
6387 SDValue TryR = MatchRotatePosNeg(RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()