Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dpatchable-statepoints.ll7 define void @test_id() gc "statepoint-example" personality ptr @personality_function {
8 ; CHECK-LABEL: @test_id(
/llvm-project/mlir/test/Target/SPIRV/
H A Dstruct.mlir34 // 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=…
/llvm-project/llvm/test/CodeGen/X86/
H A Dstatepoint-stackmap-format.ll66 define i1 @test_id() gc "statepoint-example" {
67 ; CHECK-LABEL: test_id
147 ; CHECK-NEXT: .quad test_id
339 ; Records for the test_id function:
345 ; CHECK-NEXT: .long .Ltmp2-test_id
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test.m172 id test_id = 0;
175 const char g14[] = @encode(__typeof__(*test_id));
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h268 int test_id);
H A Dgtest.cc6079 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument
6080 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()