Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 25 of 220) sorted by relevance

123456789

/llvm-project/clang/test/utils/update_cc_test_checks/
H A Dgenerated-funcs.test3 # 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 Dgenerated-funcs-regex.test4funcs-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 Dcheck-globals.test3 # 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 Dmodule-pass-printer.ll3 ; 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 Dchange-printer.ll13 ; 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 DGlobalsModRefTest.cpp38 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 Dverify_canon.py22 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 Dfunc-transform.mlir21 …%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 Dicp-inline.s9 # 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 Dexec-on-ir-change.ll8 ; 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 Dinstrumentation-indirect-2.c28 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 Dselectiondag-dump-filter.ll1 ; 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 Dsymbol-filters.test9 ; 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 Dtransform-op-casting.mlir12 …%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 Dmathtofuncs_ctlz.mlir3 // 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 Dcfguard-weak-undef.s17 .globl funcs symbol
18 funcs: label
/llvm-project/llvm/test/BugPoint/
H A Dreplace-funcs-with-null.ll3 …BugpointPasses%pluginext %s -output-prefix %t -replace-funcs-with-null -bugpoint-crash-decl-funcs
/llvm-project/bolt/test/
H A Dmax-funcs.test1 ## 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 Dgen.cc148 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 Dtailcall-64.ll211 %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 Dbasic-whole-module-partitions.ll1 ; 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 Dx86_generated_funcs.test4 …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 Dhexagon_generated_funcs.test4 …/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 Darm_generated_funcs.test4 …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 Damdgpu_generated_funcs.test4 …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

123456789