/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | new-pm-defaults.ll | 2 ; 1) To have a loop, so we create a loop pass manager 3 ; 2) To be "immutable" in the sense that no pass in the standard 10 ; RUN: opt -disable-verify -debug-pass-manager \ 13 ; RUN: opt -disable-verify -debug-pass-manager \ 16 ; RUN: opt -disable-verify -debug-pass-manager \ 19 ; RUN: opt -disable-verify -debug-pass-manager \ 22 ; RUN: opt -disable-verify -debug-pass-manager \ 25 ; RUN: opt -disable-verify -debug-pass-manager \ 29 ; RUN: opt -disable-verify -debug-pass-manager \ 34 ; RUN: opt -disable-verify -debug-pass-manager \ [all …]
|
D | new-pm-thinlto-defaults.ll | 2 ; 1) To have a loop, so we create a loop pass manager 3 ; 2) To be "immutable" in the sense that no pass in the standard 11 ; RUN: opt -disable-verify -debug-pass-manager \ 14 ; RUN: opt -disable-verify -debug-pass-manager \ 17 ; RUN: opt -disable-verify -debug-pass-manager \ 20 ; RUN: opt -disable-verify -debug-pass-manager \ 23 ; RUN: opt -disable-verify -debug-pass-manager \ 26 ; RUN: opt -disable-verify -debug-pass-manager -new-pm-debug-info-for-profiling \ 31 ; RUN: opt -disable-verify -debug-pass-manager \ 34 ; RUN: opt -disable-verify -debug-pass-manager \ [all …]
|
D | pass-pipeline-parsing.ll | 1 ; RUN: opt -disable-output -debug-pass-manager \ 4 ; CHECK-TWO-NOOP-MP: Starting llvm::Module pass manager run 5 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 6 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 7 ; CHECK-TWO-NOOP-MP: Finished llvm::Module pass manager run 9 ; RUN: opt -disable-output -debug-pass-manager \ 12 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 13 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 14 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass 15 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass [all …]
|
D | new-pass-manager.ll | 2 ; new pass manager pipeline. It will be used to flesh out the feature 3 ; completeness of the opt tool when the new pass manager is engaged. The tests 8 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 11 ; CHECK-MODULE-PASS: Starting llvm::Module pass manager run 12 ; CHECK-MODULE-PASS-NEXT: Running pass: NoOpModulePass 13 ; CHECK-MODULE-PASS-NEXT: Finished llvm::Module pass manager run 15 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 18 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 21 ; CHECK-CGSCC-PASS: Starting llvm::Module pass manager run 22 ; CHECK-CGSCC-PASS-NEXT: Running pass: ModuleToPostOrderCGSCCPassAdaptor [all …]
|
D | loop-pm-invalidation.ll | 5 ; RUN: opt -disable-output -disable-verify -debug-pass-manager %s 2>&1 \ 11 ; RUN: opt -disable-output -disable-verify -debug-pass-manager %s 2>&1 \ 16 ; RUN: opt -disable-output -disable-verify -debug-pass-manager %s 2>&1 \ 21 ; CHECK-LOOP-INV-LABEL: Running pass: FunctionToLoopPassAdaptor<{{.*}}> on no_loops 22 ; CHECK-LOOP-INV-NEXT: Starting {{.*}}Function pass manager run 23 ; CHECK-LOOP-INV-NEXT: Running pass: LoopSimplifyPass 27 ; CHECK-LOOP-INV-NEXT: Running pass: LCSSAPass 28 ; CHECK-LOOP-INV-NEXT: Finished {{.*}}Function pass manager run 29 ; CHECK-LOOP-INV-NEXT: Running pass: InvalidateAnalysisPass<{{.*}}LoopAnalysis 32 ; CHECK-LOOP-INV-NEXT: Running pass: FunctionToLoopPassAdaptor<{{.*}}> on no_loops [all …]
|
D | new-pm-lto-defaults.ll | 5 ; RUN: opt -disable-verify -debug-pass-manager \ 8 ; RUN: opt -disable-verify -debug-pass-manager \ 11 ; RUN: opt -disable-verify -debug-pass-manager \ 15 ; RUN: opt -disable-verify -debug-pass-manager \ 18 ; RUN: opt -disable-verify -debug-pass-manager \ 21 ; RUN: opt -disable-verify -debug-pass-manager \ 26 ; CHECK-O: Starting llvm::Module pass manager run. 27 ; CHECK-O-NEXT: Running pass: PassManager<{{.*}}Module 28 ; CHECK-O-NEXT: Starting llvm::Module pass manager run. 29 ; CHECK-O-NEXT: Running pass: GlobalDCEPass [all …]
|
D | new-pm-pgo.ll | 1 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=new-pm-pgo-instr-gen-pipeline -profi… 3 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=new-pm-pgo-instr-use-pipeline -profi… 4 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=new-pm-pgo-sample-use-pipeline -prof… 6 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=new-pm-pgo-sample-use-pipel… 8 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=new-pm-pgo-sample-use-pipeline -prof… 10 ; RUN: opt -debug-pass-manager -passes='default<O2>' -new-pm-debug-info-for-profiling %s 2>&1 |File… 12 ; GEN: Running pass: PGOInstrumentationGen 13 ; USE: Running pass: PGOInstrumentationUse 14 ; USE: Running pass: PGOIndirectCallPromotion 15 ; USE: Running pass: PGOMemOPSizeOpt [all …]
|
D | opt-bisect-legacy-pass-manager.ll | 6 ; This set of tests exercises the legacy pass manager interface to the OptBisect 9 ; corresponding tests for the new pass manager. 11 ; Don't use NEXT checks or hard-code pass numbering so that this won't fail if 26 ; CHECK-SKIP-ALL: BISECT: NOT running pass ({{[0-9]+}}) 27 ; CHECK-SKIP-ALL-NOT: BISECT: running pass ({{[0-9]+}}) 52 ; Test a module pass. 56 ; CHECK-DEADARG: BISECT: running pass ({{[0-9]+}}) Dead Argument Elimination on module 60 ; CHECK-NOT-DEADARG: BISECT: NOT running pass ({{[0-9]+}}) Dead Argument Elimination on module 63 ; Test an SCC pass. 67 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<null func… [all …]
|
/external/llvm/test/Other/ |
D | pass-pipeline-parsing.ll | 1 ; RUN: opt -disable-output -debug-pass-manager \ 4 ; CHECK-TWO-NOOP-MP: Starting llvm::Module pass manager run 5 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 6 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 7 ; CHECK-TWO-NOOP-MP: Finished llvm::Module pass manager run 9 ; RUN: opt -disable-output -debug-pass-manager \ 12 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 13 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 14 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass 15 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass [all …]
|
D | new-pass-manager.ll | 2 ; new pass manager pipeline. It will be used to flesh out the feature 3 ; completeness of the opt tool when the new pass manager is engaged. The tests 8 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 11 ; CHECK-MODULE-PASS: Starting llvm::Module pass manager run 12 ; CHECK-MODULE-PASS-NEXT: Running pass: NoOpModulePass 13 ; CHECK-MODULE-PASS-NEXT: Finished llvm::Module pass manager run 15 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 18 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \ 21 ; CHECK-CGSCC-PASS: Starting llvm::Module pass manager run 22 ; CHECK-CGSCC-PASS-NEXT: Running pass: ModuleToPostOrderCGSCCPassAdaptor [all …]
|
D | opt-bisect-legacy-pass-manager.ll | 6 ; This set of tests exercises the legacy pass manager interface to the OptBisect 9 ; corresponding tests for the new pass manager. 11 ; Don't use NEXT checks or hard-code pass numbering so that this won't fail if 25 ; CHECK-SKIP-ALL: BISECT: NOT running pass ({{[0-9]+}}) 26 ; CHECK-SKIP-ALL-NOT: BISECT: running pass ({{[0-9]+}}) 51 ; Test a module pass. 55 ; CHECK-DEADARG: BISECT: running pass ({{[0-9]+}}) Dead Argument Elimination on module 59 ; CHECK-NOT-DEADARG: BISECT: NOT running pass ({{[0-9]+}}) Dead Argument Elimination on module 62 ; Test an SCC pass. 66 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<null func… [all …]
|
/external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
D | ltp_block_dev.c | 69 #define result_str(pass) ((pass == 0) ? ("FAIL") : ("PASS")) argument 90 int pass = 1; in tc01() local 104 pass = 0; in tc01() 112 pass = 0; in tc01() 117 prk_info("Test Case Result: %s\n", result_str(pass)); in tc01() 118 return pass; in tc01() 124 int i, pass = 2; in tc02() local 145 pass = 0; in tc02() 154 prk_info("Test Case Result: %s\n", result_str(pass)); in tc02() 155 return pass; in tc02() [all …]
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 57 struct anv_render_pass *pass; in anv_CreateRenderPass() local 63 anv_multialloc_add(&ma, &pass, 1); in anv_CreateRenderPass() 83 memset(pass, 0, ma.size); in anv_CreateRenderPass() 84 pass->attachment_count = pCreateInfo->attachmentCount; in anv_CreateRenderPass() 85 pass->subpass_count = pCreateInfo->subpassCount; in anv_CreateRenderPass() 86 pass->attachments = attachments; in anv_CreateRenderPass() 87 pass->subpass_flushes = subpass_flushes; in anv_CreateRenderPass() 90 struct anv_render_pass_attachment *att = &pass->attachments[i]; in anv_CreateRenderPass() 106 struct anv_subpass *subpass = &pass->subpasses[i]; in anv_CreateRenderPass() 123 pass->attachments[a].usage |= VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT; in anv_CreateRenderPass() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 38 struct radv_render_pass *pass; in radv_CreateRenderPass() local 45 size = sizeof(*pass); in radv_CreateRenderPass() 46 size += pCreateInfo->subpassCount * sizeof(pass->subpasses[0]); in radv_CreateRenderPass() 48 size += pCreateInfo->attachmentCount * sizeof(pass->attachments[0]); in radv_CreateRenderPass() 50 pass = vk_alloc2(&device->alloc, pAllocator, size, 8, in radv_CreateRenderPass() 52 if (pass == NULL) in radv_CreateRenderPass() 55 memset(pass, 0, size); in radv_CreateRenderPass() 56 pass->attachment_count = pCreateInfo->attachmentCount; in radv_CreateRenderPass() 57 pass->subpass_count = pCreateInfo->subpassCount; in radv_CreateRenderPass() 58 pass->attachments = (void *) pass + attachments_offset; in radv_CreateRenderPass() [all …]
|
/external/llvm/test/Feature/ |
D | optnone-opt.ll | 37 ; OPT-O0-NOT: Skipping pass 40 ; OPT-O1-DAG: Skipping pass 'Aggressive Dead Code Elimination' 41 ; OPT-O1-DAG: Skipping pass 'Combine redundant instructions' 42 ; OPT-O1-DAG: Skipping pass 'Dead Store Elimination' 43 ; OPT-O1-DAG: Skipping pass 'Early CSE' 44 ; OPT-O1-DAG: Skipping pass 'Jump Threading' 45 ; OPT-O1-DAG: Skipping pass 'MemCpy Optimization' 46 ; OPT-O1-DAG: Skipping pass 'Reassociate expressions' 47 ; OPT-O1-DAG: Skipping pass 'Simplify the CFG' 48 ; OPT-O1-DAG: Skipping pass 'Sparse Conditional Constant Propagation' [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | optnone-opt.ll | 37 ; OPT-O0-NOT: Skipping pass 40 ; OPT-O1-DAG: Skipping pass 'Aggressive Dead Code Elimination' 41 ; OPT-O1-DAG: Skipping pass 'Combine redundant instructions' 42 ; OPT-O1-DAG: Skipping pass 'Dead Store Elimination' 43 ; OPT-O1-DAG: Skipping pass 'Early CSE' 44 ; OPT-O1-DAG: Skipping pass 'Jump Threading' 45 ; OPT-O1-DAG: Skipping pass 'MemCpy Optimization' 46 ; OPT-O1-DAG: Skipping pass 'Reassociate expressions' 47 ; OPT-O1-DAG: Skipping pass 'Simplify the CFG' 48 ; OPT-O1-DAG: Skipping pass 'Sparse Conditional Constant Propagation' [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 209 bool pass = true; in util_probe_rect_rgba_multi() local 232 pass = false; in util_probe_rect_rgba_multi() 245 return pass; in util_probe_rect_rgba_multi() 298 bool pass = true; in tgsi_vs_window_space_position() local 333 pass = pass && util_probe_rect_rgba(ctx, cb, 0, 0, in tgsi_vs_window_space_position() 342 util_report_result(pass); in tgsi_vs_window_space_position() 351 bool pass = true; in null_sampler_view() local 386 pass = pass && util_probe_rect_rgba_multi(ctx, cb, 0, 0, in null_sampler_view() 396 util_report_result_helper(pass, "%s: %s", __func__, in null_sampler_view() 407 bool pass = true; in util_test_constant_buffer() local [all …]
|
/external/selinux/checkpolicy/ |
D | module_compiler.h | 21 int define_policy(int pass, int module_header_given); 54 int require_class(int pass); 55 int require_role(int pass); 56 int require_type(int pass); 57 int require_attribute(int pass); 58 int require_attribute_role(int pass); 59 int require_user(int pass); 60 int require_bool(int pass); 61 int require_tunable(int pass); 62 int require_sens(int pass); [all …]
|
/external/toybox/tests/ |
D | useradd.test | 21 pass=`echo -ne 'password\npassword\n'` 26 echo 'yes'" "yes\n" "" "$pass" 32 echo 'yes'" "yes\n" "" "$pass" 38 echo 'yes'" "yes\n" "" "$pass" 44 echo 'yes'" "yes\n" "" "$pass" 51 echo 'yes'" "yes\n" "" "$pass" 57 echo 'yes'" "yes\n" "" "$pass" 64 echo 'yes'" "yes\n" "" "$pass" 70 echo 'yes'" "yes\n" "" "$pass" 77 echo 'yes'" "yes\n" "" "$pass" [all …]
|
/external/autotest/client/site_tests/hardware_StorageFio/ |
D | control.vendor | 15 - QD32 16K random write 1st pass 16 - QD32 16K random read 1st pass 17 - QD32 16K random write 2nd pass 18 - QD32 16K random read 2nd pass 19 - QD32 16K random write 3rd pass 20 - QD32 16K random read 3rd pass 22 - QD1 512K seq write 1st pass 23 - QD1 512K seq read 1st pass 24 - QD1 512K seq write 2nd pass 25 - QD1 512K seq read 2nd pass [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | structured_loop_to_selection_reduction_pass_test.cpp | 65 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 66 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 211 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 212 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 680 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 681 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 758 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 759 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 881 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 882 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | structured_loop_to_selection_reduction_pass_test.cpp | 65 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 66 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 211 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 212 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 680 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 681 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 758 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 759 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 881 const auto pass = TestSubclass<StructuredLoopToSelectionReductionPass>(env); in TEST() local 882 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() [all …]
|
D | remove_unreferenced_instruction_reduction_pass_test.cpp | 76 const auto pass = in TEST() local 78 const auto ops = pass.WrapGetAvailableOpportunities(context.get()); in TEST() 135 auto pass = TestSubclass<RemoveUnreferencedInstructionReductionPass>(env); in TEST() local 142 auto reduced_binary = pass.TryApplyReduction(binary); in TEST() 147 ASSERT_EQ(0, pass.TryApplyReduction(binary).size()); in TEST() 156 auto reduced_binary = pass.TryApplyReduction(binary); in TEST() 167 auto reduced_binary = pass.TryApplyReduction(binary); in TEST() 172 ASSERT_EQ(0, pass.TryApplyReduction(binary).size()); in TEST() 182 auto reduced_binary = pass.TryApplyReduction(binary); in TEST() 194 auto reduced_binary = pass.TryApplyReduction(binary); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | optimization-remarks-yaml.ll | 1 ; RUN: opt < %s -S -inline -pass-remarks-missed=inline \ 2 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 15 \ 3 ; RUN: -pass-remarks-output=%t 2>&1 | FileCheck %s 5 ; RUN: opt < %s -S -inline -pass-remarks-with-hotness -pass-remarks-output=%t 9 ; RUN: opt < %s -S -inline -pass-remarks-missed=inline \ 10 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \ 11 ; RUN: -pass-remarks-output=%t.threshold 2>&1 | \ 15 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \ 16 ; RUN: -pass-remarks-output=%t.threshold 21 ; RUN: opt < %s -S -passes=inline -pass-remarks-missed=inline \ [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | batch_dot_simplification_test.cc | 42 BatchDotSimplification pass; in TEST_F() local 43 ASSERT_TRUE(pass.Run(m.get()).ValueOrDie()); in TEST_F() 66 BatchDotSimplification pass; in TEST_F() local 67 ASSERT_TRUE(pass.Run(m.get()).ValueOrDie()); in TEST_F() 90 BatchDotSimplification pass; in TEST_F() local 91 ASSERT_TRUE(pass.Run(m.get()).ValueOrDie()); in TEST_F() 114 BatchDotSimplification pass; in TEST_F() local 115 ASSERT_TRUE(pass.Run(m.get()).ValueOrDie()); in TEST_F() 138 BatchDotSimplification pass; in TEST_F() local 139 ASSERT_TRUE(pass.Run(m.get()).ValueOrDie()); in TEST_F() [all …]
|