/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_proof_distributive_property.py | 76 print("a*c: ", z3.simplify(m[a] * m[c])) 77 print("b*c: ", z3.simplify(m[b] * m[c])) 78 print("a+b: ", z3.simplify(m[a] + m[b])) 79 print("a*c + b*c: ", z3.simplify(m[a] * m[c] + m[b] * m[c])) 80 print("(a+b) * c: ", z3.simplify((m[a] + m[b]) * m[c]))
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestExampleGenerator.java | 60 .simplify(exampleGenerator.getExampleHtml(path, value, in testCurrency() 67 .simplify(exampleGenerator.getExampleHtml(path, value, in testCurrency() 235 String simplified = ExampleGenerator.simplify(example, false); in TestAllPaths() 294 ExampleGenerator.simplify(actual, false)); in checkValue() 318 ExampleGenerator.simplify(actual, true)); in checkCompoundUnits() 353 String result = ExampleGenerator.simplify( in checkValue() 358 public static String simplify(String exampleHtml) { in simplify() method in TestExampleGenerator 359 return ExampleGenerator.simplify(exampleHtml, false); in simplify() 422 String actual = simplify(exampleGenerator in TestCurrencyFormats() 452 ExampleGenerator.simplify(actual, false)); in TestFallbackFormat() [all …]
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | basictest.ll | 1 ; RUN: opt < %s -loop-simplify 2 ; RUN: opt < %s -passes=loop-simplify
|
D | pr26682.ll | 1 ; RUN: opt < %s -lcssa -loop-simplify -indvars -S | FileCheck %s 7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
D | Program.cs | 44 var simplify = new Simplify(new CommonTreeNodeStream(t)); in _Main() 45 t = (CommonTree)simplify.Downup(t); in _Main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDistribute/ |
D | diagnostics-with-hotness.ll | 1 ; RUN: opt -loop-simplify -loop-distribute -enable-loop-distribute -S -pass-remarks-missed=loop-dis… 4 ; RUN: opt -loop-simplify -loop-distribute -enable-loop-distribute -S -pass-remarks-missed=loop-dis… 8 ; RUN: opt -passes='loop-simplify,require<aa>,loop-distribute' -S -pass-remarks-missed=loop-distrib… 11 ; RUN: opt -passes='loop-simplify,require<aa>,loop-distribute' -S -pass-remarks-missed=loop-distrib…
|
D | diagnostics.ll | 1 ; RUN: opt -loop-simplify -loop-distribute -enable-loop-distribute -S < %s 2>&1 \ 3 ; RUN: opt -loop-simplify -loop-distribute -enable-loop-distribute -S \ 6 ; RUN: opt -loop-simplify -loop-distribute -enable-loop-distribute -S \ 9 ; RUN: opt -loop-simplify -loop-distribute -enable-loop-distribute -S \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | memset_chk-simplify-nobuiltin.ll | 1 ; RUN: opt -S -disable-simplify-libcalls -codegenprepare < %s | FileCheck %s 9 ; - TLI::has (always returns false thanks to -disable-simplify-libcalls)
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | memset_chk-simplify-nobuiltin.ll | 1 ; RUN: opt -S -disable-simplify-libcalls -codegenprepare < %s | FileCheck %s 9 ; - TLI::has (always returns false thanks to -disable-simplify-libcalls)
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | PR7357.ll | 1 …2:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" -simplify-libcalls -S | Fil… 4 ; check that simplify libcalls will not replace a call with one calling
|
D | StrNCat.ll | 2 ; RUN: opt < %s -simplify-libcalls -S | \ 4 ; RUN: opt < %s -simplify-libcalls -S | \
|
D | StrCat.ll | 3 ; RUN: opt < %s -simplify-libcalls -S | \ 5 ; RUN: opt < %s -simplify-libcalls -S | \
|
D | abs.ll | 1 ; RUN: opt < %s -simplify-libcalls -S | grep {select i1 %ispos}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopSimplify/ |
D | pr26682.ll | 1 ; RUN: opt < %s -lcssa -loop-simplify -indvars -S | FileCheck %s 7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
|
D | pr28272.ll | 1 ; RUN: opt < %s -lcssa -loop-simplify -indvars -S | FileCheck %s 7 ; loop-unroll, which calls loop-simplify before itself. If LCSSA is broken 8 ; after loop-simplify, we crash on assertion.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/AArch64/ |
D | print-parse-overloaded-intrinsics.mir | 1 # RUN: llc -mtriple aarch64-- -run-pass irtranslator -simplify-mir %s -o %t \ 3 # RUN: -simplify-mir %t -x mir -o - -verify-machineinstrs | FileCheck %s
|
D | print-parse-verify-failedISel-property.mir | 1 # RUN: llc -mtriple aarch64-- -run-pass instruction-select -simplify-mir \ 6 # RUN: -simplify-mir -verify-machineinstrs %s -o - 2>&1 \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/ |
D | pr37323.ll | 1 ;RUN: opt -verify-dom-info -loop-simplify -postdomtree -licm -adce -verify-loop-info -S -o - %s | F… 2 ;RUN: opt -verify-dom-info -passes='loop-simplify,require<postdomtree>,require<opt-remark-emit>,loo…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVersioning/ |
D | exit-block-dominates-rt-check-block.ll | 6 ; RUN: opt -loop-simplify -loop-distribute -enable-loop-distribute -verify-dom-info -S -o - %s > %t 10 ; RUN: opt -loop-simplify -loop-versioning -verify-dom-info -S -o - %s > %t
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PruneEH/ |
D | pr26263.ll | 1 ; PruneEH is less powerful than simplify-cfg in terms of cfg simplification, 6 ; RUN: opt -passes='function-attrs,function(simplify-cfg)' -S < %s | FileCheck %s --check-prefix=C…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnswitch/ |
D | simplify-with-nonvalness.ll | 5 ; of that and simplify the branches in the loop. 14 ; Make sure we use that information to simplify.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | addsub.ll | 47 ; TODO: simplify this to %a 68 ; TODO: simplify this to %a
|
/external/u-boot/arch/nios2/cpu/ |
D | u-boot.lds | 41 * adjacent to simplify the startup code -- and provide 77 * bss follows. We keep it adjacent to simplify init code.
|
/external/llvm/lib/Passes/ |
D | PassRegistry.def | 145 FUNCTION_PASS("loop-simplify", LoopSimplifyPass()) 167 FUNCTION_PASS("simplify-cfg", SimplifyCFGPass()) 196 LOOP_PASS("simplify-cfg", LoopSimplifyCFGPass())
|
/external/syzkaller/vendor/golang.org/x/net/idna/ |
D | idna.go | 413 switch p.simplify(info(v).category()) { 466 switch p.simplify(info(v).category()) { 566 func (p *Profile) simplify(cat category) category { func 602 if c := p.simplify(info(v).category()); c != valid && c != deviation {
|