Home | History | Annotate | Download | only in src

Lines Matching defs:hint

718                         LOperand* hint) {
732 range->AddUsePosition(position, unalloc_operand)->set_hint(hint);
740 LOperand* hint) {
745 range->AddUsePosition(position, unalloc_operand)->set_hint(hint);
914 LOperand* hint = to;
918 hint = LiveRangeFor(phi->id())->FirstHint();
933 Use(block_start_position, curr_position, from, hint);
1240 LOperand* hint = NULL;
1247 hint = move->move_operands()->at(j).source();
1252 ASSERT(hint != NULL);
1256 Define(block_start, phi_operand, hint);
1781 LOperand* hint = hinted_use->hint();
1782 if (hint->IsRegister() || hint->IsDoubleRegister()) {
1783 int register_index = hint->index();
1785 "Found reg hint %s (free until [%d) for live range %d (end %d[).\n",