Lines Matching refs:Match1
7756 auto Match1 = matchSHFLPat(A); in combineORToSHFL() local
7760 if (!Match1 && !Match2) in combineORToSHFL()
7764 if (!Match1) { in combineORToSHFL()
7766 Match1 = matchSHFLPat(A); in combineORToSHFL()
7767 if (!Match1) in combineORToSHFL()
7775 assert(Match1 && Match2); in combineORToSHFL()
7778 if (!Match1->formsPairWith(*Match2)) in combineORToSHFL()
7784 C.getOperand(0) != Match1->Op) in combineORToSHFL()
7795 unsigned MaskIdx = Log2_32(Match1->ShAmt); in combineORToSHFL()
7802 return DAG.getNode(RISCVISD::SHFL, DL, VT, Match1->Op, in combineORToSHFL()
7803 DAG.getConstant(Match1->ShAmt, DL, VT)); in combineORToSHFL()