Lines Matching refs:is_register

116   assert(opr->is_register(), "should not call this otherwise");
142 assert(opr->is_register(), "should not call this otherwise");
544 if ((con == NULL || con->is_pinned()) && opr->is_register()) {
605 assert(opr->is_register(), "visitor should only return register operands");
652 assert(opr->is_register(), "visitor should only return register operands");
685 assert(opr->is_register(), "visitor should only return register operands");
870 if ((con == NULL || con->is_pinned()) && opr->is_register()) {
879 assert(opr->is_register(), "should not be called otherwise");
899 assert(opr->is_register(), "should not be called otherwise");
919 assert(opr->is_register(), "should not be called otherwise");
1033 } else if (move->in_opr()->is_register() && move->result_opr()->is_register()) {
1065 } else if (move->in_opr()->is_register() && move->result_opr()->is_register()) {
1083 assert(op->result_opr()->is_register(), "result must always be in a register");
1103 assert((op2->result_opr()->is_register() || op->code() == lir_cmp) && op2->in_opr1()->is_register(), "cannot mark second operand as stack if others are not in register");
1119 assert((op2->result_opr()->is_register() || op->code() == lir_cmp) && op2->in_opr1()->is_register(), "cannot mark second operand as stack if others are not in register");
1141 assert((op2->result_opr()->is_register() || op->code() == lir_cmp) && op2->in_opr1()->is_register(), "cannot mark second operand as stack if others are not in register");
1223 if (move_to->is_register() && move_from->is_register()) {
1240 if (move_to->is_register() && move_from->is_register()) {
1271 assert(opr->is_valid() && opr->is_register(), "FrameMap should not return invalid operands");
1285 assert(opr->is_valid() && opr->is_register(), "FrameMap should not return invalid operands");
1295 assert(opr->is_valid() && opr->is_register(), "FrameMap should not return invalid operands");
1365 assert(opr->is_register(), "visitor should only return register operands");
1372 assert(opr->is_register(), "visitor should only return register operands");
1380 assert(opr->is_register(), "visitor should only return register operands");
3413 assert(value->operand()->is_register() && value->operand()->is_virtual(), "value must have virtual operand");
3475 if (opr->is_register()) {
3627 if (opr->is_register() && LinearScan::is_processed_reg_num(reg_num(opr))) {
3673 if (opr->is_register() && LinearScan::is_processed_reg_num(reg_num(opr))) {
3688 if (opr->is_register() && LinearScan::is_processed_reg_num(reg_num(opr))) {
6590 if (in->is_register()) {
6591 if (res->is_register()) {
6601 if (res->is_register()) {
6607 assert(res->is_register(), "must be");