Searched refs:merge (Results 1 - 12 of 12) sorted by relevance

/gem5/src/base/filters/
H A Dmulti_bloom_filter.hh58 void merge(const Base* other) override;
H A Dperfect_bloom_filter.hh55 void merge(const Base* other) override;
H A Dmulti_bloom_filter.cc57 Multi::merge(const Base* other) function in class:BloomFilter::Multi
62 filters[i]->merge(cast_other->filters[i]);
H A Dperfect_bloom_filter.cc53 Perfect::merge(const Base* other) function in class:BloomFilter::Perfect
H A Dbase.hh87 * @param other The other bloom filter to merge with.
90 merge(const Base* other) function in class:BloomFilter::Base
/gem5/src/arch/x86/insts/
H A Dstatic_inst.hh107 inline uint64_t merge(uint64_t into, uint64_t val, int size) const function in class:X86ISA::X86StaticInst
132 panic("Tried to merge with unrecognized size %d.\n", size);
/gem5/util/stats/
H A Dstats.py165 merge = int(args[0])
198 for t in range(0, len(runTicks)-(merge-1), merge):
200 for p in range(0,merge):
/gem5/src/arch/arm/
H A DArmSystem.py128 root.merge(node)
/gem5/ext/dsent/libutil/
H A DMap.h6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
73 void merge(const Map<T>* map_);
179 template<class T> void Map<T>::merge(const Map<T>* map_) function in class:LibUtil::Map
/gem5/src/python/m5/util/
H A Dfdthelper.py184 the same name already exists or merge if the name exists and is a node
201 item.merge(subnode)
244 properties.merge(subnodes)
/gem5/ext/mcpat/cacti/
H A DUcache.cc757 data_arr.merge(calc_array[t].data_arr, mem_array::lt);
759 tag_arr.merge(calc_array[t].tag_arr, mem_array::lt);
798 data_arr.merge(calc_array[t].data_arr, mem_array::lt);
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py623 def merge(self, node): member in class:FdtNode
628 raise Exception("Can only merge with a FdtNode")
638 self.subdata[index].merge(subnode)

Completed in 20 milliseconds