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
189 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function351 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function354 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()466 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function469 return HVecOperation::InstructionDataEquals(o) && GetReductionKind() == o->GetReductionKind(); in InstructionDataEquals()647 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function650 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()1037 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function1040 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()1180 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function[all …]
2599 virtual bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function3273 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override {3307 bool InstructionDataEquals(const HInstruction* other) const override {3351 bool InstructionDataEquals(const HInstruction* other) const override {3387 bool InstructionDataEquals(const HInstruction* other) const override {3444 bool InstructionDataEquals(const HInstruction* other) const override {3641 bool InstructionDataEquals(const HInstruction* other) const override {3750 bool InstructionDataEquals(const HInstruction* other) const override {3830 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override {3906 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override {[all …]
1997 if (!InstructionDataEquals(other)) return false; in Equals()3224 bool HBoundType::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HBoundType3364 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass3385 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString