Lines Matching refs:InstructionDataEquals
189 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
351 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
354 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()
466 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
469 return HVecOperation::InstructionDataEquals(o) && GetReductionKind() == o->GetReductionKind(); in InstructionDataEquals()
647 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
650 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()
1037 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
1040 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()
1180 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
1183 return HVecMemoryOperation::InstructionDataEquals(o) && IsStringCharAt() == o->IsStringCharAt(); in InstructionDataEquals()