Searched refs:PSEUDO_BRANCH (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_opcodes.py | 49 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…
|
D | aco_dead_code_analysis.cpp | 82 if (instr->definitions.empty() || instr->format == Format::PSEUDO_BRANCH) in is_dead()
|
D | aco_ssa_elimination.cpp | 99 assert((*it)->format == Format::PSEUDO_BRANCH); in insert_parallelcopies() 181 assert(branch->format == Format::PSEUDO_BRANCH); in try_remove_invert_block()
|
D | aco_lower_to_cssa.cpp | 185 assert((*it)->format == Format::PSEUDO_BRANCH); in insert_parallelcopies()
|
D | aco_opt_value_numbering.cpp | 113 case Format::PSEUDO_BRANCH: in operator ()() 291 case Format::PSEUDO_BRANCH: in operator ()()
|
D | aco_lower_phis.cpp | 112 assert(block->instructions.back()->format == Format::PSEUDO_BRANCH); in insert_before_logical_end()
|
D | aco_print_ir.cpp | 477 case Format::PSEUDO_BRANCH: { in print_instr_format_specific()
|
D | aco_insert_exec_mask.cpp | 233 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()
|
D | aco_ir.h | 93 PSEUDO_BRANCH = 16, enumerator
|
D | aco_instruction_selection.cpp | 9798 …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()
|
D | aco_optimizer.cpp | 1080 else if (instr->format == Format::PSEUDO_BRANCH) { in label_instruction() 3091 if (instr->format == Format::PSEUDO_BRANCH && in select_instruction()
|
D | aco_lower_to_hw_instr.cpp | 1941 } else if (instr->format == Format::PSEUDO_BRANCH) { in lower_to_hw_instr()
|