Home
last modified time | relevance | path

Searched refs:interesting (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/external/llvm-project/llvm/test/Reduce/
Dremove-args-from-declaration.ll4 ; 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)
Dremove-global-vars.ll7 ; 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
Dremove-args-2.ll11 ; 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…
Dremove-instructions.ll7 ; 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
Dremove-args.ll6 ; 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)
Dremove-funcs.ll12 ; 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()
Dremove-metadata.ll14 ; CHECK: !interesting = !{!0}
15 !interesting = !{!1}
18 ; CHECK: !0 = !{!"interesting"}
19 !1 = !{!"interesting"}
Dremove-bbs-ret-nonvoid.ll7 ; CHECK-INTERESTINGNESS: interesting:
12 ; CHECK-LABEL: interesting:
18 interesting:
Dremove-call-site-attributes.ll9 ; CHECK-FINAL-LABEL: define i32 @interesting(i32 %arg0, i32 %arg1) {
14 define i32 @interesting(i32 %arg0, i32 %arg1) {
16 ; CHECK-INTERESTINGNESS-LABEL: @interesting(
Dremove-operand-bundles.ll13 ; 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(
Dremove-multiple-use-of-args-in-same-instruction.ll9 ; CHECK-ALL: @interesting(i32 %uninteresting1, i32 %uninteresting2, i32 %uninteresting3
10 define void @interesting(i32 %uninteresting1, i32 %uninteresting2, i32 %uninteresting3) {
Dremove-multiple-use-of-global-vars-in-same-instruction.ll15 ; CHECK-LABEL: @interesting()
16 define void @interesting() {
Dno-replace-intrinsic-callee-with-undef.ll17 ; ALL-LABEL: define i8* @interesting(
18 define i8* @interesting() {
/external/tensorflow/tensorflow/core/util/
Doverflow_test.cc43 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/
Dpr47285-not-overwritten-on-all-exit-paths.ll8 ; `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/
Dreducer_test.cpp235 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/
Dreducer_test.cpp235 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/
Dreducer_test.cpp235 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/
DBugpointRedesign.md34 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/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreducer.cpp200 bool interesting = false; in RunPasses() local
226 interesting = true; in RunPasses()
230 pass->NotifyInteresting(interesting); in RunPasses()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreducer.cpp197 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/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreducer.cpp197 bool interesting = false; in RunPasses() local
223 interesting = true; in RunPasses()
227 pass->NotifyInteresting(interesting); in RunPasses()

12345678910>>...24