Lines Matching refs:get_space
86 isl::space RangeSpace = Map.get_space().range(); in beforeScatter()
104 isl::space RangeSpace = Map.get_space().range(); in afterScatter()
144 Result.get_space().has_equal_tuples(ExpectedSpace)); in singleton()
158 Result.get_space().has_equal_tuples(ExpectedSpace)); in singleton()
178 isl::space ScatterSpace = Schedule.get_space().set_from_params(); in getScatterSpace()
183 isl::map Result = isl::map::identity(Set.get_space().map_from_set()); in makeIdentityMap()
200 isl::space DomSpace = Map.get_space().domain().unwrap(); in reverseDomain()
221 isl::space Space = Set.get_space(); in shiftDim()
242 isl::space Space = Map.get_space(); in shiftDim()
448 isl::space Space = Map.get_space(); in distributeDomain()
524 isl::set RangeSet = Range.extract_set(Map.get_space().range()); in intersectRange()
529 auto MapSpace = Map.get_space(); in subtractParams()
535 isl::space SetSpace = Set.get_space(); in subtractParams()
710 isl::space ASpace = A.get_space(); in orderComparer()
711 isl::space BSpace = B.get_space(); in orderComparer()
827 isl::set Expanded = isl::set::empty(Set.get_space()); in expand()