Home | History | Annotate | Download | only in src

Lines Matching refs:instr

626     LInstruction* instr = InstructionAt(pos);
627 if (instr->HasPointerMap()) {
628 instr->pointer_map()->RecordPointer(operand, chunk()->zone());
687 HValue* instr = graph_->LookupValue(index);
688 if (instr != NULL && instr->IsPhi()) {
689 return HPhi::cast(instr);
773 LInstruction* instr = NULL;
775 if (i < end) instr = InstructionAt(i + 1);
777 MeetConstraintsBetween(prev_instr, instr, i);
880 LInstruction* instr = InstructionAt(index);
881 if (instr->HasPointerMap()) {
882 instr->pointer_map()->RecordPointer(input_copy, chunk()->zone());
946 LInstruction* instr = InstructionAt(index);
948 if (instr != NULL) {
949 LOperand* output = instr->Output();
957 if (instr->ClobbersRegisters()) {
969 if (instr->ClobbersDoubleRegisters(isolate())) {
981 for (UseIterator it(instr); !it.Done(); it.Advance()) {
998 for (TempIterator it(instr); !it.Done(); it.Advance()) {
1000 if (instr->ClobbersTemps()) {