Lines Matching defs:mapOperands
900 // Apply 'map' with 'mapOperands' returning resulting values in 'results'.
902 ValueRange mapOperands,
909 mapOperands);
1197 SmallVector<Value, 8> mapOperands;
1198 state.getScalarValueReplacementsFor(loadOp.getMapOperands(), mapOperands);
1206 for (auto op : mapOperands) {
1210 computeMemoryOpIndices(loadOp, loadOp.getAffineMap(), mapOperands, state,
1213 indices.append(mapOperands.begin(), mapOperands.end());
1248 SmallVector<Value, 8> mapOperands;
1249 state.getScalarValueReplacementsFor(storeOp.getMapOperands(), mapOperands);
1256 computeMemoryOpIndices(storeOp, storeOp.getAffineMap(), mapOperands, state,
1259 indices.append(mapOperands.begin(), mapOperands.end());