Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_random_interleaving_gtest.cc79 TEST_F(BenchmarkTest, Match1) { in TEST_F() argument
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7756 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()
[all …]
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp722 auto Match1 = in TEST_P() local
739 functionTemplateDecl(hasDescendant(Match1), hasDescendant(Match2), in TEST_P()