Searched refs:hasRegClass (Results 1 – 3 of 3) sorted by relevance
231 (instr->operands[i].hasRegClass() && in validate_ir()535 check(instr->operands[1].hasRegClass() && in validate_ir()550 check(instr->operands[0].hasRegClass() && in validate_ir()553 if (instr->operands[1].hasRegClass()) in validate_ir()570 check(instr->operands[i].hasRegClass() && in validate_ir()596 check(instr->operands[i].hasRegClass() && in validate_ir()610 check(instr->operands[1].hasRegClass() && in validate_ir()
728 constexpr bool hasRegClass() const noexcept { return isTemp() || isUndefined(); } in hasRegClass() function799 return hasRegClass() && regClass().type() == type; in isOfType()
672 if (op.hasRegClass() && op.regClass().type() == RegType::sgpr) { in check_vop3_operands()