Searched refs:isVALU (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp221 bool is_hazard = writemask != 0 && ((pred->isVALU() && Valu) || (pred->isVINTRP() && Vintrp) ||
398 } else if (instr->isVALU() || instr->isVINTRP()) {
502 } else if (instr->isVALU()) {
674 } else if (instr->isVALU()) {
694 } else if (instr->isVALU() && instr->opcode != aco_opcode::v_nop) {
701 if (!instr->isVALU() && instr->reads_exec()) {
703 } else if (instr->isVALU()) {
H A Daco_ir.cpp187 if (!instr->isVALU())
297 assert(instr->isVALU() && !instr->operands.empty());
530 if (instr->isVALU()) {
H A Daco_optimizer.cpp768 else if (instr->isVALU() || instr->isSALU())
965 if (instr->isSALU() || instr->isVALU() || instr->isPseudo()) {
1012 else if (instr->isVALU()) {
1238 if (instr->isVALU() || instr->isVINTRP()) {
3243 if (instr->isVALU()) {
3789 if (!instr->isSALU() && !instr->isVALU())
3810 if (instr->isVALU()) {
3855 else if (instr->isVALU() && instr->operands.size() >= 3)
3867 if (instr->isVALU() && op.isTemp() && op.getTemp().type() == RegType::sgpr &&
3896 unsigned const_bus_limit = instr->isVALU()
[all...]
H A Daco_validate.cpp274 if (instr->isSALU() || instr->isVALU()) {
296 if (instr->isVALU()) {
816 if (instr->isVALU()) {
H A Daco_optimizer_postRA.cpp389 if (!instr->isVALU() || instr->isDPP() || !can_use_DPP(instr, false))
H A Daco_register_allocation.cpp483 if (instr->isVALU()) {
517 if (instr->isVALU()) {
585 if (instr->isVALU() || instr->isVINTRP()) {
636 if (instr->isVALU()) {
H A Daco_ir.h1314 constexpr bool isVALU() const noexcept function in struct:aco::Instruction
H A Daco_lower_to_hw_instr.cpp2223 } else if (inst->isVALU()) {

Completed in 26 milliseconds