Searched refs:test_id (Results 1 – 6 of 6) sorted by relevance
7 define void @test_id() gc "statepoint-example" personality ptr @personality_function {8 ; CHECK-LABEL: @test_id(
34 // CHECK: !spirv.ptr<!spirv.struct<test_id, (!spirv.array<128 x f32, stride=4> [0])>, Input>35 …spirv.GlobalVariable @id_var0 : !spirv.ptr<!spirv.struct<test_id, (!spirv.array<128 x f32, stride=…
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
172 id test_id = 0;175 const char g14[] = @encode(__typeof__(*test_id));
268 int test_id);
6079 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument6080 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()