Home
last modified time | relevance | path

Searched refs:LoopBreakInstruction (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_cf.cpp160 LoopBreakInstruction::LoopBreakInstruction(): in LoopBreakInstruction() function in r600::LoopBreakInstruction
165 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()
Dsfn_instruction_cf.h94 class LoopBreakInstruction: public CFInstruction {
96 LoopBreakInstruction();
Dsfn_ir_to_assembly.cpp62 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()
Dsfn_shader_base.cpp419 auto b = new LoopBreakInstruction(); in emit_jump_instruction()