Lines Matching refs:InstructionDataEquals
125 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
283 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
286 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()
398 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
401 return HVecOperation::InstructionDataEquals(o) && GetReductionKind() == o->GetReductionKind(); in InstructionDataEquals()
579 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
582 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()
969 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
972 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()
1112 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
1115 return HVecMemoryOperation::InstructionDataEquals(o) && IsStringCharAt() == o->IsStringCharAt(); in InstructionDataEquals()