Searched refs:setEntry (Results 1 - 11 of 11) sorted by relevance

/gem5/src/mem/cache/tags/indexing_policies/
H A Dbase.hh121 void setEntry(ReplaceableEntry* entry, const uint64_t index);
H A Dbase.cc81 BaseIndexingPolicy::setEntry(ReplaceableEntry* entry, const uint64_t index) function in class:BaseIndexingPolicy
/gem5/src/cpu/o3/
H A Drename_map.hh139 void setEntry(const RegId& arch_reg, PhysRegIdPtr phys_reg) function in class:SimpleRenameMap
310 void setEntry(const RegId& arch_reg, PhysRegIdPtr phys_reg) function in class:UnifiedRenameMap
315 return intMap.setEntry(arch_reg, phys_reg);
319 return floatMap.setEntry(arch_reg, phys_reg);
324 return vecMap.setEntry(arch_reg, phys_reg);
329 return vecElemMap.setEntry(arch_reg, phys_reg);
333 return predMap.setEntry(arch_reg, phys_reg);
337 return ccMap.setEntry(arch_reg, phys_reg);
348 panic("rename setEntry(): unknown reg class %s\n",
H A Dcpu.cc248 renameMap[tid].setEntry(RegId(IntRegClass, ridx), phys_reg);
249 commitRenameMap[tid].setEntry(RegId(IntRegClass, ridx), phys_reg);
254 renameMap[tid].setEntry(RegId(FloatRegClass, ridx), phys_reg);
255 commitRenameMap[tid].setEntry(
267 renameMap[tid].setEntry(rid, phys_reg);
268 commitRenameMap[tid].setEntry(rid, phys_reg);
277 renameMap[tid].setEntry(lrid, phys_elem);
278 commitRenameMap[tid].setEntry(lrid, phys_elem);
285 renameMap[tid].setEntry(RegId(VecPredRegClass, ridx), phys_reg);
286 commitRenameMap[tid].setEntry(
[all...]
H A Drename_map.cc190 setEntry(RegId(VecElemClass, vec_idx, idx), &(*phys_elem));
H A Drename_impl.hh992 renameMap[tid]->setEntry(hb_it->archReg, hb_it->prevPhysReg);
H A Dcommit_impl.hh1317 renameMap[tid]->setEntry(head_inst->flattenedDestRegIdx(i),
/gem5/src/mem/cache/tags/
H A Dbase_set_assoc.cc74 indexingPolicy->setEntry(blk, blk_index);
H A Dcompressed_tags.cc99 indexingPolicy->setEntry(superblock, superblock_index);
H A Dsector_tags.cc109 indexingPolicy->setEntry(sec_blk, sec_blk_index);
/gem5/src/mem/cache/prefetch/
H A Dassociative_set_impl.hh49 indexingPolicy->setEntry(entry, entry_idx);

Completed in 22 milliseconds