Searched refs:InstructionDataEquals (Results 1 – 5 of 5) 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
125 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function283 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function286 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()398 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function401 return HVecOperation::InstructionDataEquals(o) && GetReductionKind() == o->GetReductionKind(); in InstructionDataEquals()579 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function582 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()969 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function972 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()1112 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function[all …]
106 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function
2349 virtual bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function2928 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function2962 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3006 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3042 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3099 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3296 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3405 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function3485 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function3561 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::HBoundType2973 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass3016 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString