Lines Matching full:instruction
9 #include "src/compiler/instruction.h"
35 // each instruction there are exactly two lifetime positions: the beginning and
36 // the end of the instruction. Lifetime positions for different instructions are
41 // the instruction with the given index.
49 // Returns the index of the instruction to which this lifetime position
56 // Returns true if this lifetime position corresponds to the instruction
60 // Returns the lifetime position for the start of the instruction which
67 // Returns the lifetime position for the end of the instruction which
74 // Returns the lifetime position for the beginning of the next instruction.
81 // instruction.
89 // instruction.
93 // instruction.
180 // intervals over the instruction ordering.
388 bool IsOutputRegisterOf(Instruction* instr, int index);
389 bool IsOutputDoubleRegisterOf(Instruction* instr, int index);
392 void MeetConstraintsBetween(Instruction* first, Instruction* second,
492 inline Instruction* InstructionAt(int index) {