Searched refs:InstructionDataEquals (Results 1 – 5 of 5) sorted by relevance
129 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function287 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function290 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()404 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function407 return HVecOperation::InstructionDataEquals(o) && GetKind() == o->GetKind(); in InstructionDataEquals()560 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function563 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()919 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function922 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()1002 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function[all …]
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
106 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
2272 virtual bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function2870 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function2904 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2948 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function2984 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function3041 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function3230 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function3344 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function3424 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function3500 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function[all …]
1685 if (!InstructionDataEquals(other)) return false; in Equals()2918 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass2961 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString