Searched refs:const_size (Results 1 – 10 of 10) sorted by relevance
8 %init = shape.const_size 1156 func.func @const_size() {157 // CHECK: %c1 = shape.const_size 1158 // CHECK: %c2 = shape.const_size 2160 %0 = shape.const_size 1161 %1 = shape.const_size 2162 %2 = shape.const_size 2207 %c0 = shape.const_size 0220 %c0 = shape.const_size 0314 %0 = shape.const_size 5[all …]
228 %e0 = shape.const_size 3229 %e1 = shape.const_size 5250 %cs = shape.const_size 123369 %c2 = shape.const_size 2382 %c3 = shape.const_size 3393 %c3 = shape.const_size 31100 %c2 = shape.const_size 21101 %c3 = shape.const_size 31113 %c2 = shape.const_size 21114 %c3 = shape.const_size 3[all …]
9 // CHECK: [[C1:%.*]] = shape.const_size 1
117 %c0 = shape.const_size 0
15 integer, parameter :: junit = 11, const_size = 13, const_int = 15 variable71 read(11, pos=ipos, size=const_size, end=9)
38 %c1 = shape.const_size 139 %c2 = shape.const_size 2101 %c1 = shape.const_size 1102 %c2 = shape.const_size 2140 %c1 = shape.const_size 1141 %c2 = shape.const_size 2
44 for (size_t c = 0; c < const_size(counts); ++c) in test_adjacent_find_by_type()
143 // Lower 'const_size` to `arith.constant`144 // CHECK-LABEL: @const_size145 func.func @const_size() -> index {147 %size = shape.const_size 42
137 def Shape_ConstSizeOp : Shape_Op<"const_size", [147 %x = shape.const_size 10
33 const_size(const T (&)[N]) noexcept in const_size() function