Searched refs:hasRegClass (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_validate.cpp231 (instr->operands[i].hasRegClass() &&
241 if (instr->operands[i].hasRegClass() &&
545 check(instr->operands[1].hasRegClass() &&
560 check(instr->operands[0].hasRegClass() &&
563 if (instr->operands[1].hasRegClass())
580 check(instr->operands[i].hasRegClass() &&
606 check(instr->operands[i].hasRegClass() &&
620 check(instr->operands[1].hasRegClass() &&
H A Daco_ir.h728 constexpr bool hasRegClass() const noexcept { return isTemp() || isUndefined(); } function in class:aco::Operand
799 return hasRegClass() && regClass().type() == type;
H A Daco_optimizer.cpp672 if (op.hasRegClass() && op.regClass().type() == RegType::sgpr) {

Completed in 13 milliseconds