/external/llvm-project/llvm/test/Reduce/ |
D | remove-args-from-declaration.ll | 4 ; CHECK-INTERESTINGNESS-LABEL: @interesting( 6 ; CHECK-FINAL: declare void @interesting(i32) 7 declare void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) 12 declare void @interesting2(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) 15 ; CHECK-INTERESTINGNESS-SAME: i32 %interesting 16 ; CHECK-FINAL: define void @callee(i32 %interesting) { 17 define void @callee(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) { 19 ; CHECK-INTERESTINGNESS-SAME: i32 %interesting 20 ; CHECK-FINAL: call void @interesting2(i32 %interesting) 21 call void @interesting2(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2)
|
D | remove-global-vars.ll | 7 ; CHECK: @interesting = global 8 @interesting = global i32 0, align 4 14 ; CHECK: store i32 undef, i32* @interesting, align 4 15 store i32 %0, i32* @interesting, align 4 17 ; CHECK: load i32, i32* @interesting, align 4 18 %1 = load i32, i32* @interesting, align 4 21 ; CHECK: store i32 5, i32* @interesting, align 4 22 store i32 5, i32* @interesting, align 4
|
D | remove-args-2.ll | 11 ; CHECK-INTERESTINGNESS: call void @interesting( 12 ; CHECK-FINAL: call void @interesting(%struct.foo* null) 13 call void @interesting(i32 0, i8* null, %struct.foo* null, i8* null, i64 0) 17 ; CHECK-ALL: define internal void @interesting 18 ; CHECK-INTERESTINGNESS-SAME: ({{.*}}%interesting{{.*}}) { 19 ; CHECK-FINAL-SAME: (%struct.foo* %interesting) { 20 define internal void @interesting(i32 %uninteresting1, i8* %uninteresting2, %struct.foo* %interesti…
|
D | remove-instructions.ll | 7 ; We're testing all direct uses of %interesting are conserved. The terminator 10 ; CHECK-COUNT-5: %interesting 16 %interesting = alloca i32, align 4 19 store i32 0, i32* %interesting, align 4 20 %0 = load i32, i32* %interesting, align 4 22 store i32 %uninteresting3, i32* %interesting, align 4 23 %1 = load i32, i32* %interesting, align 4
|
D | remove-args.ll | 6 ; CHECK: @interesting(i32 %interesting) 7 define void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) { 9 ; CHECK: call void @interesting(i32 0) 10 call void @interesting(i32 -1, i32 0, i32 -1)
|
D | remove-funcs.ll | 12 ; CHECK-ALL-LABEL: interesting() 13 define i32 @interesting() { 15 ; CHECK-INTERESTINGNESS: call i32 @interesting() 16 %call2 = call i32 @interesting() 22 ; CHECK-FINAL-NEXT: %call2 = call i32 @interesting()
|
D | remove-metadata.ll | 14 ; CHECK: !interesting = !{!0} 15 !interesting = !{!1} 18 ; CHECK: !0 = !{!"interesting"} 19 !1 = !{!"interesting"}
|
D | remove-bbs-ret-nonvoid.ll | 7 ; CHECK-INTERESTINGNESS: interesting: 12 ; CHECK-LABEL: interesting: 18 interesting:
|
D | remove-call-site-attributes.ll | 9 ; CHECK-FINAL-LABEL: define i32 @interesting(i32 %arg0, i32 %arg1) { 14 define i32 @interesting(i32 %arg0, i32 %arg1) { 16 ; CHECK-INTERESTINGNESS-LABEL: @interesting(
|
D | remove-operand-bundles.ll | 13 ; CHECK-FINAL-LABEL: define void @interesting(i32 %arg0, i32 %arg1, i32 %arg2) { 20 define void @interesting(i32 %arg0, i32 %arg1, i32 %arg2) { 22 ; CHECK-INTERESTINGNESS-LABEL: @interesting(
|
D | remove-multiple-use-of-args-in-same-instruction.ll | 9 ; CHECK-ALL: @interesting(i32 %uninteresting1, i32 %uninteresting2, i32 %uninteresting3 10 define void @interesting(i32 %uninteresting1, i32 %uninteresting2, i32 %uninteresting3) {
|
D | remove-multiple-use-of-global-vars-in-same-instruction.ll | 15 ; CHECK-LABEL: @interesting() 16 define void @interesting() {
|
D | no-replace-intrinsic-callee-with-undef.ll | 17 ; ALL-LABEL: define i8* @interesting( 18 define i8* @interesting() {
|
/external/tensorflow/tensorflow/core/util/ |
D | overflow_test.cc | 43 std::vector<int64> interesting = { in TEST() local 50 interesting.push_back(bit); in TEST() 51 interesting.push_back(bit + 1); in TEST() 52 interesting.push_back(bit - 1); in TEST() 58 interesting.push_back(mid + i); in TEST() 63 for (int64 x : interesting) { in TEST() 64 for (int64 y : interesting) { in TEST()
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/ |
D | pr47285-not-overwritten-on-all-exit-paths.ll | 8 ; `store i32 9, i32* @b` in %interesting is not killed by `store i32 23, i32* @b` 35 ; CHECK: interesting: 50 bb.2: ; preds = %bb.8, %interesting, %bb.6, %bb.5, %ent… 75 br i1 %c.4, label %interesting, label %bb.8 77 interesting: ; preds = %bb.7 81 killer: ; preds = %interesting
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/reduce/ |
D | reducer_test.cpp | 235 bool interesting = false; in InterestingWhileOpcodeExists() local 239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists() 242 interesting = true; in InterestingWhileOpcodeExists() 247 if (interesting) { in InterestingWhileOpcodeExists() 251 return interesting; in InterestingWhileOpcodeExists()
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | reducer_test.cpp | 235 bool interesting = false; in InterestingWhileOpcodeExists() local 239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists() 242 interesting = true; in InterestingWhileOpcodeExists() 247 if (interesting) { in InterestingWhileOpcodeExists() 251 return interesting; in InterestingWhileOpcodeExists()
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | reducer_test.cpp | 235 bool interesting = false; in InterestingWhileOpcodeExists() local 239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists() 242 interesting = true; in InterestingWhileOpcodeExists() 247 if (interesting) { in InterestingWhileOpcodeExists() 251 return interesting; in InterestingWhileOpcodeExists()
|
/external/llvm-project/llvm/docs/ |
D | BugpointRedesign.md | 34 interesting-ness test and the arguments for said test, similar to other delta 39 The interesting-ness test that’s going to be run to reduce the code is given 47 The interesting-ness test would be defined as a script that returns 0 when the 50 and isn’t interesting to the tool, and thus, streamlining the process of 73 interesting-ness test
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | reduction_pass.cpp | 79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument 80 if (!interesting) { in NotifyInteresting()
|
D | reducer.cpp | 200 bool interesting = false; in RunPasses() local 226 interesting = true; in RunPasses() 230 pass->NotifyInteresting(interesting); in RunPasses()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reduction_pass.cpp | 79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument 80 if (!interesting) { in NotifyInteresting()
|
D | reducer.cpp | 197 bool interesting = false; in RunPasses() local 223 interesting = true; in RunPasses() 227 pass->NotifyInteresting(interesting); in RunPasses()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_pass.cpp | 79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument 80 if (!interesting) { in NotifyInteresting()
|
D | reducer.cpp | 197 bool interesting = false; in RunPasses() local 223 interesting = true; in RunPasses() 227 pass->NotifyInteresting(interesting); in RunPasses()
|