Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_cf.cpp94 IfElseEndInstruction::IfElseEndInstruction(): in IfElseEndInstruction() function in r600::IfElseEndInstruction
99 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()
Dsfn_instruction_cf.h66 class IfElseEndInstruction : public IfElseInstruction {
68 IfElseEndInstruction();
Dsfn_ir_to_assembly.cpp57 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()
Dsfn_shader_base.cpp530 IfElseEndInstruction *ir = new IfElseEndInstruction(); in emit_ifelse_end()