Home
last modified time | relevance | path

Searched refs:test_t (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dremove_truncate_5.ll4 ; struct test_t {
12 ; struct test_t t = {.a = 5};
16 %struct.test_t = type { i32, i8, i32, i8 }
18 @test.t = private unnamed_addr constant %struct.test_t { i32 5, i8 0, i32 0, i8 0 }, align 4
23 %1 = alloca %struct.test_t, align 4
24 %2 = bitcast %struct.test_t* %1 to i8*
26 …call void @llvm.memcpy.p0i8.p0i8.i64(i8* nonnull align 4 %2, i8* align 4 bitcast (%struct.test_t* …
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimtest.c92 } test_t; typedef
94 test_t g_tests[] = {
176 int find_test(char *code, test_t *info);
343 test_t info; in run_test()
389 int find_test(char *code, test_t *info) { in find_test()
/llvm-project-15.0.7/clang/test/Sema/
H A Darm_inline_asm_constraints_no_fp_regs.c23 float test_t(float x) { in test_t() function
H A Darm_inline_asm_constraints.c300 float test_t(float x) { in test_t() function