Lines Matching refs:VectorUtilsTest

27 class VectorUtilsTest : public testing::Test {  class
180 TEST_F(VectorUtilsTest, isSplatValue_00) { in TEST_F() argument
189 TEST_F(VectorUtilsTest, isSplatValue_00_index0) { in TEST_F() argument
198 TEST_F(VectorUtilsTest, isSplatValue_00_index1) { in TEST_F() argument
207 TEST_F(VectorUtilsTest, isSplatValue_11) { in TEST_F() argument
216 TEST_F(VectorUtilsTest, isSplatValue_11_index0) { in TEST_F() argument
225 TEST_F(VectorUtilsTest, isSplatValue_11_index1) { in TEST_F() argument
234 TEST_F(VectorUtilsTest, isSplatValue_01) { in TEST_F() argument
243 TEST_F(VectorUtilsTest, isSplatValue_01_index0) { in TEST_F() argument
252 TEST_F(VectorUtilsTest, isSplatValue_01_index1) { in TEST_F() argument
263 TEST_F(VectorUtilsTest, isSplatValue_0u) { in TEST_F() argument
274 TEST_F(VectorUtilsTest, isSplatValue_0u_index0) { in TEST_F() argument
283 TEST_F(VectorUtilsTest, isSplatValue_0u_index1) { in TEST_F() argument
292 TEST_F(VectorUtilsTest, isSplatValue_Binop) { in TEST_F() argument
303 TEST_F(VectorUtilsTest, isSplatValue_Binop_index0) { in TEST_F() argument
314 TEST_F(VectorUtilsTest, isSplatValue_Binop_index1) { in TEST_F() argument
325 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0) { in TEST_F() argument
335 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0_index0) { in TEST_F() argument
345 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0_index1) { in TEST_F() argument
355 TEST_F(VectorUtilsTest, isSplatValue_Binop_Not_Op0) { in TEST_F() argument
366 TEST_F(VectorUtilsTest, isSplatValue_Binop_Not_Op1) { in TEST_F() argument
377 TEST_F(VectorUtilsTest, isSplatValue_Select) { in TEST_F() argument
389 TEST_F(VectorUtilsTest, isSplatValue_Select_ConstantOp) { in TEST_F() argument
400 TEST_F(VectorUtilsTest, isSplatValue_Select_NotCond) { in TEST_F() argument
411 TEST_F(VectorUtilsTest, isSplatValue_Select_NotOp1) { in TEST_F() argument
422 TEST_F(VectorUtilsTest, isSplatValue_Select_NotOp2) { in TEST_F() argument
433 TEST_F(VectorUtilsTest, isSplatValue_SelectBinop) { in TEST_F() argument
446 TEST_F(VectorUtilsTest, getSplatValueElt0) { in TEST_F() argument
456 TEST_F(VectorUtilsTest, getSplatValueEltMismatch) { in TEST_F() argument
468 TEST_F(VectorUtilsTest, getSplatValueElt1) { in TEST_F() argument