Home
last modified time | relevance | path

Searched refs:Match2 (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp5610 auto Match2 = matchSHFLPat(B); in combineORToSHFL() local
5613 if (!Match1 && !Match2) in combineORToSHFL()
5622 } else if (!Match2) { in combineORToSHFL()
5624 Match2 = matchSHFLPat(B); in combineORToSHFL()
5625 if (!Match2) in combineORToSHFL()
5628 assert(Match1 && Match2); in combineORToSHFL()
5631 if (!Match1->formsPairWith(*Match2)) in combineORToSHFL()