Lines Matching refs:isFixed
1165 assert(op.isFixed()); in get_reg_impl()
1837 if (instr->operands[idx].isFixed()) in operand_can_use_reg()
1846 (!instr->operands[!idx].isFixed() || instr->operands[!idx].physReg() != m0); in operand_can_use_reg()
1879 if (operand.isFixed()) { in get_reg_for_operand()
1922 if (definition.isKill() || definition.isFixed()) in get_regs_for_phis()
1930 { return op.isTemp() && (!op.isFixed() || op.physReg() == reg); }; in get_regs_for_phis()
1948 if (definition.isKill() || definition.isFixed()) in get_regs_for_phis()
1967 if (!op.isTemp() || !op.isFixed()) in get_regs_for_phis()
1989 if (definition.isFixed()) { in get_regs_for_phis()
2367 if (instr->definitions[0].isKill() || instr->definitions[0].isFixed()) in get_affinities()
2404 if (phi->definitions[0].isKill() || phi->definitions[0].isFixed()) in get_affinities()
2598 if (!definition.isFixed()) in register_allocation()
2638 if (definition->isFixed() || !definition->isTemp()) in register_allocation()
2671 if (!definition->isFixed()) { in register_allocation()
2690 definition->isFixed() && in register_allocation()