Home
last modified time | relevance | path

Searched refs:tiny (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/tools/llvm-cfi-verify/X86/Inputs/
H A Dunprotected-lineinfo.s1 # 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 Dunprotected-fullinfo.s1 # 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 Dprotected-lineinfo.s1 # 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 Dunprotected-nolineinfo.s1 # Source (tiny.cc):
13 # clang++ tiny.cc -S -o tiny.s
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dtiny_supported.ll1 ; 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 Darm64-tls-local-exec.ll4 ; 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 Dcsky-abi.c60 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 Driscv32-ilp32-ilp32f-ilp32d-abi.c73 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 Driscv64-lp64-lp64f-lp64d-abi.c62 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 Driscv32-ilp32-abi.c9 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 Driscv32-ilp32-ilp32f-abi.c11 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 Dstruct-union-BE.c9 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 Dsparcv9-abi.c102 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 Dunprotected-lineinfo.s5 # 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 Dcodemodel.ll1 ; 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 Dcodemodel.ll1 ; 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 Dcodemodel.ll1 ; 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 Dcodemodel.ll1 ; 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 Ddot-printing.s12 # 0x7b = tiny.cc:11:3 (main)
19 # CHECK-NEXT: tiny.cc:11
H A Dignorelist-expected-unprotected.s7 # CHECK-NEXT: tiny.cc:11
17 # src:*tiny*
H A Dignorelist-unexpected-protected.s7 # CHECK-NEXT: tiny.cc:11
17 # src:*tiny*
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dformat.verify.cpp92 struct tiny { struct
98 auto t = tiny{}; in P2418() argument
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/SystemZ/
H A Dzero_unroll.ll1 ; 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 Ddisable-const64.ll5 ; 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 Dinterleave_short_tc.ll4 ; 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…

1234