Home
last modified time | relevance | path

Searched refs:outermost (Results 1 – 25 of 4099) sorted by relevance

12345678910>>...164

/dports/cad/py-ezdxf/ezdxf-0.16.3/examples_dxf/
H A Dcreate_hatch_boundary_examples.py32 if outermost:
56 outermost=[external, outermost],
76 outermost=[outermost],
82 outermost=[outermost],
88 outermost=[outermost],
105 outermost=[outermost],
111 outermost=[outermost],
117 outermost=[outermost],
134 outermost=[outermost],
140 outermost=[outermost],
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopInterchange/
H A Dinnermost-latch-uses-values-in-middle-header.ll9 ;; doing interchange for the (new) middle loop and the outermost loop, because of
20 br label %outermost.header
22 outermost.header: ; preds = %outermost.latch, %entry
23 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
25 br i1 %tobool71.i, label %middle.header, label %outermost.latch
49 br i1 %tobool2.i, label %outermost.latch, label %middle.header
51 outermost.latch: ; preds = %middle.latch, %outermost.header
52 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
53 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
54 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
H A Douter-header-jump-to-inner-latch.ll124 ; CHECK: outermost.header:
155 ; CHECK: outermost.latch:
159 ; CHECK: outermost.exit:
164 br label %outermost.header
166 outermost.header: ; preds = %outermost.latch, %entry
167 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
193 br i1 %tobool2.i, label %outermost.latch, label %middle.header
196 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
197 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
198 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopInterchange/
H A Dinnermost-latch-uses-values-in-middle-header.ll9 ;; doing interchange for the (new) middle loop and the outermost loop, because of
20 br label %outermost.header
22 outermost.header: ; preds = %outermost.latch, %entry
23 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
25 br i1 %tobool71.i, label %middle.header, label %outermost.latch
49 br i1 %tobool2.i, label %outermost.latch, label %middle.header
51 outermost.latch: ; preds = %middle.latch, %outermost.header
52 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
53 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
54 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
H A Douter-header-jump-to-inner-latch.ll124 ; CHECK: outermost.header:
155 ; CHECK: outermost.latch:
159 ; CHECK: outermost.exit:
164 br label %outermost.header
166 outermost.header: ; preds = %outermost.latch, %entry
167 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
193 br i1 %tobool2.i, label %outermost.latch, label %middle.header
196 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
197 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
198 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/LoopInterchange/
H A Dinnermost-latch-uses-values-in-middle-header.ll9 ;; doing interchange for the (new) middle loop and the outermost loop, because of
20 br label %outermost.header
22 outermost.header: ; preds = %outermost.latch, %entry
23 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
25 br i1 %tobool71.i, label %middle.header, label %outermost.latch
49 br i1 %tobool2.i, label %outermost.latch, label %middle.header
51 outermost.latch: ; preds = %middle.latch, %outermost.header
52 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
53 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
54 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
H A Douter-header-jump-to-inner-latch.ll124 ; CHECK: outermost.header:
155 ; CHECK: outermost.latch:
159 ; CHECK: outermost.exit:
164 br label %outermost.header
166 outermost.header: ; preds = %outermost.latch, %entry
167 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
193 br i1 %tobool2.i, label %outermost.latch, label %middle.header
196 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
197 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
198 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/LoopInterchange/
H A Dinnermost-latch-uses-values-in-middle-header.ll9 ;; doing interchange for the (new) middle loop and the outermost loop, because of
20 br label %outermost.header
22 outermost.header: ; preds = %outermost.latch, %entry
23 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
25 br i1 %tobool71.i, label %middle.header, label %outermost.latch
49 br i1 %tobool2.i, label %outermost.latch, label %middle.header
51 outermost.latch: ; preds = %middle.latch, %outermost.header
52 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
53 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
54 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
H A Douter-header-jump-to-inner-latch.ll124 ; CHECK: outermost.header:
155 ; CHECK: outermost.latch:
159 ; CHECK: outermost.exit:
164 br label %outermost.header
166 outermost.header: ; preds = %outermost.latch, %entry
167 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
193 br i1 %tobool2.i, label %outermost.latch, label %middle.header
196 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
197 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
198 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopInterchange/
H A Dinnermost-latch-uses-values-in-middle-header.ll9 ;; doing interchange for the (new) middle loop and the outermost loop, because of
20 br label %outermost.header
22 outermost.header: ; preds = %outermost.latch, %entry
23 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
25 br i1 %tobool71.i, label %middle.header, label %outermost.latch
49 br i1 %tobool2.i, label %outermost.latch, label %middle.header
51 outermost.latch: ; preds = %middle.latch, %outermost.header
52 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
53 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
54 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
H A Douter-header-jump-to-inner-latch.ll124 ; CHECK: outermost.header:
155 ; CHECK: outermost.latch:
159 ; CHECK: outermost.exit:
164 br label %outermost.header
166 outermost.header: ; preds = %outermost.latch, %entry
167 %indvar.outermost = phi i32 [ 10, %entry ], [ %indvar.outermost.next, %outermost.latch ]
193 br i1 %tobool2.i, label %outermost.latch, label %middle.header
196 %indvar.outermost.next = add nsw i32 %indvar.outermost, -5
197 %tobool.i = icmp eq i32 %indvar.outermost.next, 0
198 br i1 %tobool.i, label %outermost.exit, label %outermost.header
[all …]
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/tests/unit_tests/
H A Dlibnapi_xml_test.sh118 local outermost="<tag>${data}</tag>"
119 local stripped=$(echo "$outermost" | xml_stripXmlTag)
124 outermost="<tag>${cdata}</tag>"
125 stripped=$(echo "$outermost" | xml_stripXmlTag)
129 outermost="<tag>${tags}</tag>"
130 stripped=$(echo "$outermost" | xml_stripXmlTag)
/dports/lang/php73/php-7.3.33/ext/json/tests/
H A Dpass003.phpt11 "The outermost value": "must be an object or array.",
44 "The outermost value": "must be an object or array.",
53 ["The outermost value"]=>
63 ["The outermost value"]=>
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
72 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
77 ["The outermost value"]=>
87 ["The outermost value"]=>
/dports/www/mod_php81/php-8.1.1/ext/json/tests/
H A Dpass003.phpt9 "The outermost value": "must be an object or array.",
42 "The outermost value": "must be an object or array.",
51 ["The outermost value"]=>
61 ["The outermost value"]=>
68 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
75 ["The outermost value"]=>
85 ["The outermost value"]=>
/dports/lang/php74/php-7.4.27/ext/json/tests/
H A Dpass003.phpt11 "The outermost value": "must be an object or array.",
44 "The outermost value": "must be an object or array.",
53 ["The outermost value"]=>
63 ["The outermost value"]=>
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
72 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
77 ["The outermost value"]=>
87 ["The outermost value"]=>
/dports/lang/php81/php-8.1.1/ext/json/tests/
H A Dpass003.phpt9 "The outermost value": "must be an object or array.",
42 "The outermost value": "must be an object or array.",
51 ["The outermost value"]=>
61 ["The outermost value"]=>
68 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
75 ["The outermost value"]=>
85 ["The outermost value"]=>
/dports/lang/php80/php-8.0.15/ext/json/tests/
H A Dpass003.phpt9 "The outermost value": "must be an object or array.",
42 "The outermost value": "must be an object or array.",
51 ["The outermost value"]=>
61 ["The outermost value"]=>
68 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
75 ["The outermost value"]=>
85 ["The outermost value"]=>
/dports/devel/php73-json/php-7.3.33/ext/json/tests/
H A Dpass003.phpt11 "The outermost value": "must be an object or array.",
44 "The outermost value": "must be an object or array.",
53 ["The outermost value"]=>
63 ["The outermost value"]=>
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
72 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
77 ["The outermost value"]=>
87 ["The outermost value"]=>
/dports/devel/php74-json/php-7.4.27/ext/json/tests/
H A Dpass003.phpt11 "The outermost value": "must be an object or array.",
44 "The outermost value": "must be an object or array.",
53 ["The outermost value"]=>
63 ["The outermost value"]=>
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
72 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
77 ["The outermost value"]=>
87 ["The outermost value"]=>
/dports/devel/pecl-jsond/jsond-1.4.0/tests/
H A Dpass003.phpt14 "The outermost value": "must be an object or array.",
47 "The outermost value": "must be an object or array.",
56 ["The outermost value"]=>
66 ["The outermost value"]=>
73 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
75 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
80 ["The outermost value"]=>
90 ["The outermost value"]=>
/dports/www/mod_php73/php-7.3.33/ext/json/tests/
H A Dpass003.phpt11 "The outermost value": "must be an object or array.",
44 "The outermost value": "must be an object or array.",
53 ["The outermost value"]=>
63 ["The outermost value"]=>
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
72 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
77 ["The outermost value"]=>
87 ["The outermost value"]=>
/dports/www/mod_php80/php-8.0.15/ext/json/tests/
H A Dpass003.phpt9 "The outermost value": "must be an object or array.",
42 "The outermost value": "must be an object or array.",
51 ["The outermost value"]=>
61 ["The outermost value"]=>
68 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
75 ["The outermost value"]=>
85 ["The outermost value"]=>
/dports/www/mod_php74/php-7.4.27/ext/json/tests/
H A Dpass003.phpt11 "The outermost value": "must be an object or array.",
44 "The outermost value": "must be an object or array.",
53 ["The outermost value"]=>
63 ["The outermost value"]=>
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
72 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
77 ["The outermost value"]=>
87 ["The outermost value"]=>
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/
H A D_signals.py80 outermost = False if terminator_stack else True
83 if outermost:
89 if outermost:
140 outermost = False if suspendable_stack else True
144 if outermost:
150 if outermost:
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dasync_copy_chain.cpp65 A.store_root().compute_at(A.in(), Var::outermost()).fold_storage(y, 2).async(); in main()
88 A.store_root().compute_at(A.in(), Var::outermost()).fold_storage(y, 2).async(); in main()
89 …A.in().store_root().compute_at(A.in().in(), Var::outermost()).fold_storage(y, 2).copy_to_host().as… in main()
113 A.store_root().compute_at(A.in(), Var::outermost()).fold_storage(y, 2).async(); in main()
114 …A.in().store_root().compute_at(A.in().in(), Var::outermost()).fold_storage(y, 2).copy_to_device().… in main()
135 A.store_root().compute_at(A.in(), Var::outermost()).fold_storage(y, 2).async(); in main()
136 … A.in().store_root().compute_at(A.in().in(), Var::outermost()).fold_storage(y, 2).async(); in main()
156 A.store_root().compute_at(A.in(), Var::outermost()).fold_storage(y, 2).async(); in main()
157 …A.in().store_root().compute_at(A.in().in(), Var::outermost()).fold_storage(y, 2).copy_to_device().… in main()

12345678910>>...164