Lines Matching defs:entriesForID
299 DenseMap<StringAttr, DataLayoutEntryInterface> &entriesForID) {
330 if (!entriesForID.count(id)) {
331 entriesForID[id] = kvp.second;
338 entriesForID[id] =
340 entriesForID[id], kvp.second)
341 : DataLayoutDialectInterface::defaultCombine(entriesForID[id],
343 if (!entriesForID[id])
361 DenseMap<StringAttr, DataLayoutEntryInterface> entriesForID;
363 if (failed(combineOneSpec(spec, entriesForType, entriesForID)))
365 if (failed(combineOneSpec(*this, entriesForType, entriesForID)))
370 llvm::append_range(entries, llvm::make_second_range(entriesForID));