D | MLIRContext.cpp | 855 AffineMap AffineMap::getImpl(unsigned dimCount, unsigned symbolCount, in getImpl() argument 859 auto key = std::make_tuple(dimCount, symbolCount, results); in getImpl() 871 detail::AffineMapStorage{dimCount, symbolCount, results, context}; in getImpl() 880 AffineMap AffineMap::get(unsigned dimCount, unsigned symbolCount, in get() argument 882 return getImpl(dimCount, symbolCount, /*results=*/{}, context); in get() 885 AffineMap AffineMap::get(unsigned dimCount, unsigned symbolCount, in get() argument 887 return getImpl(dimCount, symbolCount, {result}, result.getContext()); in get() 890 AffineMap AffineMap::get(unsigned dimCount, unsigned symbolCount, in get() argument 892 return getImpl(dimCount, symbolCount, results, context); in get() 900 IntegerSet IntegerSet::get(unsigned dimCount, unsigned symbolCount, in get() argument [all …]
|