Searched refs:LoopContInstruction (Results 1 – 4 of 4) sorted by relevance
180 LoopContInstruction::LoopContInstruction(): in LoopContInstruction() function in r600::LoopContInstruction185 bool LoopContInstruction::is_equal_to(UNUSED const Instruction& lhs) const in is_equal_to()189 void LoopContInstruction::do_print(std::ostream& os) const in do_print()
103 class LoopContInstruction: public CFInstruction {105 LoopContInstruction();
63 bool emit_loop_continue(const LoopContInstruction& instr);185 return emit_loop_continue(static_cast<const LoopContInstruction&>(*i)); in emit()589 bool AssemblyFromShaderLegacyImpl::emit_loop_continue(UNUSED const LoopContInstruction &instr) in emit_loop_continue()
424 auto b = new LoopContInstruction(); in emit_jump_instruction()