Searched refs:InstructionDataEquals (Results 1 – 4 of 4) sorted by relevance
49 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function163 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function217 bool InstructionDataEquals(const HInstruction* other_instr) const override { in InstructionDataEquals() function
180 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function342 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function345 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()457 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function460 return HVecOperation::InstructionDataEquals(o) && GetReductionKind() == o->GetReductionKind(); in InstructionDataEquals()638 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function641 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()1028 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function1031 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()1171 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function[all …]
2421 virtual bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function3000 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function3034 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3078 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3114 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3171 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3368 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3477 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3557 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function3633 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function[all …]
1727 if (!InstructionDataEquals(other)) return false; in Equals()2814 bool HBoundType::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HBoundType2951 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass2972 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString