Searched refs:RExtOp0 (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6868 SDValue RExtOp0 = RHSShiftAmt; in MatchRotate() local 6878 RExtOp0 = RHSShiftAmt.getOperand(0); in MatchRotate() 6884 RExtOp0, ISD::ROTL, ISD::ROTR, DL); in MatchRotate() 6889 MatchRotatePosNeg(RHSShiftArg, RHSShiftAmt, LHSShiftAmt, RExtOp0, in MatchRotate() 6897 LExtOp0, RExtOp0, ISD::FSHL, ISD::FSHR, DL); in MatchRotate() 6903 RExtOp0, LExtOp0, ISD::FSHR, ISD::FSHL, DL); in MatchRotate()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4101 SDValue RExtOp0 = RHSShiftAmt; in MatchRotate() local 4111 RExtOp0 = RHSShiftAmt.getOperand(0); in MatchRotate() 4115 LExtOp0, RExtOp0, ISD::ROTL, ISD::ROTR, DL); in MatchRotate() 4120 RExtOp0, LExtOp0, ISD::ROTR, ISD::ROTL, DL); in MatchRotate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6369 SDValue RExtOp0 = RHSShiftAmt; in MatchRotate() local 6379 RExtOp0 = RHSShiftAmt.getOperand(0); in MatchRotate() 6383 LExtOp0, RExtOp0, ISD::ROTL, ISD::ROTR, DL); in MatchRotate() 6388 RExtOp0, LExtOp0, ISD::ROTR, ISD::ROTL, DL); in MatchRotate()
|