Searched refs:StreamOutIntruction (Results 1 – 4 of 4) sorted by relevance
195 StreamOutIntruction::StreamOutIntruction(const GPRVector& value, int num_components, in StreamOutIntruction() function in r600::StreamOutIntruction209 unsigned StreamOutIntruction::op() const in op()221 bool StreamOutIntruction::is_equal_to(const Instruction& lhs) const in is_equal_to()224 const auto& oth = static_cast<const StreamOutIntruction&>(lhs); in is_equal_to()236 void StreamOutIntruction::do_print(std::ostream& os) const in do_print()
107 class StreamOutIntruction: public WriteoutInstruction {109 StreamOutIntruction(const GPRVector& value, int num_components,
362 StreamOutIntruction *out_stream = in emit_stream()363 new StreamOutIntruction(*so_gpr[i], in emit_stream()
51 bool emit_streamout(const StreamOutIntruction& instr);187 return emit_streamout(static_cast<const StreamOutIntruction&>(*i)); in emit()595 bool AssemblyFromShaderLegacyImpl::emit_streamout(const StreamOutIntruction& so_instr) in emit_streamout()