Searched refs:PSEUDO_BRANCH (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 110 case Format::PSEUDO_BRANCH: return hash_murmur_32<Pseudo_branch_instruction>(instr); in operator ()() 280 case Format::PSEUDO_BRANCH: in operator ()() 341 case Format::PSEUDO_BRANCH: in can_eliminate()
|
H A D | aco_optimizer_postRA.cpp | 223 if (instr->format != Format::PSEUDO_BRANCH || instr->operands.size() == 0 || in try_apply_branch_vcc() 351 } else if ((instr->format == Format::PSEUDO_BRANCH && instr->operands.size() == 1 && in try_optimize_scc_nocompare() 382 if (instr->format == Format::PSEUDO_BRANCH) in try_optimize_scc_nocompare()
|
H A D | aco_opcodes.py | 68 PSEUDO_BRANCH = 16 variable in Format 140 elif self == Format.PSEUDO_BRANCH: 286 opcode("p_branch", format=Format.PSEUDO_BRANCH) 287 opcode("p_cbranch", format=Format.PSEUDO_BRANCH) 288 opcode("p_cbranch_z", format=Format.PSEUDO_BRANCH) 289 opcode("p_cbranch_nz", format=Format.PSEUDO_BRANCH) 1693 if op.format in [Format.PSEUDO, Format.PSEUDO_BRANCH, Format.PSEUDO_BARRIER, Format.PSEUDO_REDUCTION]:
|
H A D | aco_ir.h | 92 PSEUDO_BRANCH = 16, member in aco::Format 1214 constexpr bool isBranch() const noexcept { return format == Format::PSEUDO_BRANCH; }
|
H A D | aco_print_ir.cpp | 460 case Format::PSEUDO_BRANCH: { in print_instr_format_specific()
|
H A D | aco_instruction_selection.cpp | 10554 Format::PSEUDO_BRANCH, 1, 1)); 10594 Format::PSEUDO_BRANCH, 0, 1)); 10612 Format::PSEUDO_BRANCH, 0, 1)); 10623 Format::PSEUDO_BRANCH, 0, 1)); 10654 Format::PSEUDO_BRANCH, 0, 1)); 10673 Format::PSEUDO_BRANCH, 0, 1)); 10711 create_instruction<Pseudo_branch_instruction>(branch_opcode, Format::PSEUDO_BRANCH, 1, 1)); 10745 Format::PSEUDO_BRANCH, 0, 1)); 10774 Format::PSEUDO_BRANCH, 0, 1));
|
Completed in 30 milliseconds