Lines Matching refs:trips
5658 llvm::SmallVector<mlir::Value> &trips = cmptData.trips; in genSliceIndices() local
5683 trips.push_back(lowerBound); in genSliceIndices()
5690 trips.push_back(upperBound); in genSliceIndices()
5691 trips.push_back(stride); in genSliceIndices()
5755 trips.push_back(undef); in genSliceIndices()
5756 trips.push_back(undef); in genSliceIndices()
5757 trips.push_back(undef); in genSliceIndices()
5771 trips.push_back(v); in genSliceIndices()
5773 trips.push_back(undef); in genSliceIndices()
5774 trips.push_back(undef); in genSliceIndices()
5812 trips.clear(); in genSliceIndices()
5931 loc, padSlice(components.trips, shape), components.suffixComponents, in genarr()
5934 slice = builder.createSlice(loc, extMemref, components.trips, in genarr()