| /llvm-project-15.0.7/llvm/test/tools/llvm-cfi-verify/X86/Inputs/ |
| H A D | unprotected-lineinfo.s | 1 # Source (tiny.cc): 13 # clang++ -gmlt tiny.cc -S -o tiny.s 23 .loc 1 1 0 # tiny.cc:1:0 32 .loc 1 1 11 prologue_end # tiny.cc:1:11 45 .loc 1 2 0 # tiny.cc:2:0 54 .loc 1 2 11 prologue_end # tiny.cc:2:11 67 .loc 1 4 0 # tiny.cc:4:0 82 .loc 1 6 7 is_stmt 0 # tiny.cc:6:7 85 .loc 1 0 7 # tiny.cc:0:7 87 .loc 1 7 9 is_stmt 1 # tiny.cc:7:9 [all …]
|
| H A D | unprotected-fullinfo.s | 1 # Source (tiny.cc): 13 # clang++ -g tiny.cc -S -o tiny.s 23 .loc 1 1 0 # tiny.cc:1:0 32 .loc 1 1 11 prologue_end # tiny.cc:1:11 46 .loc 1 2 0 # tiny.cc:2:0 55 .loc 1 2 11 prologue_end # tiny.cc:2:11 69 .loc 1 4 0 # tiny.cc:4:0 85 .loc 1 6 7 is_stmt 0 # tiny.cc:6:7 88 .loc 1 0 7 # tiny.cc:0:7 91 .loc 1 7 9 is_stmt 1 # tiny.cc:7:9 [all …]
|
| H A D | protected-lineinfo.s | 1 # Source (tiny.cc): 12 # Compile with (output is in tiny.s.0): 13 # clang++ -flto -fsanitize=cfi -fvisibility=hidden -c tiny.cc -o tiny.o -gmlt 14 # clang++ tiny.o -o tiny -flto -fuse-ld=gold -Wl,-plugin-opt,save-temps 15 # clang++ -fsanitize=cfi -flto -fvisibility=hidden -c tiny.cc -o tiny.o -gmlt 16 # llvm-lto2 run @tiny.resolution.txt -o tiny.s -filetype=asm
|
| H A D | unprotected-nolineinfo.s | 1 # Source (tiny.cc): 13 # clang++ tiny.cc -S -o tiny.s
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | tiny_supported.ll | 1 ; RUN: llc -verify-machineinstrs -o - -mtriple=aarch64-none-linux-gnu -code-model=tiny < %s 2>&1 | … 2 ; RUN: llc -verify-machineinstrs -o - -mtriple=aarch64-none-eabi -code-model=tiny < %s 2>&1 | FileC… 3 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=arm64-apple-darwin -code-model=tiny < %s… 4 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=arm64-apple-ios -code-model=tiny < %s 2>… 5 …rify-machineinstrs -o - -mtriple=aarch64-unknown-windows-msvc -code-model=tiny < %s 2>&1 | FileChe… 7 ; CHECK-NOT: tiny code model is only supported on ELF 9 ; NOTINY: tiny code model is only supported on ELF
|
| H A D | arm64-tls-local-exec.ll | 4 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=tiny -… 5 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=tiny -tls-size=24 | llvm-ob… 14 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=tiny -… 15 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=tiny -tls-size=32 | llvm-ob… 22 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=tiny <… 23 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=tiny | llvm-objdump -r - | …
|
| /llvm-project-15.0.7/clang/test/CodeGen/CSKY/ |
| H A D | csky-abi.c | 60 struct tiny { struct 65 void f_agg_tiny(struct tiny x) { in f_agg_tiny() argument 71 struct tiny f_agg_tiny_ret(void) { in f_agg_tiny_ret() 72 return (struct tiny){1, 2, 3, 4}; in f_agg_tiny_ret() 138 int f_scalar_stack_1(struct tiny a, struct small b, struct small_aligned c, in f_scalar_stack_1() 166 void f_agg_stack(double a, int64_t b, double c, int64_t d, struct tiny e, in f_agg_stack() 178 f_va_callee(1, 2, 3LL, 4.0f, 5.0, (struct tiny){6, 7, 8, 9}, in f_va_caller() 336 struct tiny ts = __builtin_va_arg(va, struct tiny); in f_va_4()
|
| /llvm-project-15.0.7/clang/test/CodeGen/RISCV/ |
| H A D | riscv32-ilp32-ilp32f-ilp32d-abi.c | 73 struct tiny { struct 78 void f_agg_tiny(struct tiny x) { in f_agg_tiny() argument 84 struct tiny f_agg_tiny_ret(void) { in f_agg_tiny_ret() 85 return (struct tiny){1, 2, 3, 4}; in f_agg_tiny_ret() 201 int f_scalar_stack_1(struct tiny a, struct small b, struct small_aligned c, in f_scalar_stack_1() 230 void f_agg_stack(double a, int64_t b, double c, int64_t d, struct tiny e, in f_agg_stack() 242 f_va_callee(1, 2, 3LL, 4.0f, 5.0, (struct tiny){6, 7, 8, 9}, in f_va_caller() 420 struct tiny ts = __builtin_va_arg(va, struct tiny); in f_va_4()
|
| H A D | riscv64-lp64-lp64f-lp64d-abi.c | 62 struct tiny { struct 67 void f_agg_tiny(struct tiny x) { in f_agg_tiny() argument 73 struct tiny f_agg_tiny_ret(void) { in f_agg_tiny_ret() 74 return (struct tiny){1, 2, 3, 4}; in f_agg_tiny_ret() 190 int f_scalar_stack_1(struct tiny a, struct small b, struct small_aligned c, in f_scalar_stack_1() 221 f_va_callee(1, 2, 3LL, 4.0f, 5.0, (struct tiny){6, 7, 8, 9}, in f_va_caller() 421 struct tiny ts = __builtin_va_arg(va, struct tiny); in f_va_4()
|
| H A D | riscv32-ilp32-abi.c | 9 struct tiny { struct 52 void f_agg_stack(double a, int64_t b, double c, int64_t d, struct tiny e, in f_agg_stack()
|
| H A D | riscv32-ilp32-ilp32f-abi.c | 11 struct tiny { struct 54 void f_agg_stack(double a, int64_t b, double c, int64_t d, struct tiny e, in f_agg_stack()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | struct-union-BE.c | 9 struct tiny { struct 18 struct tiny x; in fstr() argument 21 x = va_arg (ap, struct tiny); in fstr() 44 struct tiny x[3]; in foo()
|
| H A D | sparcv9-abi.c | 102 struct tiny { struct 109 struct tiny f_tiny(struct tiny x) { in f_tiny() argument 119 struct tiny x = { 1 }; in call_tiny() 161 s += va_arg(ap, struct tiny).a; in f_variable()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cfi-verify/AArch64/ |
| H A D | unprotected-lineinfo.s | 5 # CHECK-NEXT: tiny.cc:9 12 # Source (tiny.cc): 24 # clang++ -target aarch64-- -gmlt tiny.cc -S -o tiny.s
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | codemodel.ll | 1 ; RUN: not llc -verify-machineinstrs -o - -mtriple=sparc64-unknown-linux -code-model=tiny < %s 2>&1… 4 ; TINY: Target does not support the tiny CodeModel
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | codemodel.ll | 1 ; RUN: not llc -verify-machineinstrs -o - -mtriple=powerpc-pc-linux -code-model=tiny < %s 2>&1 | Fi… 4 ; TINY: Target does not support the tiny CodeModel
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | codemodel.ll | 1 ; RUN: not llc -verify-machineinstrs -o - -mtriple=s390x-linux-gnu -code-model=tiny < %s 2>&1 | Fil… 4 ; TINY: Target does not support the tiny CodeModel
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | codemodel.ll | 1 ; RUN: not llc -verify-machineinstrs -o - -mtriple=arm-none-eabi -code-model=tiny < %s 2>&1 | FileC… 4 ; TINY: Target does not support the tiny CodeModel
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cfi-verify/X86/ |
| H A D | dot-printing.s | 12 # 0x7b = tiny.cc:11:3 (main) 19 # CHECK-NEXT: tiny.cc:11
|
| H A D | ignorelist-expected-unprotected.s | 7 # CHECK-NEXT: tiny.cc:11 17 # src:*tiny*
|
| H A D | ignorelist-unexpected-protected.s | 7 # CHECK-NEXT: tiny.cc:11 17 # src:*tiny*
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/ |
| H A D | format.verify.cpp | 92 struct tiny { struct 98 auto t = tiny{}; in P2418() argument
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/SystemZ/ |
| H A D | zero_unroll.ll | 1 ; RUN: opt -S -loop-vectorize -mtriple=s390x-linux-gnu -tiny-trip-count-interleave-threshold=4 -vec… 2 ; RUN: opt -S -passes=loop-vectorize -mtriple=s390x-linux-gnu -tiny-trip-count-interleave-threshold…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | disable-const64.ll | 5 ; Disable CONST64 for tiny core since it is a memory operation and tiny core has
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/ |
| H A D | interleave_short_tc.ll | 4 ; short trip count which is controled by "tiny-trip-count-interleave-threshold". 9 ; RUN: opt -passes=loop-vectorize -force-vector-width=4 -vectorizer-min-trip-count=4 -tiny-trip-co… 13 ; RUN: opt -passes=loop-vectorize -force-vector-width=2 -vectorizer-min-trip-count=4 -tiny-trip-co…
|