Home
last modified time | relevance | path

Searched refs:LDSWriteInstruction (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_lds.cpp91 LDSWriteInstruction::LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0): in LDSWriteInstruction() function in r600::LDSWriteInstruction
92 LDSWriteInstruction::LDSWriteInstruction(address, idx_offset, value0, PValue()) in LDSWriteInstruction()
97 LDSWriteInstruction::LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0, PValue… in LDSWriteInstruction() function in r600::LDSWriteInstruction
111 void LDSWriteInstruction::do_print(std::ostream& os) const in do_print()
119 void LDSWriteInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values()
133 bool LDSWriteInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
135 auto& other = static_cast<const LDSWriteInstruction&>(lhs); in is_equal_to()
Dsfn_instruction_lds.h46 class LDSWriteInstruction : public Instruction {
48 LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0);
49 LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0, PValue value1);
Dsfn_shader_vertex.cpp190 emit_instruction(new LDSWriteInstruction(address, 1, value)); in emit_store_local_shared()
193 emit_instruction(new LDSWriteInstruction(address, 1, value, value1)); in emit_store_local_shared()
Dsfn_ir_to_assembly.cpp68 bool emit_ldswrite(const LDSWriteInstruction& instr);
201 return emit_ldswrite(static_cast<const LDSWriteInstruction&>(*i)); in emit()
929 bool AssemblyFromShaderLegacyImpl::emit_ldswrite(const LDSWriteInstruction& instr) in emit_ldswrite()
Dsfn_shader_base.cpp612 emit_instruction(new LDSWriteInstruction(address, 0, value)); in emit_store_local_shared()
615 emit_instruction(new LDSWriteInstruction(address, 0, value, value1)); in emit_store_local_shared()