| /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/ |
| H A D | generated-funcs-regex.test | 4 …funcs-regex.c %t-generated-funcs-regex.c && %update_cc_test_checks --include-generated-funcs --rep… 5 # RUN: diff -u %S/Inputs/generated-funcs-regex.c.expected %t-generated-funcs-regex.c 8 # RUN: %update_cc_test_checks %t-generated-funcs-regex.c 9 # RUN: diff -u %S/Inputs/generated-funcs-regex.c.expected %t-generated-funcs-regex.c
|
| H A D | generated-funcs.test | 3 # RUN: cp %S/Inputs/generated-funcs.c %t-generated.c && %update_cc_test_checks --include-generated-… 4 # RUN: diff -u %S/Inputs/generated-funcs.c.generated.expected %t-generated.c 5 # RUN: cp %S/Inputs/generated-funcs.c %t-no-generated.c && %update_cc_test_checks %t-no-generated.c 6 # RUN: diff -u %S/Inputs/generated-funcs.c.no-generated.expected %t-no-generated.c 9 # RUN: %update_cc_test_checks --include-generated-funcs %t-generated.c 10 # RUN: diff -u %S/Inputs/generated-funcs.c.generated.expected %t-generated.c 12 # RUN: diff -u %S/Inputs/generated-funcs.c.no-generated.expected %t-no-generated.c
|
| H A D | check-globals.test | 3 # Check --check-globals in normal mode and in --include-generated-funcs mode. 11 RUN: %update_cc_test_checks %t/igf.c --check-globals --include-generated-funcs 24 RUN: --include-generated-funcs 42 …autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --check-globals --include-generated-funcs
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | module-pass-printer.ll | 3 ; RUN: opt < %s 2>&1 -forceattrs -disable-output -print-after-all -filter-print-funcs=foo | FileChe… 4 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo | … 8 ; RUN: opt < %s 2>&1 -forceattrs -disable-output -print-after-all -filter-print-funcs=foo,bar | Fil… 9 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo,ba… 11 … name is not printed if a module/SCC doesn't include any function specified in -filter-print-funcs. 12 ; RUN: opt < %s 2>&1 -forceattrs -disable-output -print-after-all -filter-print-funcs=baz | FileChe… 13 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=baz | … 16 ; Check whole module is printed with user-specified wildcast switch -filter-print-funcs=* or -print… 18 ; RUN: opt < %s 2>&1 -forceattrs -disable-output -print-after-all -filter-print-funcs=* | FileChec… 19 ; RUN: opt < %s 2>&1 -forceattrs -disable-output -print-after-all -filter-print-funcs=foo -print-mo… [all …]
|
| H A D | change-printer.ll | 13 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs=f 2>&1 -o /dev/null < %s | F… 19 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs=f -print-module-scope 2>&1 -o… 22 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs="f,g" 2>&1 -o /dev/null < %s … 30 ; Check that the reporting of IRs respects both -filter-passes and -filter-print-funcs 33 ; Check that the reporting of IRs respects -filter-passes, -filter-print-funcs and -print-module-sc… 39 ; RUN: opt -S -print-changed -passes="instsimplify,instsimplify" -filter-print-funcs=f 2>&1 -o /de… 45 ; RUN: opt -S -print-changed -print-before-changed -passes=instsimplify -filter-print-funcs=f 2>&1… 57 ; RUN: opt -S -print-changed=quiet -passes=instsimplify -filter-print-funcs=f 2>&1 -o /dev/null < … 66 ; RUN: opt -S -print-changed=quiet -passes=instsimplify -filter-print-funcs="f,g" 2>&1 -o /dev/null… 77 ; Check that the reporting of IRs respects both -filter-passes and -filter-print-funcs [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | GlobalsModRefTest.cpp | 37 const auto &funcs = M->functions(); in TEST() local 38 auto I = funcs.begin(); in TEST() 39 ASSERT_NE(I, funcs.end()); in TEST() 41 ASSERT_NE(++I, funcs.end()); in TEST() 43 ASSERT_NE(++I, funcs.end()); in TEST() 45 EXPECT_EQ(++I, funcs.end()); in TEST()
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | icp-inline.s | 9 # fn funcs[] = { foo, bar }; 12 # fn func = funcs[argc]; 62 leaq funcs(%rip), %rcx 75 .globl funcs 76 funcs: label
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | symbol-filters.test | 9 ; RUN: llvm-pdbutil pretty -globals -module-syms -sym-types=funcs %p/Inputs/FilterTest.pdb \ 12 ; RUN: llvm-pdbutil pretty -globals -module-syms -sym-types=funcs -sym-types=data \ 21 ; RUN: llvm-pdbutil pretty -globals -module-syms -sym-types=funcs \ 24 ; RUN: llvm-pdbutil pretty -globals -module-syms -sym-types=funcs \
|
| /llvm-project-15.0.7/llvm/test/BugPoint/ |
| H A D | replace-funcs-with-null.ll | 3 …BugpointPasses%pluginext %s -output-prefix %t -replace-funcs-with-null -bugpoint-crash-decl-funcs …
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/ |
| H A D | basic-whole-module-partitions.ll | 1 ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stdout \ 3 ; RUN: lli -jit-kind=orc-lazy -per-module-lazy -orc-lazy-debug=funcs-to-stdout \
|
| /llvm-project-15.0.7/clang/utils/VtableTest/ |
| H A D | gen.cc | 148 static int funcs[N_FUNCS*FUNCSPACING]; in gs() local 156 funcs[i] = fn; in gs() 230 funcs[n_funcs++] = fn; in gs() 297 g(" fun"); g(funcs[i]); gl("(t);"); in gs()
|
| /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/ |
| H A D | amdgpu_generated_funcs.test | 4 …S/Inputs/amdgpu_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | aarch64_generated_funcs.test | 4 …/Inputs/aarch64_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | arm_generated_funcs.test | 4 …f %S/Inputs/arm_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | hexagon_generated_funcs.test | 4 …/Inputs/hexagon_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | lanai_generated_funcs.test | 4 …%S/Inputs/lanai_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | systemz_generated_funcs.test | 4 …/Inputs/systemz_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | wasm_generated_funcs.test | 4 … %S/Inputs/wasm_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | x86_generated_funcs.test | 4 …f %S/Inputs/x86_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | msp430_generated_funcs.test | 4 …S/Inputs/msp430_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | mips_generated_funcs.test | 4 … %S/Inputs/mips_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | sparc_generated_funcs.test | 4 …%S/Inputs/sparc_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | ppc_generated_funcs.test | 4 …f %S/Inputs/ppc_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| H A D | loongarch_generated_funcs.test | 4 …nputs/loongarch_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | tailcall-64.ll | 211 %struct.funcs = type { ptr, ptr, ptr, ptr, i32 } 213 @func_table = external global [0 x %struct.funcs] 223 %dsplen = getelementptr inbounds [0 x %struct.funcs], ptr @func_table, i64 0, i64 %idxprom, i32 2 229 @funcs = external constant [0 x ptr] 239 ; extern const funcptr funcs[]; 241 ; return funcs[n](0, 0, 0, 0, 0, 0); 259 %arrayidx = getelementptr inbounds [0 x ptr], ptr @funcs, i64 0, i64 %idxprom
|