Lines Matching refs:HInstruction
31 HInstruction* accumulator,
32 HInstruction* mul_left,
33 HInstruction* mul_right,
49 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals()
85 HInstruction* index, HInstruction* offset, HInstruction* shift, uint32_t dex_pc) in HIntermediateAddressIndex()
97 bool InstructionDataEquals([[maybe_unused]] const HInstruction* other) const override { in InstructionDataEquals()
102 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex()
103 HInstruction* GetOffset() const { return InputAt(1); } in GetOffset()
104 HInstruction* GetShift() const { return InputAt(2); } in GetShift()
131 HDataProcWithShifterOp(HInstruction* instr,
132 HInstruction* left,
133 HInstruction* right,
151 bool InstructionDataEquals(const HInstruction* other_instr) const override { in InstructionDataEquals()
167 static void GetOpInfoFromInstruction(HInstruction* bitfield_op,