/llvm-project/clang/test/utils/update_cc_test_checks/ |
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 --check-globals s… 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 15 # RUN: cp %S/Inputs/generated-funcs.c %t-generated.c && %update_cc_test_checks --include-generated-… 16 # RUN: diff -u %S/Inputs/generated-funcs.c.generated.all.expected %t-generated.c 17 # RUN: cp %S/Inputs/generated-funcs.c %t-no-generated.c && %update_cc_test_checks --check-globals a… [all …]
|
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 | check-globals.test | 3 # Check --check-globals all in normal mode and in --include-generated-funcs mode. 11 RUN: %update_cc_test_checks %t/igf.c --check-globals all --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/llvm/test/Other/ |
H A D | module-pass-printer.ll | 3 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo | … 4 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo | … 8 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo,ba… 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 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=baz | … 13 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=baz | … 14 ; RUN: opt < %s 2>&1 -passes=no-op-cgscc -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 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=* | F… [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 31 …o-op-function" -filter-passes="no-op-function,instsimplify" -filter-print-funcs=f 2>&1 -o /dev/nul… 33 ; Check that the reporting of IRs respects -filter-passes, -filter-print-funcs and -print-module-sc… 34 …o-op-function" -filter-passes="no-op-function,instsimplify" -filter-print-funcs=f -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 < … [all …]
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | GlobalsModRefTest.cpp | 38 const auto &funcs = M->functions(); in TEST() local 39 auto I = funcs.begin(); in TEST() 40 ASSERT_NE(I, funcs.end()); in TEST() 42 ASSERT_NE(++I, funcs.end()); in TEST() 44 ASSERT_NE(++I, funcs.end()); in TEST() 46 EXPECT_EQ(++I, funcs.end()); in TEST()
|
/llvm-project/mlir/utils/verify-canon/ |
H A D | verify_canon.py | 22 def filter_funcs(ir, funcs): argument 23 if not funcs: 26 funcs_str = ",".join(funcs) 55 funcs = args.func_names variable 58 orig_ir = filter_funcs(orig_ir, funcs)
|
/llvm-project/mlir/test/Dialect/Func/ |
H A D | func-transform.mlir | 21 …%funcs = transform.structured.match ops{["func.func"]} in %arg0 : (!transform.any_op) -> !transfor… 22 …%f:3 = transform.split_handle %funcs : (!transform.any_op) -> (!transform.any_op, !transform.any_o… 46 …%funcs = transform.structured.match ops{["func.func"]} in %arg0 : (!transform.any_op) -> !transfor… 47 …%f:2 = transform.split_handle %funcs : (!transform.any_op) -> (!transform.any_op, !transform.any_o… 76 …%funcs = transform.structured.match ops{["func.func"]} in %arg0 : (!transform.any_op) -> !transfor… 77 …%f:2 = transform.split_handle %funcs : (!transform.any_op) -> (!transform.any_op, !transform.any_o… 110 …%funcs = transform.structured.match ops{["func.func"]} in %arg0 : (!transform.any_op) -> !transfor… 111 …%f:2 = transform.split_handle %funcs : (!transform.any_op) -> (!transform.any_op, !transform.any_o…
|
/llvm-project/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 symbol 76 funcs: label
|
/llvm-project/llvm/test/Other/ChangeTesters/ |
H A D | exec-on-ir-change.ll | 8 ; RUN: opt -S -exec-on-ir-change=cat -passes=instsimplify -filter-print-funcs=f 2>&1 -o /dev/null … 14 ; RUN: opt -S -exec-on-ir-change=cat -passes=instsimplify -filter-print-funcs=f -print-module-scope… 17 ; RUN: opt -S -exec-on-ir-change=cat -passes=instsimplify -filter-print-funcs="f,g" 2>&1 -o /dev/nu… 25 ; Check that the reporting of IRs respects both -filter-passes and -filter-print-funcs 26 …o-op-function" -filter-passes="no-op-function,instsimplify" -filter-print-funcs=f 2>&1 -o /dev/nul… 28 ; Check that the reporting of IRs respects -filter-passes, -filter-print-funcs and -print-module-sc… 29 …o-op-function" -filter-passes="no-op-function,instsimplify" -filter-print-funcs=f -print-module-sc… 34 ; RUN: opt -S -exec-on-ir-change=cat -passes="instsimplify,instsimplify" -filter-print-funcs=f 2>&…
|
/llvm-project/bolt/test/runtime/ |
H A D | instrumentation-indirect-2.c | 28 void (*funcs[])(int) = {funcA, funcB, funcC, funcD, funcE, funcF, in main() local 46 for (; i < sizeof(funcs) / sizeof(void *); i += 2) { in main() 47 funcs[i](pid); in main()
|
/llvm-project/llvm/test/CodeGen/Generic/ |
H A D | selectiondag-dump-filter.ll | 1 ; RUN: llc -debug-only=isel-dump -filter-print-funcs=foo < %s 2>&1 | FileCheck %s --check-prefix=FOO 2 ; RUN: llc -debug-only=isel-dump -filter-print-funcs=bar < %s 2>&1 | FileCheck %s --check-prefix=BAR 3 ; RUN: llc -debug-only=isel-dump -filter-print-funcs=foo,zap < %s 2>&1 | FileCheck %s --check-prefi…
|
/llvm-project/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/mlir/test/Dialect/Tensor/ |
H A D | transform-op-casting.mlir | 12 …%funcs = transform.structured.match ops{["func.func"]} in %arg0 : (!transform.any_op) -> !transfor… 13 …%f:2 = transform.split_handle %funcs : (!transform.any_op) -> (!transform.any_op, !transform.any_o… 46 …%funcs = transform.structured.match ops{["func.func"]} in %arg0 : (!transform.any_op) -> !transfor… 47 …%f:2 = transform.split_handle %funcs : (!transform.any_op) -> (!transform.any_op, !transform.any_o…
|
/llvm-project/mlir/test/Integration/Dialect/Math/CPU/ |
H A D | mathtofuncs_ctlz.mlir | 3 // RUN: convert-math-to-funcs{convert-ctlz}, \ 19 // RUN: convert-math-to-funcs{convert-ctlz}, \ 36 // RUN: convert-math-to-funcs, \
|
/llvm-project/lld/test/COFF/ |
H A D | cfguard-weak-undef.s | 17 .globl funcs symbol 18 funcs: label
|
/llvm-project/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/bolt/test/ |
H A D | max-funcs.test | 1 ## Check that --max-funcs=<N> option works properly in llvm-bolt, 7 RUN: llvm-bolt %t.exe --relocs -o %t --max-funcs=2
|
/llvm-project/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/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
|
/llvm-project/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/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/ |
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 | 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 | 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 | 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
|