Searched refs:LoopBreakInstruction (Results 1 – 4 of 4) sorted by relevance
160 LoopBreakInstruction::LoopBreakInstruction(): in LoopBreakInstruction() function in r600::LoopBreakInstruction165 void LoopBreakInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness()170 bool LoopBreakInstruction::is_equal_to(UNUSED const Instruction& lhs) const in is_equal_to()175 void LoopBreakInstruction::do_print(std::ostream& os) const in do_print()
94 class LoopBreakInstruction: public CFInstruction {96 LoopBreakInstruction();
62 bool emit_loop_break(const LoopBreakInstruction& instr);183 return emit_loop_break(static_cast<const LoopBreakInstruction&>(*i)); in emit()583 bool AssemblyFromShaderLegacyImpl::emit_loop_break(UNUSED const LoopBreakInstruction& instr) in emit_loop_break()
419 auto b = new LoopBreakInstruction(); in emit_jump_instruction()