HomeSort by relevance Sort by last modified time
    Searched refs:prev_instr (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
move-optimizer.cc 358 Instruction* prev_instr = code()->instructions()[first_instr_index]; local
359 RemoveClobberedDestinations(prev_instr);
363 // Migrate to the gap of prev_instr eligible moves from instr.
364 MigrateMoves(instr, prev_instr);
367 prev_instr = instr;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_schedule.c 866 uint64_t prev_instr = c->qpu_insts[c->qpu_inst_count - i]; local
867 uint32_t prev_sig = QPU_GET_FIELD(prev_instr, QPU_SIG);
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.c 889 nir_instr *prev_instr = nir_instr_prev(cursor.instr); local
890 if (prev_instr) {
892 cursor.instr = prev_instr;
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 761 LInstruction* prev_instr = NULL; local
763 if (i > start) prev_instr = InstructionAt(i - 1);
764 MeetConstraintsBetween(prev_instr, instr, i);
    [all...]
hydrogen.cc 9837 HInstruction* prev_instr = instr->previous(); local
    [all...]

Completed in 2506 milliseconds