Lines Matching defs:ids
76 /// n-D vector of ids for indexing and 1-D size + id for predicate generation.
94 SmallVector<Value> ids;
97 ids.push_back(
111 llvm::interleaveComma(ids, DBGS() << "--ids: ");
115 // Return n-D ids for indexing and 1-D size + id for predicate generation.
117 /*mappingIdOps=*/ids,
133 /// The 3-D id builder returns a 3-D vector of ids for indexing and 3-D sizes
134 /// + ids for predicate generation.
141 SmallVector<Value> ids{
146 SmallVector<Value> scaledIds = ids;
161 /*activeIdOps=*/ids};