Searched refs:ValueMap (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_common.h37 ValueMap values;
H A Dnv50_ir_build_util.h135 typedef bimap<Location, Value *> ValueMap; typedef in class:nv50_ir::BuildUtil
146 inline bool exists(ValueMap&, unsigned int i, unsigned int c);
148 Value *load(ValueMap&, int i, int c, Value *ptr);
149 void store(ValueMap&, int i, int c, Value *ptr, Value *value);
150 Value *acquire(ValueMap&, int i, int c);
153 inline Value *lookup(ValueMap&, unsigned i, unsigned c);
154 inline Value *insert(ValueMap&, unsigned i, unsigned c, Value *v);
304 BuildUtil::DataArray::exists(ValueMap &m, unsigned int i, unsigned int c)
311 BuildUtil::DataArray::lookup(ValueMap &m, unsigned i, unsigned c)
313 ValueMap
[all...]
H A Dnv50_ir_build_util.cpp493 BuildUtil::DataArray::acquire(ValueMap &m, int i, int c)
507 BuildUtil::DataArray::load(ValueMap &m, int i, int c, Value *ptr)
525 BuildUtil::DataArray::store(ValueMap &m, int i, int c, Value *ptr, Value *value)
H A Dnv50_ir_from_tgsi.cpp4248 ValueMap::l_iterator it = s->values.l.find(v);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_common.h37 ValueMap values;
H A Dnv50_ir_build_util.h138 typedef bimap<Location, Value *> ValueMap; typedef in class:nv50_ir::BuildUtil
151 inline bool exists(ValueMap&, unsigned int i, unsigned int c);
153 Value *load(ValueMap&, int i, int c, Value *ptr);
154 void store(ValueMap&, int i, int c, Value *ptr, Value *value);
155 Value *acquire(ValueMap&, int i, int c);
158 inline Value *lookup(ValueMap&, unsigned i, unsigned c);
159 inline Value *insert(ValueMap&, unsigned i, unsigned c, Value *v);
316 BuildUtil::DataArray::exists(ValueMap &m, unsigned int i, unsigned int c)
323 BuildUtil::DataArray::lookup(ValueMap &m, unsigned i, unsigned c)
325 ValueMap
[all...]
H A Dnv50_ir_build_util.cpp523 BuildUtil::DataArray::acquire(ValueMap &m, int i, int c)
537 BuildUtil::DataArray::load(ValueMap &m, int i, int c, Value *ptr)
555 BuildUtil::DataArray::store(ValueMap &m, int i, int c, Value *ptr, Value *value)
H A Dnv50_ir_from_tgsi.cpp4281 ValueMap::l_iterator it = s->values.l.find(v);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_base.h49 class ValueMap;
55 ValueMap& values);
63 ValueMap& m_values;
H A Dsfn_instruction_export.h44 ValueMap& values);
103 ValueMap& values)override;
164 ValueMap& values) override;
H A Dsfn_valuepool.h41 class ValueMap { class in namespace:r600
151 ValueMap get_temp_registers() const;
H A Dsfn_instruction_export.cpp58 UNUSED ValueMap& values)
183 ValueMap& values)
320 ValueMap& values)
H A Dsfn_instruction_alu.h129 ValueMap &values);
H A Dsfn_nir.h70 ValueMap m_temp;
H A Dsfn_value_gpr.h37 class ValueMap;
139 void collect_registers(ValueMap& output) const;
H A Dsfn_instruction_base.cpp38 ValueMap& values):
H A Dsfn_instruction_alu.cpp129 ValueMap &values)
H A Dsfn_valuepool.cpp245 ValueMap ValuePool::get_temp_registers() const
247 ValueMap result;
H A Dsfn_value_gpr.cpp369 void GPRArray::collect_registers(ValueMap& output) const
H A Dsfn_shader_base.cpp169 UNUSED ValueMap& values)

Completed in 81 milliseconds