Searched refs:Match1 (Results 1 – 3 of 3) sorted by relevance
79 TEST_F(BenchmarkTest, Match1) { in TEST_F() argument
7756 auto Match1 = matchSHFLPat(A); in combineORToSHFL() local7760 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()[all …]
722 auto Match1 = in TEST_P() local739 functionTemplateDecl(hasDescendant(Match1), hasDescendant(Match2), in TEST_P()