Searched refs:extract_map (Results 1 – 9 of 9) sorted by relevance
392 extract_map = {401 if val_type not in extract_map:406 return getattr(ptr.U, extract_map[val_type][0]), extract_map[val_type][1]
7 // CHECK-NEXT: %[[EXA:.*]] = vector.extract_map %{{.*}}[%[[ID]]] : vector<32xf32> to vector<1xf…8 // CHECK-NEXT: %[[EXB:.*]] = vector.extract_map %{{.*}}[%[[ID]]] : vector<32xf32> to vector<1xf…23 // CHECK-NEXT: %[[EXA:.*]] = vector.extract_map %{{.*}}[%[[ID]]] : vector<32xf32> to vector<1xf…25 // CHECK-NEXT: %[[EXB:.*]] = vector.extract_map %{{.*}}[%[[ID]]] : vector<32xf32> to vector<1xf…108 // CHECK-NEXT: %[[EXA:.*]] = vector.extract_map %{{.*}}[%[[ID0]], %[[ID1]]] : vector<64x4x32xf3…109 // CHECK-NEXT: %[[EXB:.*]] = vector.extract_map %{{.*}}[%[[ID0]], %[[ID1]]] : vector<64x4x32xf3…
1452 …// expected-error@+1 {{'vector.extract_map' op expected source and destination vectors of same ran…1453 %0 = vector.extract_map %v[%id] : vector<32xf32> to vector<2x1xf32>1459 …// expected-error@+1 {{'vector.extract_map' op source vector dimensions must be a multiple of dest…1460 %0 = vector.extract_map %v[%id] : vector<63xf32> to vector<2xf32>1466 …// expected-error@+1 {{'vector.extract_map' op expected number of ids must match the number of dim…1467 %0 = vector.extract_map %v[%id] : vector<2x32xf32> to vector<1x1xf32>
695 // CHECK: %[[V:.*]] = vector.extract_map %{{.*}}[%{{.*}}] : vector<32xf32> to vector<2xf32>696 %vd = vector.extract_map %v[%id0] : vector<32xf32> to vector<2xf32>697 …// CHECK: %[[V1:.*]] = vector.extract_map %{{.*}}[%{{.*}}, %{{.*}}] : vector<16x32xf32> to vector<…698 %vd2 = vector.extract_map %v2[%id0, %id1] : vector<16x32xf32> to vector<4x2xf32>
579 Vector_Op<"extract_map", [NoSideEffect]>,612 %1 = vector.extract_map %0[%idx0] : vector<4xi32> to vector<2xi32>614 %2 = vector.extract_map %0[%idx1] : vector<4xi32> to vector<2xi32>620 %ev = vector.extract_map %v[%id] : vector<32xf32> to vector<1xf32>621 %ev1 = vector.extract_map %v1[%id1, %id2] : vector<64x4x32xf32>790 This operations is meant to be used in combination with vector.extract_map.800 %1 = vector.extract_map %0[%idx0] : vector<4xi32> to vector<2xi32>802 %2 = vector.extract_map %0[%idx1] : vector<4xi32> to vector<2xi32>
94 isl::map PrevMap = UMap.extract_map(Map.get_space()); in underapproximatedAddMap()
618 return Schedule.extract_map(ResultSpace); in getScatterFor()
365 auto Deltas = Dep.extract_map(Space).deltas(); in containsOnlyMatMulDep()
1488 inline isl::map extract_map(const isl::space &space) const;2152 inline isl::map extract_map(const isl::space &space) const;4325 inline isl::map extract_map(isl::space space) const;8159 isl::map basic_map::extract_map(const isl::space &space) const in extract_map() function8161 return isl::map(*this).extract_map(space); in extract_map()10899 isl::map map::extract_map(const isl::space &space) const in extract_map() function10901 return isl::union_map(*this).extract_map(space); in extract_map()20526 isl::map union_map::extract_map(isl::space space) const in extract_map() function