Home
last modified time | relevance | path

Searched refs:regmap (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/registers/
H A Dregdb.py234 old_register_mappings.sort(key=lambda regmap: regmap.map.at)
237 for regmap in old_register_mappings:
238 addr = (regmap.map.to, regmap.map.at)
239 chips = set(getattr(regmap, 'chips', ['undef']))
240 type_ref = getattr(regmap, 'type_ref', None)
246 if other.name != regmap.name:
273 other.name, regmap.name))
275 addrmappings.append(regmap)
[all...]
H A Dcanonicalize.py51 for regmap in regdb.register_mappings():
52 buckets[RE_number.sub('0', regmap.name)].append(regmap)
59 regmap.type_ref for regmap in bucket if hasattr(regmap, 'type_ref')
63 for regmap in bucket:
64 if not hasattr(regmap, 'type_ref'):
65 print('Deducing {0} -> {1}'.format(regmap.name, regtypename), file=sys.stderr)
66 regmap
[all...]
H A Dmakeregheader.py136 # The following contain: Object(address, chips, name, regmap/field/enumentry)
144 for regmap in regdb.register_mappings():
145 type_ref = getattr(regmap, 'type_ref', None)
147 address=regmap.map.at,
148 chips=set(regmap.chips),
149 name=regmap.name,
150 regmap=regmap,
154 basename = re.sub(r'[0-9]+', '', regmap.name)
156 if type_ref is not None and regtype_emit[key].isdisjoint(regmap
[all...]
/third_party/mesa3d/src/amd/common/
H A Dsid_tables.py290 for regmap in regdb.register_mappings():
291 for chip in regmap.chips:
292 regmaps_by_chip[chip].append(regmap)
299 regmaps.sort(key=lambda regmap: (regmap.map.to, regmap.map.at))
303 for regmap in regmaps:
304 if hasattr(regmap, 'type_ref'):
305 if not regmap.type_ref in regtypes:
306 regtype = regdb.register_type(regmap
[all...]
/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dregulator_linux_current_virtual_driver.c16 #include <linux/regmap.h>
27 struct regmap *regmap; member
H A Dregulator_linux_voltage_virtual_driver.c16 #include <linux/regmap.h>
27 struct regmap *regmap; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp819 regmap.clear(); in init_regmap()
842 regmap[r] = v; in init_regmap()
1126 regmap = prev_regmap; in emit_index_registers()
1163 prev_regmap = regmap; in schedule_alu()
1175 regmap = prev_regmap; in schedule_alu()
1190 regmap = prev_regmap; in schedule_alu()
1341 regmap = prev_regmap; in emit_load_ar()
1365 rv_map::iterator F = regmap.find(gpr); in unmap_dst_val()
1367 if (F != regmap.end()) in unmap_dst_val()
1374 sblog << " regmap contain in unmap_dst_val()
[all...]
H A Dsb_sched.h263 rv_map regmap, prev_regmap; member in r600_sb::post_scheduler
272 live(), ucm(), alu(sh), regmap(), cleared_interf() {} in post_scheduler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1656 DenseMap<unsigned, unsigned> &regmap = VRegMapping[RC]; in setAndEmitFunctionVirtualRegisters() local
1657 int n = regmap.size(); in setAndEmitFunctionVirtualRegisters()
1658 regmap.insert(std::make_pair(vr, n + 1)); in setAndEmitFunctionVirtualRegisters()
1675 DenseMap<unsigned, unsigned> &regmap = VRegMapping[RC]; in setAndEmitFunctionVirtualRegisters() local
1678 int n = regmap.size(); in setAndEmitFunctionVirtualRegisters()

Completed in 9 milliseconds