Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp62 MachineInstrBuilder FortyTwoSplat = in TEST_F() local
65 EXPECT_TRUE(mi_match(FortyTwoSplat.getReg(0), *MRI, m_ICstOrSplat(Cst))); in TEST_F()
563 MachineInstrBuilder FortyTwoSplat = in TEST_F() local
567 EXPECT_TRUE(mi_match(FortyTwoSplat.getReg(0), *MRI, m_SpecificICstSplat(42))); in TEST_F()
569 mi_match(FortyTwoSplat.getReg(0), *MRI, m_SpecificICstSplat(43))); in TEST_F()
576 B.buildAdd(v4s64, NonConstantSplat, FortyTwoSplat); in TEST_F()
593 MachineInstrBuilder FortyTwoSplat = in TEST_F() local
598 mi_match(FortyTwoSplat.getReg(0), *MRI, m_SpecificICstOrSplat(42))); in TEST_F()
600 mi_match(FortyTwoSplat.getReg(0), *MRI, m_SpecificICstOrSplat(43))); in TEST_F()
607 B.buildAdd(v4s64, NonConstantSplat, FortyTwoSplat); in TEST_F()