Searched refs:test_id (Results 1 – 8 of 8) sorted by relevance
8 define void @test_id() gc "statepoint-example" personality i32 ()* @personality_function {9 ; CHECK-LABEL: @test_id(
34 // CHECK: !spv.ptr<!spv.struct<test_id, (!spv.array<128 x f32, stride=4> [0])>, Input>35 …spv.GlobalVariable @id_var0 : !spv.ptr<!spv.struct<test_id, (!spv.array<128 x f32, stride=4> [0])>…
66 define i1 @test_id() gc "statepoint-example" {67 ; CHECK-LABEL: test_id147 ; CHECK-NEXT: .quad test_id339 ; Records for the test_id function:345 ; CHECK-NEXT: .long .Ltmp2-test_id
174 id test_id = 0;177 const char g14[] = @encode(__typeof__(*test_id));
125 def test_id(self): member in Test_FunctionTestCase
540 def test_id(self): member in Test_TestCase
273 int total_shards, int shard_index, int test_id);
5481 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument5482 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()