Searched refs:IfElseEndInstruction (Results 1 – 4 of 4) sorted by relevance
94 IfElseEndInstruction::IfElseEndInstruction(): in IfElseEndInstruction() function in r600::IfElseEndInstruction99 void IfElseEndInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness()104 bool IfElseEndInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()111 void IfElseEndInstruction::do_print(std::ostream& os) const in do_print()
66 class IfElseEndInstruction : public IfElseInstruction {68 IfElseEndInstruction();
57 bool emit_endif(const IfElseEndInstruction & endif_instr);177 return emit_endif(static_cast<const IfElseEndInstruction&>(*i)); in emit()531 bool AssemblyFromShaderLegacyImpl::emit_endif(UNUSED const IfElseEndInstruction & endif_instr) in emit_endif()
530 IfElseEndInstruction *ir = new IfElseEndInstruction(); in emit_ifelse_end()