Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_cf.cpp180 LoopContInstruction::LoopContInstruction(): in LoopContInstruction() function in r600::LoopContInstruction
185 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()
Dsfn_instruction_cf.h103 class LoopContInstruction: public CFInstruction {
105 LoopContInstruction();
Dsfn_ir_to_assembly.cpp63 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()
Dsfn_shader_base.cpp424 auto b = new LoopContInstruction(); in emit_jump_instruction()