Home
last modified time | relevance | path

Searched refs:passes (Results 201 – 225 of 42201) sorted by relevance

12345678910>>...1689

/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/vulkan/
H A Dradv_llvm_helper.cpp31 : family(arg_family), tm_options(arg_tm_options), wave_size(arg_wave_size), passes(NULL) in radv_llvm_per_thread_info()
45 passes = ac_create_llvm_passes(llvm_info.tm); in init()
46 if (!passes) in init()
54 return ac_compile_module_to_elf(passes, module, pelf_buffer, pelf_size); in compile_to_memory_buffer()
70 struct ac_compiler_passes *passes; member in radv_llvm_per_thread_info
90 struct ac_compiler_passes *passes = ac_create_llvm_passes(info->tm); in radv_compile_to_elf() local
91 bool ret = ac_compile_module_to_elf(passes, module, pelf_buffer, pelf_size); in radv_compile_to_elf()
92 ac_destroy_llvm_passes(passes); in radv_compile_to_elf()
/dports/devel/sfsexp/sfsexp-1.3.1-18-gc11b849/tests/
H A Dreadtests.c65 int passes, failures; in main() local
69 passes = failures = 0; in main()
130 passes++; in main()
145 passes+failures,passes,failures); in main()
147 passes = failures = 0; in main()
198 passes++; in main()
208 passes+failures,passes,failures); in main()
/dports/cad/yosys/yosys-yosys-0.12/
H A DCODEOWNERS13 passes/cmds/scratchpad.cc @nakengelhardt
16 passes/cmds/bugpoint.cc @whitequark
17 passes/techmap/flowmap.cc @whitequark
18 passes/opt/opt_lut.cc @whitequark
19 passes/techmap/abc9*.cc @eddiehung
42 passes/sat/qbfsat.cc @boqwxp
43 passes/sat/qbfsat.h @boqwxp
44 passes/cmds/exec.cc @boqwxp
45 passes/cmds/printattrs.cc @boqwxp
/dports/devel/py-behave/behave-1.2.6/features/
H A Dcapture_stderr.feature19 @step('a step writes "{text}" to stderr and passes')
32 Given a step writes "Alice" to stderr and passes
33 When a step writes "Bob" to stderr and passes
34 Then a step writes "Charly" to stderr and passes
40 Given a step writes "Alice" to stderr and passes
54 Given a step writes "Alice" to stderr and passes ... passed
55 When a step writes "Bob" to stderr and passes ... passed
56 Then a step writes "Charly" to stderr and passes ... passed
71 Given a step writes "Alice" to stderr and passes ... passed
72 When a step writes "Bob" to stderr and passes ... passed
[all …]
H A Dconfiguration.default_paths.feature18 @step('a step passes')
26 Given a step passes
27 When a step passes
28 Then a step passes
34 When a step passes
40 Then a step passes
61 When a step passes ... passed
65 Then a step passes ... passed
106 When a step passes ... passed
107 Then a step passes ... passed
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dpasses.rs107 ([$($passes:ident),*], $self: ident, $name: ident, $params:tt) => ({
108 $($self.$passes.$name $params;)*
126 $($passes: $passes,)*
132 $($passes: $constructor,)*
138 $(lints.extend_from_slice(&$passes::get_lints());)*
144 expand_combined_late_lint_pass_methods!([$($passes),*], $methods);
234 ([$($passes:ident),*], $self: ident, $name: ident, $params:tt) => ({
235 $($self.$passes.$name $params;)*
253 $($passes: $passes,)*
259 $($passes: $constructor,)*
[all …]
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-maven/src/test/java/org/owasp/dependencycheck/maven/
H A DArtifactTypeExcludedTest.java37 boolean result = instance.passes(artifactType); in testPasses()
43 result = instance.passes(artifactType); in testPasses()
49 result = instance.passes(artifactType); in testPasses()
55 result = instance.passes(artifactType); in testPasses()
61 result = instance.passes(artifactType); in testPasses()
67 result = instance.passes(artifactType); in testPasses()
73 result = instance.passes(artifactType); in testPasses()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Other/
H A Dprint-before-after.ll1 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-before=bleh 2>&1 | FileCheck %s --che…
2 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-after=bleh 2>&1 | FileCheck %s --chec…
3 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-before=no-op-function 2>&1 | FileChec…
4 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-after=no-op-function 2>&1 | FileCheck…
5 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-before=no-op-module 2>…
6 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-after=no-op-module 2>&…
7 ; RUN: opt < %s -disable-output -passes='no-op-function' -print-before=no-op-function 2>&1 | FileCh…
8 ; RUN: opt < %s -disable-output -passes='no-op-function' -print-after=no-op-function 2>&1 | FileChe…
9 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-before=no-op-function …
10 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-after=no-op-function -…
/dports/biology/bbmap/bbmap/current/icecream/
H A DReadBuilder.java14 passes=passes_; in ReadBuilder()
19 fullPasses=passes<1 ? 0 : 1; in ReadBuilder()
38 float passes=Float.parseFloat(terms[1].split("=")[1]); in parse() local
45 ReadBuilder rb=new ReadBuilder(bases, passes, movieStart, zmw); in parse()
47 rb.passes=passes; in parse()
65 id.tab().append("passes=").append(passes, 2); in toHeader()
86 passes+=rb.passes; in add()
106 float passes; field in ReadBuilder
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Other/
H A Dprint-before-after.ll1 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-before=bleh 2>&1 | FileCheck %s --che…
2 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-after=bleh 2>&1 | FileCheck %s --chec…
3 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-before=no-op-function 2>&1 | FileChec…
4 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-after=no-op-function 2>&1 | FileCheck…
5 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-before=no-op-module 2>…
6 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-after=no-op-module 2>&…
7 ; RUN: opt < %s -disable-output -passes='no-op-function' -print-before=no-op-function 2>&1 | FileCh…
8 ; RUN: opt < %s -disable-output -passes='no-op-function' -print-after=no-op-function 2>&1 | FileChe…
9 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-before=no-op-function …
10 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-after=no-op-function -…
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/LoopUnroll/
H A Ddisable-full-unroll-by-opt.ll2 ; RUN: opt < %s -passes='unroll' -S | FileCheck %s -check-prefixes=ENABLE,COMMON
5 ; RUN: opt < %s -passes='unroll<full-unroll-max=0>' -S | FileCheck %s -check-prefixes=DISABLE,COMM…
6 ; RUN: opt < %s -passes='unroll<full-unroll-max=30>' -S | FileCheck %s -check-prefixes=DISABLE,COMM…
7 ; RUN: opt < %s -passes='unroll<full-unroll-max=36>' -S | FileCheck %s -check-prefixes=ENABLE,COMMON
10 ; RUN: opt < %s -passes='unroll' -unroll-full-max-count=0 -S | FileCheck %s -check-prefixes=DISABLE…
11 ; RUN: opt < %s -passes='unroll' -unroll-full-max-count=30 -S | FileCheck %s -check-prefixes=DISABL…
12 ; RUN: opt < %s -passes='unroll' -unroll-full-max-count=36 -S | FileCheck %s -check-prefixes=ENABLE…
15 ; RUN: opt < %s -passes='unroll<full-unroll-max=30>' -unroll-full-max-count=36 -S | FileCheck %s -c…
16 ; RUN: opt < %s -passes='unroll<full-unroll-max=36>' -unroll-full-max-count=30 -S | FileCheck %s -c…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-tblgen/
H A DPassGen.cpp136 static void emitPassDecls(ArrayRef<Pass> passes, raw_ostream &os) { in emitPassDecls() argument
138 for (const Pass &pass : passes) in emitPassDecls()
177 static void emitRegistration(ArrayRef<Pass> passes, raw_ostream &os) { in emitRegistration() argument
179 for (const Pass &pass : passes) { in emitRegistration()
185 for (const Pass &pass : passes) in emitRegistration()
198 std::vector<Pass> passes; in emitDecls() local
200 passes.push_back(Pass(def)); in emitDecls()
202 emitPassDecls(passes, os); in emitDecls()
203 emitRegistration(passes, os); in emitDecls()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopUnroll/
H A Ddisable-full-unroll-by-opt.ll2 ; RUN: opt < %s -passes='unroll' -S | FileCheck %s -check-prefixes=ENABLE,COMMON
5 ; RUN: opt < %s -passes='unroll<full-unroll-max=0>' -S | FileCheck %s -check-prefixes=DISABLE,COMM…
6 ; RUN: opt < %s -passes='unroll<full-unroll-max=30>' -S | FileCheck %s -check-prefixes=DISABLE,COMM…
7 ; RUN: opt < %s -passes='unroll<full-unroll-max=36>' -S | FileCheck %s -check-prefixes=ENABLE,COMMON
10 ; RUN: opt < %s -passes='unroll' -unroll-full-max-count=0 -S | FileCheck %s -check-prefixes=DISABLE…
11 ; RUN: opt < %s -passes='unroll' -unroll-full-max-count=30 -S | FileCheck %s -check-prefixes=DISABL…
12 ; RUN: opt < %s -passes='unroll' -unroll-full-max-count=36 -S | FileCheck %s -check-prefixes=ENABLE…
15 ; RUN: opt < %s -passes='unroll<full-unroll-max=30>' -unroll-full-max-count=36 -S | FileCheck %s -c…
16 ; RUN: opt < %s -passes='unroll<full-unroll-max=36>' -unroll-full-max-count=30 -S | FileCheck %s -c…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DPassGen.cpp136 static void emitPassDecls(ArrayRef<Pass> passes, raw_ostream &os) { in emitPassDecls() argument
138 for (const Pass &pass : passes) in emitPassDecls()
177 static void emitRegistration(ArrayRef<Pass> passes, raw_ostream &os) { in emitRegistration() argument
179 for (const Pass &pass : passes) { in emitRegistration()
185 for (const Pass &pass : passes) in emitRegistration()
198 std::vector<Pass> passes; in emitDecls() local
200 passes.push_back(Pass(def)); in emitDecls()
202 emitPassDecls(passes, os); in emitDecls()
203 emitRegistration(passes, os); in emitDecls()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DPassGen.cpp136 static void emitPassDecls(ArrayRef<Pass> passes, raw_ostream &os) { in emitPassDecls() argument
138 for (const Pass &pass : passes) in emitPassDecls()
177 static void emitRegistration(ArrayRef<Pass> passes, raw_ostream &os) { in emitRegistration() argument
179 for (const Pass &pass : passes) { in emitRegistration()
185 for (const Pass &pass : passes) in emitRegistration()
198 std::vector<Pass> passes; in emitDecls() local
200 passes.push_back(Pass(def)); in emitDecls()
202 emitPassDecls(passes, os); in emitDecls()
203 emitRegistration(passes, os); in emitDecls()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DPassGen.cpp136 static void emitPassDecls(ArrayRef<Pass> passes, raw_ostream &os) { in g_tcp_socket_server_new_interface()
138 for (const Pass &pass : passes) in g_tcp_socket_server_new_interface()
177 static void emitRegistration(ArrayRef<Pass> passes, raw_ostream &os) {
179 for (const Pass &pass : passes) {
185 for (const Pass &pass : passes)
198 std::vector<Pass> passes;
200 passes.push_back(Pass(def));
202 emitPassDecls(passes, os);
203 emitRegistration(passes, os);
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/docs/
H A DOptimizer.md5 passes. The library also provides a convenient in-memory
13 all such passes along with ONNX so that they can be re-used with a
16 You may be interested in invoking the provided passes, or in
39 `GetAvailablePasses()` returns a list of available passes.
41 `Optimize()` accepts an input `ModelProto` and a list of optimization passes to
43 applying each of the named passes in sequence to the model.
45passes to apply. It then applies fixed point optimization of the passes respecting the order of th…
48 The majority of optimization passes can be implemented using the `PredicateBasedPass`, which run tr…
68 `GlobalPassRegistry::registerPass`. Optimization passes operate on an in-memory
70 number of examples in the [passes](/onnx/optimizer/passes) directory.
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Pass/
H A DPass.cpp165 for (auto &pass : passes) in mergeInto()
166 rhs.passes.push_back(std::move(pass)); in mergeInto()
167 passes.clear(); in mergeInto()
184 passes.emplace_back(std::move(pass)); in addPass()
198 for (auto it = passes.begin(), e = passes.end(); it != e; ++it) { in coalesceAdjacentAdaptorPasses()
241 std::swap(passes, oldPasses); in splitAdaptorPasses()
247 passes.push_back(std::move(pass)); in splitAdaptorPasses()
281 for (auto &pass : rhs.impl->passes) in operator =()
289 return impl->passes.begin(); in begin()
296 for (auto &pass : impl->passes) in run()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/forest/tests/output/
H A Dex2_steps3.out1 DMForestTransferVecFromBase() passes.
2 DMForestTransferVec() passes.
3 DMForestTransferVec() passes.
4 DMForestTransferVec() passes.
5 DMForestTransferVecFromBase() passes.
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/postfix/
H A Dpostgrey-new36 my $passes=0;
117 $passes++;
133 print STATE2 "$passes\n";
142 if($passes_old>$passes) { $pass_new=$passes;}
143 elsif( $passes_old eq $passes) { $pass_new=0; }
144 else { $pass_new=$passes-$passes_old; }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopUnroll/
H A Ddisable-full-unroll-by-opt.ll2 ; RUN: opt < %s -passes='loop-unroll' -S | FileCheck %s -check-prefixes=ENABLE,COMMON
5 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=0>' -S | FileCheck %s -check-prefixes=DISABLE…
6 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=30>' -S | FileCheck %s -check-prefixes=DISABLE…
7 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=36>' -S | FileCheck %s -check-prefixes=ENABLE,…
10 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=0 -S | FileCheck %s -check-prefixes=DI…
11 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=30 -S | FileCheck %s -check-prefixes=D…
12 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=36 -S | FileCheck %s -check-prefixes=E…
15 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=30>' -unroll-full-max-count=36 -S | FileCheck …
16 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=36>' -unroll-full-max-count=30 -S | FileCheck …
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/LoopUnroll/
H A Ddisable-full-unroll-by-opt.ll2 ; RUN: opt < %s -passes='loop-unroll' -S | FileCheck %s -check-prefixes=ENABLE,COMMON
5 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=0>' -S | FileCheck %s -check-prefixes=DISABLE…
6 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=30>' -S | FileCheck %s -check-prefixes=DISABLE…
7 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=36>' -S | FileCheck %s -check-prefixes=ENABLE,…
10 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=0 -S | FileCheck %s -check-prefixes=DI…
11 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=30 -S | FileCheck %s -check-prefixes=D…
12 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=36 -S | FileCheck %s -check-prefixes=E…
15 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=30>' -unroll-full-max-count=36 -S | FileCheck …
16 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=36>' -unroll-full-max-count=30 -S | FileCheck …
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopUnroll/
H A Ddisable-full-unroll-by-opt.ll2 ; RUN: opt < %s -passes='loop-unroll' -S | FileCheck %s -check-prefixes=ENABLE,COMMON
5 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=0>' -S | FileCheck %s -check-prefixes=DISABLE…
6 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=30>' -S | FileCheck %s -check-prefixes=DISABLE…
7 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=36>' -S | FileCheck %s -check-prefixes=ENABLE,…
10 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=0 -S | FileCheck %s -check-prefixes=DI…
11 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=30 -S | FileCheck %s -check-prefixes=D…
12 ; RUN: opt < %s -passes='loop-unroll' -unroll-full-max-count=36 -S | FileCheck %s -check-prefixes=E…
15 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=30>' -unroll-full-max-count=36 -S | FileCheck …
16 ; RUN: opt < %s -passes='loop-unroll<full-unroll-max=36>' -unroll-full-max-count=30 -S | FileCheck …
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DPassGen.cpp125 static void emitPassDecls(ArrayRef<Pass> passes, raw_ostream &os) { in emitPassDecls() argument
127 for (const Pass &pass : passes) in emitPassDecls()
166 static void emitRegistration(ArrayRef<Pass> passes, raw_ostream &os) { in emitRegistration() argument
168 for (const Pass &pass : passes) { in emitRegistration()
175 for (const Pass &pass : passes) in emitRegistration()
188 std::vector<Pass> passes; in emitDecls() local
190 passes.push_back(Pass(def)); in emitDecls()
192 emitPassDecls(passes, os); in emitDecls()
193 emitRegistration(passes, os); in emitDecls()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DPassGen.cpp125 static void emitPassDecls(ArrayRef<Pass> passes, raw_ostream &os) { in emitPassDecls() argument
127 for (const Pass &pass : passes) in emitPassDecls()
166 static void emitRegistration(ArrayRef<Pass> passes, raw_ostream &os) { in emitRegistration() argument
168 for (const Pass &pass : passes) { in emitRegistration()
175 for (const Pass &pass : passes) in emitRegistration()
188 std::vector<Pass> passes; in emitDecls() local
190 passes.push_back(Pass(def)); in emitDecls()
192 emitPassDecls(passes, os); in emitDecls()
193 emitRegistration(passes, os); in emitDecls()

12345678910>>...1689