reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
92 L.setAction({G_ADD, LLT::vector(8, 8)}, Legal); 93 L.setAction({G_ADD, LLT::vector(16, 8)}, Legal); 94 L.setAction({G_ADD, LLT::vector(4, 16)}, Legal); 95 L.setAction({G_ADD, LLT::vector(8, 16)}, Legal); 96 L.setAction({G_ADD, LLT::vector(2, 32)}, Legal); 97 L.setAction({G_ADD, LLT::vector(4, 32)}, Legal); 99 L.setLegalizeVectorElementToDifferentSizeStrategy( 102 L.setAction({G_ADD, 0, LLT::scalar(32)}, Legal); 104 L.computeTables(); 108 EXPECT_EQ(L.getAction({G_ADD, {LLT::vector(8, 8)}}), 110 EXPECT_EQ(L.getAction({G_ADD, {LLT::vector(8, 7)}}), 112 EXPECT_EQ(L.getAction({G_ADD, {LLT::vector(2, 8)}}), 114 EXPECT_EQ(L.getAction({G_ADD, {LLT::vector(8, 32)}}), 117 EXPECT_EQ(L.getAction({G_ADD, {LLT::vector(3, 3)}}), 119 EXPECT_EQ(L.getAction({G_ADD, {LLT::vector(3, 8)}}),