Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector.h129 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
287 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
290 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()
404 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
407 return HVecOperation::InstructionDataEquals(o) && GetKind() == o->GetKind(); in InstructionDataEquals()
560 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
563 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()
919 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
922 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()
1002 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
[all …]
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_mips.h106 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
Dnodes.h2272 virtual bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function
2870 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
2904 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2948 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
2984 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
3041 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
3230 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
3344 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE { in InstructionDataEquals() function
3424 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
3500 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE { in InstructionDataEquals() function
[all …]
Dnodes.cc1685 if (!InstructionDataEquals(other)) return false; in Equals()
2918 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass
2961 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString