Searched refs:LHSShiftArg (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6816 SDValue LHSShiftArg = LHSShift.getOperand(0); in MatchRotate() local 6833 Res = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, LHSShiftArg, in MatchRotate() 6836 Res = DAG.getNode(HasFSHL ? ISD::FSHL : ISD::FSHR, DL, VT, LHSShiftArg, in MatchRotate() 6883 MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, LExtOp0, in MatchRotate() 6896 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate() 6902 MatchFunnelPosNeg(LHSShiftArg, RHSShiftArg, RHSShiftAmt, LHSShiftAmt, in MatchRotate()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4054 SDValue LHSShiftArg = LHSShift.getOperand(0); in MatchRotate() local 4068 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate() 4114 SDNode *TryL = MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6325 SDValue LHSShiftArg = LHSShift.getOperand(0); in MatchRotate() local 6338 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate() 6382 SDValue TryL = MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate()
|