Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_opcodes.py68 PSEUDO_BRANCH = 16 variable in Format
138 elif self == Format.PSEUDO_BRANCH:
284 opcode("p_branch", format=Format.PSEUDO_BRANCH)
285 opcode("p_cbranch", format=Format.PSEUDO_BRANCH)
286 opcode("p_cbranch_z", format=Format.PSEUDO_BRANCH)
287 opcode("p_cbranch_nz", format=Format.PSEUDO_BRANCH)
1671 …if op.format in [Format.PSEUDO, Format.PSEUDO_BRANCH, Format.PSEUDO_BARRIER, Format.PSEUDO_REDUCTI…
Daco_optimizer_postRA.cpp200 if (instr->format != Format::PSEUDO_BRANCH || instr->operands.size() == 0 || in try_apply_branch_vcc()
328 } else if ((instr->format == Format::PSEUDO_BRANCH && instr->operands.size() == 1 && in try_optimize_scc_nocompare()
359 if (instr->format == Format::PSEUDO_BRANCH) in try_optimize_scc_nocompare()
Daco_opt_value_numbering.cpp107 case Format::PSEUDO_BRANCH: return hash_murmur_32<Pseudo_branch_instruction>(instr); in operator ()()
271 case Format::PSEUDO_BRANCH: in operator ()()
332 case Format::PSEUDO_BRANCH: in can_eliminate()
Daco_ir.h93 PSEUDO_BRANCH = 16, enumerator
1196 constexpr bool isBranch() const noexcept { return format == Format::PSEUDO_BRANCH; } in isBranch()
Daco_print_ir.cpp456 case Format::PSEUDO_BRANCH: { in print_instr_format_specific()
Daco_instruction_selection.cpp10302 Format::PSEUDO_BRANCH, 1, 1)); in begin_divergent_if_then()
10343 Format::PSEUDO_BRANCH, 0, 1)); in begin_divergent_if_else()
10362 Format::PSEUDO_BRANCH, 0, 1)); in begin_divergent_if_else()
10374 Format::PSEUDO_BRANCH, 0, 1)); in begin_divergent_if_else()
10406 Format::PSEUDO_BRANCH, 0, 1)); in end_divergent_if()
10426 Format::PSEUDO_BRANCH, 0, 1)); in end_divergent_if()
10465 create_instruction<Pseudo_branch_instruction>(branch_opcode, Format::PSEUDO_BRANCH, 1, 1)); in begin_uniform_if_then()
10500 Format::PSEUDO_BRANCH, 0, 1)); in begin_uniform_if_else()
10530 Format::PSEUDO_BRANCH, 0, 1)); in end_uniform_if()