/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_simplify.cpp | 17 TEST(Simplify, ConstantFoldSimple) { in TEST() argument 22 ExprHandle newF = IRSimplifier::simplify(f); in TEST() 30 TEST(Simplify, ConstantFoldTwoLayer) { in TEST() argument 37 ExprHandle newF = IRSimplifier::simplify(f); in TEST() 45 TEST(Simplify, ConstantFoldShifts) { in TEST() argument 51 ExprHandle newF = IRSimplifier::simplify(f); in TEST() 59 TEST(Simplify, ConstantFoldBitwise) { in TEST() argument 65 ExprHandle newF = IRSimplifier::simplify(f); in TEST() 73 TEST(Simplify, ConstantFoldMultiOp) { in TEST() argument 82 ExprHandle newF = IRSimplifier::simplify(fn); in TEST() [all …]
|
H A D | test_reductions.cpp | 42 s = IRSimplifier::simplify(s); in TEST() 63 s = IRSimplifier::simplify(s); in TEST() 85 s = IRSimplifier::simplify(s); in TEST() 114 s = IRSimplifier::simplify(s); in TEST() 143 s = IRSimplifier::simplify(s); in TEST() 173 s2 = IRSimplifier::simplify(s2); in TEST() 191 s3 = IRSimplifier::simplify(s3); in TEST() 215 s = IRSimplifier::simplify(s); in TEST() 250 s = IRSimplifier::simplify(s); in TEST() 282 s = IRSimplifier::simplify(s); in TEST() [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/95/ |
D | 955f287084ad22c8d01f857017d39d964b8d7fda | 99 …/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/android_common/javac… 100 …/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/android_common/javac… 127 …simplify-throws/art-run-test-695-simplify-throws/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_… 130 …to: "out/soong/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/androi… 134 …to: "out/soong/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/androi… 138 …to: "out/soong/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/androi… 142 …to: "out/soong/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/androi… 146 …to: "out/soong/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/androi… 150 …to: "out/soong/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/androi… 154 …file: "out/soong/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws/andr… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/11/ |
D | 11284bc38900a136852371a4420c43520aa89e9b | 99 …tes/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-if/android_common/javac/art… 100 …tes/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-if/android_common/javac/art… 127 …simplify-if/art-run-test-611-checker-simplify-if/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_… 130 …to: "out/soong/.intermediates/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-i… 134 …to: "out/soong/.intermediates/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-i… 138 …to: "out/soong/.intermediates/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-i… 142 …to: "out/soong/.intermediates/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-i… 146 …to: "out/soong/.intermediates/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-i… 150 …to: "out/soong/.intermediates/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-i… 154 …file: "out/soong/.intermediates/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/e4/ |
D | e487ae62ec1f89834f6564193084ed537de7c236 | 99 …intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/android_common/jav… 100 …intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/android_common/jav… 127 …simplify-mul-zero/art-run-test-475-simplify-mul-zero/android_common/lint-srcs.list.rsp __SBOX_SAND… 130 …to: "out/soong/.intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/an… 134 …to: "out/soong/.intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/an… 138 …to: "out/soong/.intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/an… 142 …to: "out/soong/.intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/an… 146 …to: "out/soong/.intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/an… 150 …to: "out/soong/.intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/an… 154 …file: "out/soong/.intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero/… [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/InstCombine/ |
H A D | double-float-shrink-2.ll | 1 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-linux" | FileCheck -check-prefix=DO-SIMPLIFY %s 2 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-win32" | FileCheck -check-prefix=DONT-SIMPLIFY %s 3 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-win32" | FileCheck -check-prefix=C89-SIMPLIFY %s 4 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY %s 5 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY … 6 ; RUN: opt < %s -instcombine -S -mtriple "sparc-sun-solaris" | FileCheck -check-prefix=DO-SIMPLIFY … 8 ; DO-SIMPLIFY: call float @floorf( 9 ; DO-SIMPLIFY: call float @ceilf( 10 ; DO-SIMPLIFY: call float @roundf( 11 ; DO-SIMPLIFY: call float @nearbyintf( [all …]
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2021-03-01/ |
H A D | graphicsfuzz.txt | 125 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-pack-unpack 126 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-packsnorm-unpackunorm 127 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-switch-or-xor 133 dEQP-VK.graphicsfuzz.cov-instruction-simplify-atanh-log-undefined 134 dEQP-VK.graphicsfuzz.cov-instruction-simplify-bit-shifting 135 dEQP-VK.graphicsfuzz.cov-instruction-simplify-inclusive-or 136 dEQP-VK.graphicsfuzz.cov-instruction-simplify-inst-combine-calls-for-compare-function-call-result 137 dEQP-VK.graphicsfuzz.cov-instruction-simplify-mod-acos-undefined 138 dEQP-VK.graphicsfuzz.cov-instruction-simplify-mod-sqrt-undefined 139 dEQP-VK.graphicsfuzz.cov-instruction-simplify-sqrt [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | bounds_overlap.cpp | 47 auto ret_expr = IRSimplifier::simplify(alloc<Sub>(start, end)); in operator ==() 62 auto ret_expr = IRSimplifier::simplify(alloc<Sub>(start, other.end)); in operator >=() 67 auto ret_expr = IRSimplifier::simplify(alloc<Sub>(start, other.end)); in operator >() 75 auto ret_expr = IRSimplifier::simplify(alloc<Sub>(end, other.start)); in operator <=() 80 auto ret_expr = IRSimplifier::simplify(alloc<Sub>(end, other.start)); in operator <() 108 ExprPtr lowDiff = IRSimplifier::simplify(alloc<Sub>(a.start, b.end)); in boundOverlap() 109 ExprPtr highDiff = IRSimplifier::simplify(alloc<Sub>(b.start, a.end)); in boundOverlap() 118 ExprPtr diff_start = IRSimplifier::simplify(alloc<Sub>(b.start, a.start)); in boundOverlap() 119 ExprPtr diff_end = IRSimplifier::simplify(alloc<Sub>(b.end, a.end)); in boundOverlap() 197 ret.start = IRSimplifier::simplify(ret.start); in flattenBounds() [all …]
|
H A D | ir_simplifier.cpp | 330 // simplify common components in addPolynomials() 541 // simplify common components in subPolynomials() 878 // Inserts a new component into a term, looking for opportunities to simplify. 958 // need to simplify again. in mutate() 1780 // simplify first, then re-expand. in mutate() 1809 // For scalars, we can simplify the cast further. in mutate() 1927 multiplier = IRSimplifier::simplify(multiplier); in isModRound() 1933 mod_divisor = IRSimplifier::simplify(mod->rhs()); in isModRound() 1940 divisor = IRSimplifier::simplify(div->rhs()); in isModRound() 1943 denom = IRSimplifier::simplify(other); in isModRound() [all …]
|
H A D | mem_dependency_checker.cpp | 190 os << *IRSimplifier::simplify( in dumpDOT() 196 os << *IRSimplifier::simplify( in dumpDOT() 622 IRSimplifier::simplify(alloc<Min>(aIndexStride, oIndexStride, true)); in executionSafetyCheck() 624 IRSimplifier::simplify(alloc<Max>(aIndexStride, oIndexStride, true)); in executionSafetyCheck() 631 ExprPtr modCheck = IRSimplifier::simplify(alloc<Mod>(maxStride, minStride)); in executionSafetyCheck() 645 ExprPtr startDiff = IRSimplifier::simplify( in executionSafetyCheck() 654 IRSimplifier::simplify(alloc<Sub>(immLike(startDiff, 0), startDiff)); in executionSafetyCheck() 660 ExprPtr check1 = IRSimplifier::simplify( in executionSafetyCheck() 667 startDiff = IRSimplifier::simplify(alloc<Mod>(startDiff, minStride)); in executionSafetyCheck() 671 ExprPtr check = IRSimplifier::simplify( in executionSafetyCheck() [all …]
|
/aosp_15_r20/external/bazelbuild-rules_cc/cc/toolchains/ |
H A D | cc_toolchain_info.bzl | 34 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 43 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 53 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 70 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 84 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 96 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 107 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 123 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 132 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", 142 …"label": "(Label) The label defining this provider. Place in error messages to simplify debugging", [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/ |
H A D | index.txt | 40 …thstep", "A fragment shader that covers a specific instruction simplify code path" }, 43 … "Covers specific inst combine add sub and inst combine simplify demanded code pat… 45 …fined", "A fragment shader that covers a specific instruction simplify code path" }, 131 …-zero", "A fragment shader that covers a specific instruction simplify code path" }, 178 …ray-access", "A fragment shader that covers a specific instruction simplify path" }, 277 { "cov-instruction-simplify-atanh-log-undefined.amber", "cov-instruction-simplify-atanh-lo… 278 { "cov-instruction-simplify-bit-shifting.amber", "cov-instruction-simplify-bit-shifting"… 279 { "cov-instruction-simplify-inclusive-or.amber", "cov-instruction-simplify-inclusive-or"… 280 { "cov-instruction-simplify-inst-combine-calls-for-compare-function-call-result.amber", "cov-instr… 281 { "cov-instruction-simplify-mod-acos-undefined.amber", "cov-instruction-simplify-mod-acos-… [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 1504 // Analyse and simplify the instruction behind the access chain of this in TEST() 1515 // Analyse and simplify the instruction behind the access chain of this in TEST() 1534 // Analyse and simplify the instruction behind the access chain of this in TEST() 1545 // Analyse and simplify the instruction behind the access chain of this in TEST() 1585 // Analyse and simplify the instruction behind the access chain of this in TEST() 1595 // Analyse and simplify the instruction behind the access chain of this in TEST() 1614 // Analyse and simplify the instruction behind the access chain of this in TEST() 1624 // Analyse and simplify the instruction behind the access chain of this in TEST() 1664 // Analyse and simplify the instruction behind the access chain of this in TEST() 1674 // Analyse and simplify the instruction behind the access chain of this in TEST() [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis_helpers.cpp | 1504 // Analyse and simplify the instruction behind the access chain of this in TEST() 1515 // Analyse and simplify the instruction behind the access chain of this in TEST() 1534 // Analyse and simplify the instruction behind the access chain of this in TEST() 1545 // Analyse and simplify the instruction behind the access chain of this in TEST() 1585 // Analyse and simplify the instruction behind the access chain of this in TEST() 1595 // Analyse and simplify the instruction behind the access chain of this in TEST() 1614 // Analyse and simplify the instruction behind the access chain of this in TEST() 1624 // Analyse and simplify the instruction behind the access chain of this in TEST() 1664 // Analyse and simplify the instruction behind the access chain of this in TEST() 1674 // Analyse and simplify the instruction behind the access chain of this in TEST() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 1504 // Analyse and simplify the instruction behind the access chain of this in TEST() 1515 // Analyse and simplify the instruction behind the access chain of this in TEST() 1534 // Analyse and simplify the instruction behind the access chain of this in TEST() 1545 // Analyse and simplify the instruction behind the access chain of this in TEST() 1585 // Analyse and simplify the instruction behind the access chain of this in TEST() 1595 // Analyse and simplify the instruction behind the access chain of this in TEST() 1614 // Analyse and simplify the instruction behind the access chain of this in TEST() 1624 // Analyse and simplify the instruction behind the access chain of this in TEST() 1664 // Analyse and simplify the instruction behind the access chain of this in TEST() 1674 // Analyse and simplify the instruction behind the access chain of this in TEST() [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/00/ |
D | 002ce29377fd73505b9f31c476ede8fb46100cf5 | 3 from: "art/test/695-simplify-throws/expected-stdout.txt" 4 to: "art/test/695-simplify-throws/expected-stdout.txt" 7 …command: "cp -f art/test/695-simplify-throws/expected-stdout.txt __SBOX_SANDBOX_DIR__/out/art-run-… 9 from: "out/art-run-test-695-simplify-throws-expected-stdout.txt" 10 …/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws-expected-stdout/gen/…
|
/aosp_15_r20/out/soong/raw-aosp_shiba/53/ |
D | 539fb75ab171a04da4bb0b16a76d62e5a43483d4 | 3 from: "art/test/695-simplify-throws/expected-stderr.txt" 4 to: "art/test/695-simplify-throws/expected-stderr.txt" 7 …command: "cp -f art/test/695-simplify-throws/expected-stderr.txt __SBOX_SANDBOX_DIR__/out/art-run-… 9 from: "out/art-run-test-695-simplify-throws-expected-stderr.txt" 10 …/.intermediates/art/test/695-simplify-throws/art-run-test-695-simplify-throws-expected-stderr/gen/…
|
/aosp_15_r20/out/soong/raw-aosp_shiba/df/ |
D | df160b6d7f0f27734c482a763c05c931f701a233 | 3 from: "art/test/475-simplify-mul-zero/expected-stderr.txt" 4 to: "art/test/475-simplify-mul-zero/expected-stderr.txt" 7 …command: "cp -f art/test/475-simplify-mul-zero/expected-stderr.txt __SBOX_SANDBOX_DIR__/out/art-ru… 9 from: "out/art-run-test-475-simplify-mul-zero-expected-stderr.txt" 10 …intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero-expected-stderr/ge…
|
/aosp_15_r20/out/soong/raw-aosp_shiba/8e/ |
D | 8ed9685666a4c20c6f83be633cd3a7b137ef9ffd | 3 from: "art/test/611-checker-simplify-if/expected-stderr.txt" 4 to: "art/test/611-checker-simplify-if/expected-stderr.txt" 7 …d: "cp -f art/test/611-checker-simplify-if/expected-stderr.txt __SBOX_SANDBOX_DIR__/out/art-run-te… 9 from: "out/art-run-test-611-checker-simplify-if-expected-stderr.txt" 10 …tes/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-if-expected-stderr/gen/art-…
|
/aosp_15_r20/out/soong/raw-aosp_shiba/d2/ |
D | d20aaef0c16a1751c4f6c282ffd72083aa4d2a91 | 3 from: "art/test/611-checker-simplify-if/expected-stdout.txt" 4 to: "art/test/611-checker-simplify-if/expected-stdout.txt" 7 …d: "cp -f art/test/611-checker-simplify-if/expected-stdout.txt __SBOX_SANDBOX_DIR__/out/art-run-te… 9 from: "out/art-run-test-611-checker-simplify-if-expected-stdout.txt" 10 …tes/art/test/611-checker-simplify-if/art-run-test-611-checker-simplify-if-expected-stdout/gen/art-…
|
/aosp_15_r20/out/soong/raw-aosp_shiba/36/ |
D | 36fbb1794ebfb83a8375caf3e6596a2494efc8b8 | 3 from: "art/test/475-simplify-mul-zero/expected-stdout.txt" 4 to: "art/test/475-simplify-mul-zero/expected-stdout.txt" 7 …command: "cp -f art/test/475-simplify-mul-zero/expected-stdout.txt __SBOX_SANDBOX_DIR__/out/art-ru… 9 from: "out/art-run-test-475-simplify-mul-zero-expected-stdout.txt" 10 …intermediates/art/test/475-simplify-mul-zero/art-run-test-475-simplify-mul-zero-expected-stdout/ge…
|
/aosp_15_r20/art/test/475-simplify-mul-zero/ |
H A D | Android.bp | 3 // Build rules for ART run-test `475-simplify-mul-zero`. 16 name: "art-run-test-475-simplify-mul-zero", 21 ":art-run-test-475-simplify-mul-zero-expected-stdout", 22 ":art-run-test-475-simplify-mul-zero-expected-stderr", 31 name: "art-run-test-475-simplify-mul-zero-expected-stdout", 32 out: ["art-run-test-475-simplify-mul-zero-expected-stdout.txt"], 39 name: "art-run-test-475-simplify-mul-zero-expected-stderr", 40 out: ["art-run-test-475-simplify-mul-zero-expected-stderr.txt"],
|
/aosp_15_r20/art/test/695-simplify-throws/ |
H A D | Android.bp | 3 // Build rules for ART run-test `695-simplify-throws`. 16 name: "art-run-test-695-simplify-throws", 21 ":art-run-test-695-simplify-throws-expected-stdout", 22 ":art-run-test-695-simplify-throws-expected-stderr", 31 name: "art-run-test-695-simplify-throws-expected-stdout", 32 out: ["art-run-test-695-simplify-throws-expected-stdout.txt"], 39 name: "art-run-test-695-simplify-throws-expected-stderr", 40 out: ["art-run-test-695-simplify-throws-expected-stderr.txt"],
|
/aosp_15_r20/art/test/611-checker-simplify-if/ |
H A D | Android.bp | 3 // Build rules for ART run-test `611-checker-simplify-if`. 16 name: "art-run-test-611-checker-simplify-if", 21 ":art-run-test-611-checker-simplify-if-expected-stdout", 22 ":art-run-test-611-checker-simplify-if-expected-stderr", 34 name: "art-run-test-611-checker-simplify-if-expected-stdout", 35 out: ["art-run-test-611-checker-simplify-if-expected-stdout.txt"], 42 name: "art-run-test-611-checker-simplify-if-expected-stderr", 43 out: ["art-run-test-611-checker-simplify-if-expected-stderr.txt"],
|
/aosp_15_r20/out/soong/raw-aosp_shiba/aa/ |
D | aa468dfa1479bcc83688ff844df9482876b10389 | 197 from: "art/test/695-simplify-throws/Android.bp" 198 to: "art/test/695-simplify-throws/Android.bp" 201 from: "art/test/695-simplify-throws/expected-stderr.txt" 202 to: "art/test/695-simplify-throws/expected-stderr.txt" 205 from: "art/test/695-simplify-throws/expected-stdout.txt" 206 to: "art/test/695-simplify-throws/expected-stdout.txt" 209 from: "art/test/695-simplify-throws/info.txt" 210 to: "art/test/695-simplify-throws/info.txt" 213 from: "art/test/695-simplify-throws/src/Main.java" 214 to: "art/test/695-simplify-throws/src/Main.java" [all …]
|