Searched refs:IMulInst (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/rsov/compiler/spirit/ |
D | pass_queue_test.cpp | 34 Instruction *transform(IMulInst *mul) override { in transform() 54 auto ret = new IMulInst(add->mResultType, add, add); in transform() 62 Instruction *transform(IMulInst *) override { return nullptr; } in transform() argument 99 EXPECT_EQ(1, countEntity<IMulInst>(m.get())); in TEST_F() 110 EXPECT_EQ(0, countEntity<IMulInst>(m1)); in TEST_F() 119 EXPECT_EQ(1, countEntity<IMulInst>(m.get())); in TEST_F() 131 EXPECT_EQ(1, countEntity<IMulInst>(m1)); in TEST_F() 140 EXPECT_EQ(1, countEntity<IMulInst>(m.get())); in TEST_F() 156 EXPECT_EQ(1, countEntity<IMulInst>(m.get())); in TEST_F() 168 EXPECT_EQ(0, countEntity<IMulInst>(m1)); in TEST_F() [all …]
|
D | transformer_test.cpp | 33 Instruction *transform(IMulInst *mul) override { in transform() 42 Instruction *transform(IMulInst *) override { return nullptr; } in transform() argument 47 Instruction *transform(IMulInst *mul) override { in transform() 84 EXPECT_EQ(1, countEntity<IMulInst>(m.get())); in TEST_F() 94 EXPECT_EQ(0, countEntity<IMulInst>(m1.get())); in TEST_F() 102 EXPECT_EQ(1, countEntity<IMulInst>(m.get())); in TEST_F() 110 EXPECT_EQ(0, countEntity<IMulInst>(m1.get())); in TEST_F() 120 EXPECT_EQ(1, countEntity<IMulInst>(m.get())); in TEST_F() 130 EXPECT_EQ(1, countEntity<IMulInst>(m1.get())); in TEST_F()
|
D | module_test.cpp | 85 EXPECT_EQ(1, countEntity<IMulInst>(m)); in TEST_F()
|