Lines Matching defs:extraIndices
1105 ArrayRef<Value> extraIndices, ArrayRef<Value> extraOperands,
1147 // Prepend 'extraIndices' in 'newMapOperands'.
1148 for (Value extraIndex : extraIndices) {
1162 state.operands.reserve(newMapOperands.size() + extraIndices.size());
1187 ArrayRef<Value> extraIndices, AffineMap indexRemap,
1199 assert(indexRemap.getNumResults() + extraIndices.size() == newMemRefRank);
1201 assert(oldMemRefRank + extraIndices.size() == newMemRefRank);
1248 op, oldMemRef, newMemRef, memRefOperandPos, extraIndices, extraOperands,
1309 // Prepend 'extraIndices' in 'newMapOperands'.
1310 for (Value extraIndex : extraIndices) {
1332 state.operands.reserve(op->getNumOperands() + extraIndices.size());
1370 Value oldMemRef, Value newMemRef, ArrayRef<Value> extraIndices,
1384 assert(indexRemap.getNumResults() + extraIndices.size() == newMemRefRank);
1386 assert(oldMemRefRank + extraIndices.size() == newMemRefRank);
1449 oldMemRef, newMemRef, op, extraIndices, indexRemap, extraOperands,
1827 /*extraIndices=*/{},