Searched refs:Match1 (Results 1 – 1 of 1) sorted by relevance
5339 auto Match1 = matchSHFLPat(A); in combineORToSHFL() local5343 if (!Match1 && !Match2) in combineORToSHFL()5347 if (!Match1) { in combineORToSHFL()5349 Match1 = matchSHFLPat(A); in combineORToSHFL()5350 if (!Match1) in combineORToSHFL()5358 assert(Match1 && Match2); in combineORToSHFL()5361 if (!Match1->formsPairWith(*Match2)) in combineORToSHFL()5367 C.getOperand(0) != Match1->Op) in combineORToSHFL()5378 unsigned MaskIdx = Log2_32(Match1->ShAmt); in combineORToSHFL()5385 return DAG.getNode(RISCVISD::SHFL, DL, VT, Match1->Op, in combineORToSHFL()[all …]