Searched refs:isUndefined (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_waitcnt.cpp249 if (op.isConstant() || op.isUndefined())
273 bool has_sampler = instr->isMIMG() && !instr->operands[1].isUndefined() &&
598 if (!op.isConstant() && !op.isUndefined())
681 bool has_sampler = instr->isMIMG() && !instr->operands[1].isUndefined() &&
691 } else if (ctx.chip_class == GFX6 && instr->isMIMG() && !instr->operands[2].isUndefined()) {
H A Daco_lower_phis.cpp143 if (cur.isUndefined())
200 if (phi->operands[i].isUndefined())
316 if (phi->operands[i].isUndefined())
H A Daco_opt_value_numbering.cpp135 } else if (a->operands[i].isUndefined() ^ b->operands[i].isUndefined())
H A Daco_validate.cpp252 if (instr->operands[i].isUndefined()) {
287 check(literal.isUndefined() || (literal.size() == op.size() &&
369 check(num_sgprs + (literal.isUndefined() ? 0 : 1) <= const_bus_limit,
566 if (!instr->operands[2].isUndefined()) {
612 check(instr->operands[1].isUndefined(), "Flat instructions don't support SADDR",
H A Daco_assembler.cpp482 } else if (!instr->operands[2].isUndefined()) {
486 if (!instr->operands[1].isUndefined())
543 if (!instr->operands[1].isUndefined()) {
H A Daco_insert_exec_mask.cpp341 if (t.isUndefined())
354 if (exec_mask.isUndefined()) {
393 if (wqm.isUndefined()) {
671 if (block->kind & block_kind_merge && !ctx.info[idx].exec.back().first.isUndefined()) {
H A Daco_ssa_elimination.cpp64 if (phi->operands[i].isUndefined())
H A Daco_ir.h728 constexpr bool hasRegClass() const noexcept { return isTemp() || isUndefined(); }
762 constexpr bool isUndefined() const noexcept { return isUndef_; } function in class:aco::Operand
845 else if (isUndefined())
846 return other.isUndefined() && other.regClass() == regClass();
H A Daco_lower_to_cssa.cpp100 if (op.isUndefined())
H A Daco_optimizer_postRA.cpp127 if (op.isConstant() || op.isUndefined())
H A Daco_statistics.cpp311 if (op.isConstant() || op.isUndefined())
H A Daco_optimizer.cpp685 if (!literal32.isUndefined() && literal32.constantValue() != op.constantValue())
687 if (!literal64.isUndefined() && literal64.constantValue() != op.constantValue())
692 if (op.size() == 1 && literal32.isUndefined()) {
695 } else if (op.size() == 2 && literal64.isUndefined()) {
1340 } else if (vec_op.isUndefined()) {
1552 bool all_undef = instr->operands[0].isUndefined();
1554 if (!instr->operands[i].isUndefined())
3905 (current_literal.isUndefined() ||
H A Daco_insert_NOPs.cpp443 if (!op.isConstant() && !op.isUndefined() && op.regClass().type() == RegType::sgpr)
H A Daco_print_ir.cpp168 } else if (operand->isUndefined()) {
H A Daco_instruction_selection.cpp139 assert(mask.isUndefined() || mask.isTemp() || (mask.isFixed() && mask.physReg() == exec));
140 assert(mask.isUndefined() || mask.bytes() == bld.lm.bytes());
143 Operand mask_lo = mask.isUndefined() ? Operand::c32(-1u) : mask;
3979 if (m.isUndefined())
4416 if (m.isUndefined())
4569 /* offen */ !voffset_op.isUndefined(), /* swizzled */ swizzled,
4837 op = op.isUndefined() ? Operand::zero() : op;
7255 if (m.isUndefined())
7426 if (vaddr_offset.isUndefined())
7440 mtbuf->offen = !vaddr_offset.isUndefined();
[all...]
H A Daco_spill.cpp871 if (phi->operands[i].isUndefined())
H A Daco_lower_to_hw_instr.cpp1956 if (op.isUndefined()) {
H A Daco_register_allocation.cpp2589 !instr->operands[2].isUndefined()) {

Completed in 53 milliseconds