Searched refs:LHSShiftArg (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2926 SDValue LHSShiftArg = LHSShift.getOperand(0); in MatchRotate() local 2941 Rot = DAG.getNode(ISD::ROTL, DL, VT, LHSShiftArg, LHSShiftAmt); in MatchRotate() 2943 Rot = DAG.getNode(ISD::ROTR, DL, VT, LHSShiftArg, RHSShiftAmt); in MatchRotate() 2978 LHSShiftArg, LHSShiftAmt).getNode(); in MatchRotate() 2981 LHSShiftArg, RHSShiftAmt).getNode(); in MatchRotate() 2995 LHSShiftArg, RHSShiftAmt).getNode(); in MatchRotate() 2998 LHSShiftArg, LHSShiftAmt).getNode(); in MatchRotate() 3024 LHSShiftArg, in MatchRotate() 3038 LHSShiftArg, 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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5513 SDValue LHSShiftArg = LHSShift.getOperand(0); in MatchRotate() local 5526 LHSShiftArg, HasROTL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate() 5570 SDNode *TryL = MatchRotatePosNeg(LHSShiftArg, LHSShiftAmt, RHSShiftAmt, in MatchRotate()
|