Home
last modified time | relevance | path

Searched full:while (Results 1 – 25 of 26679) sorted by relevance

12345678910>>...1068

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/
H A Dloops_and_queues.pbtxt90 name: "while/Enter"
102 s: "while/while/"
119 name: "while/Enter_1"
131 s: "while/while/"
148 name: "while/Merge"
150 input: "while/Enter"
151 input: "while/NextIteration"
166 name: "while/Merge_1"
168 input: "while/Enter_1"
169 input: "while/NextIteration_1"
[all …]
H A Dnested_loop.pbtxt53 name: "while/Enter"
65 s: "while/while/"
82 name: "while/Enter_1"
94 s: "while/while/"
111 name: "while/Merge"
113 input: "while/Enter"
114 input: "while/NextIteration"
129 name: "while/Merge_1"
131 input: "while/Enter_1"
132 input: "while/NextIteration_1"
[all …]
H A Dloops_and_resource_vars.pbtxt117 name: "while/ReadVariableOp"
128 name: "while/Enter"
130 input: "while/ReadVariableOp"
140 s: "while/while_context"
157 name: "while/Enter_1"
169 s: "while/while_context"
186 name: "while/Merge"
188 input: "while/Enter"
189 input: "while/NextIteration"
204 name: "while/Merge_1"
[all …]
H A Dwhile_loop.pbtxt46 name: "while/Enter"
58 s: "while/while/"
75 name: "while/Enter_1"
87 s: "while/while/"
104 name: "while/Merge"
106 input: "while/Enter"
107 input: "while/NextIteration"
122 name: "while/Merge_1"
124 input: "while/Enter_1"
125 input: "while/NextIteration_1"
[all …]
H A Dwhile_loop_var_handle_op.pbtxt62 name: "while/Enter"
71 value { s: "while/while_context" }
83 name: "while/Enter_1"
92 value { s: "while/while_context" }
104 name: "while/Merge"
106 input: "while/Enter"
107 input: "while/NextIteration"
118 name: "while/Merge_1"
120 input: "while/Enter_1"
121 input: "while/NextIteration_1"
[all …]
H A Dqueues_and_loops.pbtxt163 name: "while/Enter"
175 s: "while/while/"
192 name: "while/Enter_1"
204 s: "while/while/"
221 name: "while/Merge"
223 input: "while/Enter"
224 input: "while/NextIteration"
239 name: "while/Merge_1"
241 input: "while/Enter_1"
242 input: "while/NextIteration_1"
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-enum-compare.cpp33 while (x == FooA); in test()
34 while (y == BarD); in test()
35 while (a == name1::F1); in test()
36 while (z == name1::B2); in test()
37 while (a == b); in test()
38 while (a == c); in test()
39 while (b == c); in test()
40 while (B1 == name1::B2); in test()
41 while (B2 == name2::B1); in test()
42while (x == AnonAA); // expected-warning {{comparison of constant 'AnonAA' (42) with expression of… in test()
[all …]
H A Dwarn-consumed-analysis.cpp89 …*var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is…
90 …*var1; // expected-warning {{invalid invocation of method 'operator*' on object 'var1' while it is…
93 …*var4; // expected-warning {{invalid invocation of method 'operator*' on object 'var4' while it is…
99 …*var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is…
106 …*var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is…
115 …*D2; // expected-warning {{invalid invocation of method 'operator*' on object 'D2' while it is in …
117 …warning {{invalid invocation of method '~DestructorTester' on object 'D0' while it is in the 'unco…
119 …warning {{invalid invocation of method '~DestructorTester' on object 'D0' while it is in the 'unco…
120 …warning {{invalid invocation of method '~DestructorTester' on object 'D1' while it is in the 'unco…
124 …-warning {{invalid invocation of method 'operator*' on a temporary object while it is in the 'cons…
[all …]
/aosp_15_r20/external/llvm/test/Transforms/LoopUnroll/
H A Dunloop.ll43 ; CHECK: while.body:
46 ; CHECK: while.end14.i:
48 ; Middle loop control should no longer reach %while.cond.
51 ; CHECK: br label %while.cond.outer
54 br label %while.cond.outer
56 while.cond.outer:
57 br label %while.cond
59 while.cond:
61 br i1 %cmp, label %while.body, label %while.end
63 while.body:
[all …]
/aosp_15_r20/external/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-15-nopreheader.ll15 indirectbr i8* undef, [label %while.cond]
17 while.cond: ; preds = %while.body, %entry
18 %0 = phi i64 [ %indvar.next48, %while.body ], [ 0, %entry ]
19 indirectbr i8* undef, [label %while.end, label %while.body]
21 while.body: ; preds = %lor.rhs, %lor.lhs.false17, %lor.lhs.fa…
23 indirectbr i8* undef, [label %while.cond]
25 while.end: ; preds = %lor.rhs, %while.cond
56 indirectbr i8* undef, [label %while.cond, label %return]
58 while.cond: ; preds = %while.cond.backedge, %entry
59 indirectbr i8* undef, [label %while.cond.backedge, label %lor.rhs]
[all …]
H A Ddominate-assert.ll75 br label %while.cond
77 while.cond: ; preds = %while.cond, %entry
78 %c.0 = phi i16* [ undef, %entry ], [ %incdec.ptr, %while.cond ]
80 br i1 undef, label %while.cond1, label %while.cond
82 while.cond1: ; preds = %while.cond1, %while.cond
83 %c.1 = phi i16* [ %incdec.ptr5, %while.cond1 ], [ %c.0, %while.cond ]
85 br i1 undef, label %while.cond7, label %while.cond1
87 while.cond7: ; preds = %while.cond7, %while.cond1
88 %0 = phi i16* [ %incdec.ptr10, %while.cond7 ], [ %c.1, %while.cond1 ]
90 br i1 undef, label %while.cond12.preheader, label %while.cond7
[all …]
H A D2012-01-16-nopreheader.ll8 ; while.cond197 is a dominates the simplified loop while.cond238 but
12 ; CHECK: %while.cond238
18 br label %while.cond179
20 while.cond179: ; preds = %if.end434, %if.end369, %if.end277, %if…
22 indirectbr i8* undef, [label %land.rhs184, label %while.end453]
24 land.rhs184: ; preds = %while.cond179
25 indirectbr i8* undef, [label %while.end453, label %while.cond197]
27 while.cond197: ; preds = %land.rhs202, %land.rhs184
29 indirectbr i8* undef, [label %land.rhs202, label %while.end215]
31 land.rhs202: ; preds = %while.cond197
[all …]
/aosp_15_r20/external/llvm/test/Transforms/LoopIdiom/X86/
H A Dpopcnt.ll6 ; while (a) {
19 br i1 %tobool3, label %while.end, label %while.body
21 while.body: ; preds = %entry, %while.body
22 %c.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ]
23 %a.addr.04 = phi i64 [ %and, %while.body ], [ %a, %entry ]
28 br i1 %tobool, label %while.end, label %while.body
30 while.end: ; preds = %while.body, %entry
31 %c.0.lcssa = phi i32 [ 0, %entry ], [ %inc, %while.body ]
38 ; while (a) {
52 br i1 %tobool9, label %while.end, label %while.body
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/ARM/
H A Darm-shrink-wrapping-linux.ll39 ; ENALBE-NEXT: [[LOOP_HEADER:[.a-zA-Z0-9_]+]]: @ %while.cond2.outer
41 ; DISABLE: [[LOOP_HEADER]]: @ %while.cond2.outer
45 ; CHECK: @ %while.cond2
54 ; CHECK: @ %while.body24.land.rhs14_crit_edge
60 br i1 %cmp, label %while.cond.preheader, label %while.cond2.outer
62 while.cond.preheader: ; preds = %entry
66 br i1 %sel66, label %while.body, label %if.end29
68 while.body: ; preds = %while.body, %while.cond.preheader
69 %s.addr.08 = phi i8* [ %add.ptr, %while.body ], [ %s, %while.cond.preheader ]
70 %off.addr.07 = phi i32 [ %dec, %while.body ], [ %off, %while.cond.preheader ]
[all …]
/aosp_15_r20/external/llvm/test/Transforms/LoopIdiom/AMDGPU/
H A Dpopcnt.ll8 ; while (a) {
23 br i1 %tobool3, label %while.end, label %while.body
25 while.body: ; preds = %entry, %while.body
26 %c.05 = phi i32 [ %inc, %while.body ], [ 0, %entry ]
27 %a.addr.04 = phi i64 [ %and, %while.body ], [ %a, %entry ]
32 br i1 %tobool, label %while.end, label %while.body
34 while.end: ; preds = %while.body, %entry
35 %c.0.lcssa = phi i32 [ 0, %entry ], [ %inc, %while.body ]
46 br i1 %tobool3, label %while.end, label %while.body
48 while.body: ; preds = %entry, %while.body
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_dce_test.cc42 // Returns whether the while instruction with name 'while_name' in
69 // Returns all of the while loops in 'computation'.
82 // Tests that a while with all outputs live is unmodified.
105 ROOT while = (s32[], s32[3]{0}) while(tuple.1), condition= in TEST_F()
113 "while", 0)); in TEST_F()
115 "while", 1)); in TEST_F()
118 // Tests a while loop with one unused output (which is used in the while loop
144 while = (s32[], f32[]) while(tuple.1), condition= in TEST_F()
146 ROOT get-tuple-element.4 = s32[] get-tuple-element(while), index=0 in TEST_F()
153 "while", 0)); in TEST_F()
[all …]
/aosp_15_r20/external/llvm/test/Transforms/LoopReroll/
H A Dptrindvar.ll7 br i1 %cmp.9, label %while.end, label %while.body.preheader
9 while.body.preheader:
10 br label %while.body
12 while.body:
13 ;CHECK-LABEL: while.body:
14 ;CHECK-NEXT: %indvar = phi i64 [ %indvar.next, %while.body ], [ 0, %while.body.preheader ]
15 ;CHECK-NEXT: %S.011 = phi i32 [ %add, %while.body ], [ undef, %while.body.preheader ]
21 ;CHECK-NEXT: br i1 %exitcond, label %while.end.loopexit, label %while.body
23 %S.011 = phi i32 [ %add2, %while.body ], [ undef, %while.body.preheader ]
24 %buf.addr.010 = phi i32* [ %add.ptr, %while.body ], [ %buf, %while.body.preheader ]
[all …]
H A Dcomplex_reroll.ll9 br label %while.body
11 while.body:
12 ;CHECK-LABEL: while.body:
13 ;CHECK-NEXT: %indvar = phi i32 [ %indvar.next, %while.body ], [ 0, %entry ]
14 …elementptr inbounds ([16 x i8], [16 x i8]* @aaa, i64 0, i64 0), %entry ], [ %add.ptr, %while.body ]
15 ;CHECK-NEXT: %sum44.020 = phi i64 [ 0, %entry ], [ %add, %while.body ]
22 ;CHECK-NEXT: br i1 %exitcond, label %while.end, label %while.body
24 %dec22 = phi i32 [ 4, %entry ], [ %dec, %while.body ]
25 …elementptr inbounds ([16 x i8], [16 x i8]* @aaa, i64 0, i64 0), %entry ], [ %add.ptr, %while.body ]
26 %sum44.020 = phi i64 [ 0, %entry ], [ %add9, %while.body ]
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dloop_analyze_tests.cpp71 * while (true) { in loop_builder()
139 * while (true) { in loop_builder_invert()
187 * while (true) { in TEST_F()
497 * while (true) {
507 * while (true) {
520 * while (true) {
530 * while (true) {
540 * while (true) {
550 * while (true) {
560 * while (true) {
[all …]
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DStrictMathPerfTest.java78 while (state.keepRunning()) { in timeAbsD()
86 while (state.keepRunning()) { in timeAbsF()
94 while (state.keepRunning()) { in timeAbsI()
102 while (state.keepRunning()) { in timeAbsL()
110 while (state.keepRunning()) { in timeAcos()
118 while (state.keepRunning()) { in timeAsin()
126 while (state.keepRunning()) { in timeAtan()
134 while (state.keepRunning()) { in timeAtan2()
142 while (state.keepRunning()) { in timeCbrt()
150 while (state.keepRunning()) { in timeCeilOverInterestingValues()
[all …]
H A DMathPerfTest.java52 while (state.keepRunning()) { in timeAbsD()
61 while (state.keepRunning()) { in timeAbsF()
70 while (state.keepRunning()) { in timeAbsI()
79 while (state.keepRunning()) { in timeAbsL()
88 while (state.keepRunning()) { in timeAcos()
97 while (state.keepRunning()) { in timeAsin()
106 while (state.keepRunning()) { in timeAtan()
115 while (state.keepRunning()) { in timeAtan2()
124 while (state.keepRunning()) { in timeCbrt()
133 while (state.keepRunning()) { in timeCeil()
[all …]
/aosp_15_r20/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-load-sse41.h22 } while(0)
30 } while(0)
38 } while(0)
46 } while(0)
54 } while(0)
62 } while(0)
70 } while(0)
78 } while(0)
86 } while(0)
94 } while(0)
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/X86/
H A Dragreedy-hoist-spill.ll63 br i1 %cmp293427, label %for.body.lr.ph, label %while.body.preheader
67 br label %while.body.preheader
69 while.body.preheader:
76 %ch2.0 = phi i32 [ 0, %while.body.preheader ], [ %ch.12.ch2.12, %do.body ]
77 %rep.0 = phi i32 [ 1, %while.body.preheader ], [ %rep.6, %do.body ]
112 br i1 undef, label %while.body200, label %while.end1465
114 while.body200:
115 %dec3386.in = phi i32 [ %dec3386, %while.cond197.backedge ], [ %rep.8, %do.end ]
116 %oldc.13384 = phi i32 [ %oldc.1.be, %while.cond197.backedge ], [ 0, %do.end ]
117 %ch.213379 = phi i32 [ %last.1.be, %while.cond197.backedge ], [ %..ch.19, %do.end ]
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/Hexagon/
H A Dopt-addr-mode.ll19 br i1 %tobool26, label %while.end, label %while.body.lr.ph
21 while.body.lr.ph: ; preds = %entry
25 br i1 %cmp3, label %while.body.us.preheader, label %while.body.preheader
27 while.body.preheader: ; preds = %while.body.lr.ph
28 br label %while.body
30 while.body.us.preheader: ; preds = %while.body.lr.ph
31 br label %while.body.us
33 while.body.us: ; preds = %while.body.us.preheader, %while.cond.b…
34 %call27.us = phi i32 [ %call.us, %while.cond.backedge.us ], [ %call24, %while.body.us.preheader ]
39 if.then.us: ; preds = %while.body.us
[all …]
/aosp_15_r20/external/llvm/test/Transforms/LoopStrengthReduce/AArch64/
H A Dlsr-memset.ll4 ; LSR on loop %while.cond should reassociate non-address mode
5 ; expressions at use %cmp16 to avoid sinking computation into %while.body18.
12 ; CHECK: %while.body18{{$}}
22 br i1 %cmp, label %done, label %while.cond.preheader
24 while.cond.preheader: ; preds = %entry
26 br label %while.cond
28 while.cond: ; preds = %while.body, %while.cond.preheader
29 %ptr.0 = phi i8* [ %incdec.ptr, %while.body ], [ %dest, %while.cond.preheader ]
30 %len.addr.0 = phi i64 [ %dec, %while.body ], [ %len, %while.cond.preheader ]
34 land.rhs: ; preds = %while.cond
[all …]

12345678910>>...1068