Searched refs:ElseInstruction (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp70 ElseInstruction::ElseInstruction(IfInstruction *jump_src): function in class:r600::ElseInstruction
76 void ElseInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const
82 bool ElseInstruction::is_equal_to(const Instruction& lhs) const
86 auto& l = static_cast<const ElseInstruction&>(lhs);
90 void ElseInstruction::do_print(std::ostream& os) const
H A Dsfn_instructionvisitor.h12 class ElseInstruction;
40 virtual bool visit(ElseInstruction& i) = 0;
69 virtual bool visit(const ElseInstruction& i) = 0;
H A Dsfn_instruction_cf.h60 class ElseInstruction : public IfElseInstruction { class in namespace:r600
62 ElseInstruction(IfInstruction *jump_src);
H A Dsfn_shader_base.cpp502 ElseInstruction *ir = new ElseInstruction(if_instr);
H A Dsfn_ir_to_assembly.cpp58 bool visit(const ElseInstruction& i) override;
513 bool AssemblyFromShaderLegacyImpl::visit(UNUSED const ElseInstruction & else_instr)

Completed in 8 milliseconds