Lines Matching refs:perm
126 SmallVector<unsigned, 4> perm(sz); in permute() local
128 perm[i] = inv[topSort[i]]; in permute()
129 return AffineMap::getPermutationMap(perm, context); in permute()
133 static unsigned perm(const SparseTensorEncodingAttr &enc, unsigned d) { in perm() function
200 AffineExpr a = map.getResult(perm(enc, d)); in findSparseAnnotations()
282 AffineExpr f = map.getResult(perm(enc, d - 1)); in computeIterationGraph()
283 AffineExpr t = map.getResult(perm(enc, d)); in computeIterationGraph()
510 AffineExpr a = map.getResult(perm(enc, d)); in genBuffers()
529 unsigned p = perm(enc, d); in genBuffers()
687 AffineExpr a = map.getResult(perm(enc, map.getNumResults() - 1)); in genIndex()
704 AffineExpr a = map.getResult(perm(enc, rank - 1)); in genSubscript()
711 AffineExpr a = map.getResult(perm(enc, d)); in genSubscript()
1005 AffineExpr a = map.getResult(perm(enc, d)); in genInvariants()