Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 25 of 3298) sorted by relevance

12345678910>>...132

/external/llvm-project/llvm/test/Other/
Dnew-pm-O0-ep-callbacks.ll1 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-late-loop-optimizations=no-op-loop -passe…
2 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-loop-optimizer-end=no-op-loop -passes='de…
3 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-scalar-optimizer-late=no-op-function -pas…
4 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-cgscc-optimizer-late=no-op-cgscc -passes=…
5 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-vectorizer-start=no-op-function -passes='…
6 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-pipeline-start=no-op-module -passes='defa…
7 …RUN: opt -disable-output -debug-pass-manager -passes-ep-pipeline-early-simplification=no-op-module…
8 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-optimizer-last=no-op-function -passes='de…
Dpass-pipeline-parsing.ll2 ; RUN: -passes=no-op-module,no-op-module %s 2>&1 \
10 ; RUN: -passes='module(no-op-module,no-op-module)' %s 2>&1 \
18 ; RUN: -passes=no-op-function,no-op-function %s 2>&1 \
28 ; RUN: -passes='function(no-op-function,no-op-function)' %s 2>&1 \
38 ; RUN: -passes='no-op-module,function(no-op-function,no-op-function),no-op-module' %s 2>&1 \
50 ; RUN: -passes='no-op-module)' %s 2>&1 \
55 ; RUN: -passes='module(no-op-module))' %s 2>&1 \
60 ; RUN: -passes='module(no-op-module' %s 2>&1 \
65 ; RUN: -passes='no-op-function)' %s 2>&1 \
70 ; RUN: -passes='function(no-op-function))' %s 2>&1 \
[all …]
Dtime-passes.ll1 ; RUN: opt -enable-new-pm=0 < %s -disable-output -instcombine -instcombine -licm -time-passes 2>&1 …
2 ; RUN: opt -enable-new-pm=0 < %s -disable-output -instcombine -instcombine -licm -licm -time-passes
3 ; RUN: opt < %s -disable-output -passes='default<O2>' -time-passes 2>&1 | FileCheck %s --check-pref…
5 ; For new pass manager, check that -time-passes-per-run emit one report for each pass run.
6 ; RUN: opt < %s -disable-output -passes='instcombine,instcombine,loop(licm)' -time-passes-per-run 2…
7 ; RUN: opt < %s -disable-output -passes='instcombine,loop(licm),instcombine,loop(licm)' -time-passe…
9 ; For new pass manager, check that -time-passes emit one report for each pass.
10 ; RUN: opt < %s -disable-output -passes='instcombine,instcombine,loop(licm)' -time-passes 2>&1 | Fi…
11 ; RUN: opt < %s -disable-output -passes='instcombine,loop(licm),instcombine,loop(licm)' -time-passe…
14 ; RUN: opt -enable-new-pm=0 < %s -disable-output -O2 -time-passes -info-output-file='-' 2>/dev/null…
[all …]
Dprint-before-after.ll1 ; RUN: not --crash opt < %s -disable-output -passes='no-op-module' -print-before=bleh 2>&1 | FileCh…
2 ; RUN: not --crash opt < %s -disable-output -passes='no-op-module' -print-after=bleh 2>&1 | FileChe…
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 -…
Dnew-pm-pgo.ll1 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-instr-gen-pipeline -profile-file…
3 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
4 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -pro…
5 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
6 ; RUN: opt -debug-pass-manager -passes='default<O2>' -hot-cold-split -pgo-kind=pgo-instr-use-pipeli…
7 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-sample-use-pipeline -profile-fil…
9 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-sample-use-pipeline -pr…
11 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=pgo-sample-use-pipeline -profile-fil…
13 ; RUN: opt -debug-pass-manager -passes='default<O2>' -new-pm-debug-info-for-profiling %s 2>&1 |File…
Dnew-pm-cspgo.ll4 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
5 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -pro…
6 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
7 ; RUN: opt -debug-pass-manager -passes='lto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -profile…
8 ; RUN: opt -debug-pass-manager -passes='lto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file='%t…
20 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
21 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -pro…
22 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
23 ; RUN: opt -debug-pass-manager -passes='lto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -profile…
24 ; RUN: opt -debug-pass-manager -passes='lto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file='%t…
Dchange-printer.ll6 ; RUN: opt -S -print-changed -passes=instsimplify 2>&1 -o /dev/null < %s | FileCheck %s --check-pre…
8 ; Check that only the passes that change the IR are printed and that the
10 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs=f 2>&1 -o /dev/null < %s | F…
13 ; RUN: opt -S -print-changed -passes=instsimplify -print-module-scope 2>&1 -o /dev/null < %s | File…
16 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs=f -print-module-scope 2>&1 -o…
19 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs="f,g" 2>&1 -o /dev/null < %s …
21 ; Check that the reporting of IRs respects -filter-passes
22 ; RUN: opt -S -print-changed -passes="instsimplify,no-op-function" -filter-passes="NoOpFunctionPass…
24 ; Check that the reporting of IRs respects -filter-passes with multiple passes
25 ; RUN: opt -S -print-changed -passes="instsimplify,no-op-function" -filter-passes="NoOpFunctionPass…
[all …]
Dnew-pm-pgo-O0.ll1 ; RUN: opt -debug-pass-manager -passes='default<O0>' -pgo-kind=pgo-instr-gen-pipeline -profile-file…
3 ; RUN: opt -debug-pass-manager -passes='default<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
4 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O0>' -pgo-kind=pgo-instr-use-pipeline -pro…
6 ; RUN: opt -debug-pass-manager -passes='lto-pre-link<O0>' -pgo-kind=pgo-instr-use-pipeline -profile…
8 ; RUN: opt -debug-pass-manager -passes='thinlto<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
10 ; RUN: opt -debug-pass-manager -passes='lto<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file='%t…
/external/libvpx/libvpx/test/
Dvpxenc.sh181 --passes=2
202 --passes=2
230 local passes=$(vpxenc_passes_param)
234 "${passes}" \
249 local passes=$(vpxenc_passes_param)
253 "${passes}" \
340 --passes=2
352 local passes=$(vpxenc_passes_param)
358 "${passes}" \
371 local passes=$(vpxenc_passes_param)
[all …]
/external/llvm-project/flang/unittests/Evaluate/
Dtesting.cpp10 int passes{0}; variable
28 ++passes; in Test()
40 ++passes; in Match()
53 ++passes; in Match()
92 ++passes; in Compare()
105 if (passes == 1) { in Complete()
108 llvm::outs() << "all " << passes << " tests PASS\n"; in Complete()
110 passes = 0; in Complete()
113 if (passes == 1) { in Complete()
116 llvm::errs() << passes << " tests pass, "; in Complete()
[all …]
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
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 …
/external/llvm-project/mlir/tools/mlir-tblgen/
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()
/external/mesa3d/src/amd/vulkan/
Dradv_llvm_helper.cpp34 wave_size(arg_wave_size), passes(NULL), passes_wave32(NULL) {} in radv_llvm_per_thread_info()
48 passes = ac_create_llvm_passes(llvm_info.tm); in init()
49 if (!passes) in init()
64 struct ac_compiler_passes *p = wave_size == 32 ? passes_wave32 : passes; in compile_to_memory_buffer()
82 struct ac_compiler_passes *passes; member in radv_llvm_per_thread_info
103 struct ac_compiler_passes *passes = ac_create_llvm_passes(info->tm); in radv_compile_to_elf() local
104 bool ret = ac_compile_module_to_elf(passes, module, pelf_buffer, pelf_size); in radv_compile_to_elf()
105 ac_destroy_llvm_passes(passes); in radv_compile_to_elf()
/external/llvm-project/mlir/lib/Pass/
DPass.cpp122 std::vector<std::unique_ptr<Pass>> passes; member
133 for (auto &pass : passes) in mergeInto()
134 rhs.passes.push_back(std::move(pass)); in mergeInto()
135 passes.clear(); in mergeInto()
165 passes.emplace_back(std::move(pass)); in addPass()
170 if (llvm::none_of(passes, [](std::unique_ptr<Pass> &pass) { in coalesceAdjacentAdaptorPasses()
177 for (auto it = passes.begin(), e = passes.end(); it != e; ++it) { in coalesceAdjacentAdaptorPasses()
207 llvm::erase_if(passes, std::logical_not<std::unique_ptr<Pass>>()); in coalesceAdjacentAdaptorPasses()
212 std::swap(passes, oldPasses); in splitAdaptorPasses()
225 for (std::unique_ptr<Pass> &nestedPass : adaptorPM.getImpl().passes) in splitAdaptorPasses()
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/security/
Drfi_flush.c48 int fd, passes = 0, iter, rc = 0; in rfi_flush_test() local
89 passes++; in rfi_flush_test()
91 passes++; in rfi_flush_test()
98 if (passes < repetitions) { in rfi_flush_test()
103 repetitions - passes, repetitions); in rfi_flush_test()
110 passes, repetitions); in rfi_flush_test()
120 passes = 0; in rfi_flush_test()
/external/llvm/utils/release/
DfindRegressions-simple.py66 passes = {}
71 passes[x] = ''
90 passes[x] += t + "\n"
104 passes[x] += t + "\n"
110 passes[x] += t + "\n"
138 if len(passes['compile state']) != 0:
140 print passes['compile state']
142 if len(passes['exec state']) != 0:
144 print passes['exec state']
/external/llvm-project/llvm/utils/release/
DfindRegressions-simple.py68 passes = {}
73 passes[x] = ''
92 passes[x] += t + "\n"
106 passes[x] += t + "\n"
112 passes[x] += t + "\n"
140 if len(passes['compile state']) != 0:
142 print(passes['compile state'])
144 if len(passes['exec state']) != 0:
146 print(passes['exec state'])
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp308 ::FunctionPassManager passes(JM()->mpCurrentModule); in Create()
310 passes.add(createBreakCriticalEdgesPass()); in Create()
311 passes.add(createCFGSimplificationPass()); in Create()
312 passes.add(createEarlyCSEPass()); in Create()
313 passes.add(createPromoteMemoryToRegisterPass()); in Create()
314 passes.add(createCFGSimplificationPass()); in Create()
315 passes.add(createEarlyCSEPass()); in Create()
316 passes.add(createInstructionCombiningPass()); in Create()
318 passes.add(createConstantPropagationPass()); in Create()
320 passes.add(createSCCPPass()); in Create()
[all …]
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dexponential-nontrivial-unswitch2.ll9 ; RUN: -passes='loop(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck %s --…
13 ; RUN: -passes='loop(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck %s --…
17 ; RUN: -passes='loop(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck %s --…
21 ; RUN: -passes='loop(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck %s --…
24 ; RUN: -passes='loop(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck %s --…
29 ; RUN: -passes='loop-mssa(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck …
33 ; RUN: -passes='loop-mssa(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck …
37 ; RUN: -passes='loop-mssa(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck …
41 ; RUN: -passes='loop-mssa(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck …
44 ; RUN: -passes='loop-mssa(unswitch<nontrivial>),print<loops>' -disable-output 2>&1 | FileCheck …
/external/llvm/test/Other/
Dpass-pipeline-parsing.ll2 ; RUN: -passes=no-op-module,no-op-module %s 2>&1 \
10 ; RUN: -passes='module(no-op-module,no-op-module)' %s 2>&1 \
20 ; RUN: -passes=no-op-function,no-op-function %s 2>&1 \
31 ; RUN: -passes='function(no-op-function,no-op-function)' %s 2>&1 \
42 ; RUN: -passes='no-op-module,function(no-op-function,no-op-function),no-op-module' %s 2>&1 \
55 ; RUN: -passes='no-op-module)' %s 2>&1 \
60 ; RUN: -passes='module(no-op-module))' %s 2>&1 \
65 ; RUN: -passes='module(no-op-module' %s 2>&1 \
70 ; RUN: -passes='no-op-function)' %s 2>&1 \
75 ; RUN: -passes='function(no-op-function))' %s 2>&1 \
[all …]
Dnew-pass-manager.ll9 ; RUN: -passes=no-op-module %s 2>&1 \
16 ; RUN: -passes=no-op-cgscc %s 2>&1 \
19 ; RUN: -passes='cgscc(no-op-cgscc)' %s 2>&1 \
32 ; RUN: -passes=no-op-function %s 2>&1 \
35 ; RUN: -passes='function(no-op-function)' %s 2>&1 \
45 ; RUN: opt -disable-output -debug-pass-manager -passes=print %s 2>&1 \
55 ; RUN: opt -disable-output -debug-pass-manager -disable-verify -passes='print,verify' %s 2>&1 \
64 ; RUN: opt -disable-output -debug-pass-manager -passes='function(print)' %s 2>&1 \
78 ; RUN: opt -disable-output -debug-pass-manager -disable-verify -passes='function(print,verify)' %s …
89 ; RUN: opt -S -o - -passes='no-op-module,no-op-module' %s \
[all …]
/external/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.bat17 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
19 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
20 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
21 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
/external/llvm-project/llvm/test/Transforms/Coroutines/
Dsmoketest.ll1 ; Test that all coroutine passes run in the correct order at all optimization
2 ; levels and -enable-coroutines adds coroutine passes to the pipeline.
14 ; RUN: opt < %s -disable-output -passes='default<O0>' -enable-coroutines \
16 ; RUN: opt < %s -disable-output -passes='default<O1>' -enable-coroutines \
18 ; RUN: opt < %s -disable-output -passes='default<O2>' -enable-coroutines \
20 ; RUN: opt < %s -disable-output -passes='default<O3>' -enable-coroutines \
23 ; RUN: -passes='function(coro-early),cgscc(coro-split),function(coro-elide,coro-cleanup)' 2>&1 \
/external/harfbuzz_ng/test/shaping/
Drun-tests.py30 passes = 0 variable
116 passes += 1
127 passes += 1
130 print ("%d tests passed; %d failed; %d skipped." % (passes, fails, skips)) # file=sys.stderr
131 if not (fails + passes):
138 elif passes:
/external/llvm/test/Transforms/SampleProfile/
Dsyntax.ll10 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck …
11 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -chec…
12 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 |…
13 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1…
14 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1…
15 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_discriminator_value.p…
16 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | F…
17 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_mangle.prof 2>&1 >/dev/nu…

12345678910>>...132