Lines Matching refs:SIMDSelectionCS
67 class SIMDSelectionCS : public SIMDSelectionTest {
69 SIMDSelectionCS() {
79 TEST_F(SIMDSelectionCS, DefaultsToSIMD16)
90 TEST_F(SIMDSelectionCS, TooBigFor16)
104 TEST_F(SIMDSelectionCS, WorkgroupSize1)
118 TEST_F(SIMDSelectionCS, WorkgroupSize8)
132 TEST_F(SIMDSelectionCS, WorkgroupSizeVariable)
157 TEST_F(SIMDSelectionCS, WorkgroupSizeVariableSpilled)
182 TEST_F(SIMDSelectionCS, WorkgroupSizeVariableNoSIMD8)
206 TEST_F(SIMDSelectionCS, WorkgroupSizeVariableNoSIMD16)
230 TEST_F(SIMDSelectionCS, WorkgroupSizeVariableNoSIMD8NoSIMD16)
253 TEST_F(SIMDSelectionCS, SpillAtSIMD8)
263 TEST_F(SIMDSelectionCS, SpillAtSIMD16)
274 TEST_F(SIMDSelectionCS, EnvironmentVariable32)
288 TEST_F(SIMDSelectionCS, EnvironmentVariable32ButSpills)
302 TEST_F(SIMDSelectionCS, Require8)
314 TEST_F(SIMDSelectionCS, Require8ErrorWhenNotCompile)
325 TEST_F(SIMDSelectionCS, Require16)
337 TEST_F(SIMDSelectionCS, Require16ErrorWhenNotCompile)
348 TEST_F(SIMDSelectionCS, Require32)
360 TEST_F(SIMDSelectionCS, Require32ErrorWhenNotCompile)