Home
last modified time | relevance | path

Searched refs:PSEUDO_BRANCH (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_opcodes.py49 PSEUDO_BRANCH = 16 variable in Format
120 elif self == Format.PSEUDO_BRANCH:
267 opcode("p_branch", format=Format.PSEUDO_BRANCH)
268 opcode("p_cbranch", format=Format.PSEUDO_BRANCH)
269 opcode("p_cbranch_z", format=Format.PSEUDO_BRANCH)
270 opcode("p_cbranch_nz", format=Format.PSEUDO_BRANCH)
1635 …if op.format in [Format.PSEUDO, Format.PSEUDO_BRANCH, Format.PSEUDO_BARRIER, Format.PSEUDO_REDUCTI…
Daco_dead_code_analysis.cpp82 if (instr->definitions.empty() || instr->format == Format::PSEUDO_BRANCH) in is_dead()
Daco_ssa_elimination.cpp99 assert((*it)->format == Format::PSEUDO_BRANCH); in insert_parallelcopies()
181 assert(branch->format == Format::PSEUDO_BRANCH); in try_remove_invert_block()
Daco_lower_to_cssa.cpp185 assert((*it)->format == Format::PSEUDO_BRANCH); in insert_parallelcopies()
Daco_opt_value_numbering.cpp113 case Format::PSEUDO_BRANCH: in operator ()()
291 case Format::PSEUDO_BRANCH: in operator ()()
Daco_lower_phis.cpp112 assert(block->instructions.back()->format == Format::PSEUDO_BRANCH); in insert_before_logical_end()
Daco_insert_exec_mask.cpp233 if (instr->format == Format::PSEUDO_BRANCH && ctx.branch_wqm[block->index]) { in get_block_needs()
942 assert(block->instructions.back()->format == Format::PSEUDO_BRANCH); in add_branch_code()
Daco_print_ir.cpp477 case Format::PSEUDO_BRANCH: { in print_instr_format_specific()
Daco_ir.h93 PSEUDO_BRANCH = 16, enumerator
Daco_instruction_selection.cpp9798 …eate_instruction<Pseudo_branch_instruction>(aco_opcode::p_cbranch_z, Format::PSEUDO_BRANCH, 1, 1)); in begin_divergent_if_then()
9839 …(create_instruction<Pseudo_branch_instruction>(aco_opcode::p_branch, Format::PSEUDO_BRANCH, 0, 1)); in begin_divergent_if_else()
9857 …(create_instruction<Pseudo_branch_instruction>(aco_opcode::p_branch, Format::PSEUDO_BRANCH, 0, 1)); in begin_divergent_if_else()
9868 …ate_instruction<Pseudo_branch_instruction>(aco_opcode::p_cbranch_nz, Format::PSEUDO_BRANCH, 1, 1)); in begin_divergent_if_else()
9899 …(create_instruction<Pseudo_branch_instruction>(aco_opcode::p_branch, Format::PSEUDO_BRANCH, 0, 1)); in end_divergent_if()
9919 …(create_instruction<Pseudo_branch_instruction>(aco_opcode::p_branch, Format::PSEUDO_BRANCH, 0, 1)); in end_divergent_if()
9958 …branch.reset(create_instruction<Pseudo_branch_instruction>(branch_opcode, Format::PSEUDO_BRANCH, 1… in begin_uniform_if_then()
9992 …(create_instruction<Pseudo_branch_instruction>(aco_opcode::p_branch, Format::PSEUDO_BRANCH, 0, 1)); in begin_uniform_if_else()
10021 …(create_instruction<Pseudo_branch_instruction>(aco_opcode::p_branch, Format::PSEUDO_BRANCH, 0, 1)); in end_uniform_if()
Daco_optimizer.cpp1080 else if (instr->format == Format::PSEUDO_BRANCH) { in label_instruction()
3091 if (instr->format == Format::PSEUDO_BRANCH && in select_instruction()
Daco_lower_to_hw_instr.cpp1941 } else if (instr->format == Format::PSEUDO_BRANCH) { in lower_to_hw_instr()