Home | History | Annotate | Download | only in src

Lines Matching refs:instr

637     LInstruction* instr = InstructionAt(pos);
638 if (instr->HasPointerMap()) {
639 instr->pointer_map()->RecordPointer(operand);
695 HValue* instr = graph_->LookupValue(index);
696 if (instr != NULL && instr->IsPhi()) {
697 return HPhi::cast(instr);
778 LInstruction* instr = NULL;
780 if (i < end) instr = InstructionAt(i + 1);
782 MeetConstraintsBetween(prev_instr, instr, i);
875 LInstruction* instr = InstructionAt(index);
876 if (instr->HasPointerMap()) {
877 instr->pointer_map()->RecordPointer(input_copy);
940 LInstruction* instr = InstructionAt(index);
942 if (instr != NULL) {
943 LOperand* output = instr->Output();
949 if (instr->IsMarkedAsCall()) {
960 if (instr->IsMarkedAsCall() || instr->IsMarkedAsSaveDoubles()) {
971 for (UseIterator it(instr); it.HasNext(); it.Advance()) {
986 for (TempIterator it(instr); it.HasNext(); it.Advance()) {
988 if (instr->IsMarkedAsCall()) {
1603 void LAllocator::RecordDefinition(HInstruction* instr, LUnallocated* operand) {
1604 operand->set_virtual_register(instr->id());