Searched refs:LDSReadInstruction (Results 1 – 4 of 4) sorted by relevance
5 void LDSReadInstruction::do_print(std::ostream& os) const in do_print()15 LDSReadInstruction::LDSReadInstruction(std::vector<PValue>& address, std::vector<PValue>& value): in LDSReadInstruction() function in r600::LDSReadInstruction28 void LDSReadInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values()43 bool LDSReadInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()45 auto& other = static_cast<const LDSReadInstruction&>(lhs); in is_equal_to()
8 class LDSReadInstruction : public Instruction {10 LDSReadInstruction(std::vector<PValue>& value, std::vector<PValue>& address);
69 bool emit_ldsread(const LDSReadInstruction& instr);203 return emit_ldsread(static_cast<const LDSReadInstruction&>(*i)); in emit()950 bool AssemblyFromShaderLegacyImpl::emit_ldsread(const LDSReadInstruction& instr) in emit_ldsread()
553 emit_instruction(new LDSReadInstruction(address, dest_value)); in emit_load_local_shared()