Home
last modified time | relevance | path

Searched refs:InstructionDataEquals (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dnodes_shared.h49 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
163 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function
217 bool InstructionDataEquals(const HInstruction* other_instr) const override { in InstructionDataEquals() function
Dnodes_vector.h125 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
283 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
286 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()
398 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
401 return HVecOperation::InstructionDataEquals(o) && GetReductionKind() == o->GetReductionKind(); in InstructionDataEquals()
579 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
582 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()
969 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
972 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()
1112 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
[all …]
Dnodes.h2365 virtual bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function
2944 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function
2978 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
3022 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
3058 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
3115 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
3312 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
3421 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
3501 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function
3577 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override { in InstructionDataEquals() function
[all …]
Dnodes.cc1727 if (!InstructionDataEquals(other)) return false; in Equals()
2814 bool HBoundType::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HBoundType
2973 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass
3016 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString