Searched refs:PSEUDO_BRANCH (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_opt_value_numbering.cpp | 107 case Format::PSEUDO_BRANCH: return hash_murmur_32<Pseudo_branch_instruction>(instr); 271 case Format::PSEUDO_BRANCH: 332 case Format::PSEUDO_BRANCH:
|
| H A D | aco_optimizer_postRA.cpp | 200 if (instr->format != Format::PSEUDO_BRANCH || instr->operands.size() == 0 || 328 } else if ((instr->format == Format::PSEUDO_BRANCH && instr->operands.size() == 1 && 359 if (instr->format == Format::PSEUDO_BRANCH)
|
| H A D | aco_opcodes.py | 68 PSEUDO_BRANCH = 16 variable in class: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_REDUCTION]:
|
| H A D | aco_print_ir.cpp | 456 case Format::PSEUDO_BRANCH: {
|
| H A D | aco_ir.h | 93 PSEUDO_BRANCH = 16, enumerator in enum:aco::Format 1196 constexpr bool isBranch() const noexcept { return format == Format::PSEUDO_BRANCH; }
|
| H A D | aco_instruction_selection.cpp | 10298 Format::PSEUDO_BRANCH, 1, 1)); 10339 Format::PSEUDO_BRANCH, 0, 1)); 10358 Format::PSEUDO_BRANCH, 0, 1)); 10370 Format::PSEUDO_BRANCH, 0, 1)); 10402 Format::PSEUDO_BRANCH, 0, 1)); 10422 Format::PSEUDO_BRANCH, 0, 1)); 10461 create_instruction<Pseudo_branch_instruction>(branch_opcode, Format::PSEUDO_BRANCH, 1, 1)); 10496 Format::PSEUDO_BRANCH, 0, 1)); 10526 Format::PSEUDO_BRANCH, 0, 1));
|
Completed in 33 milliseconds