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.h189 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
351 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
354 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment(); in InstructionDataEquals()
466 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
469 return HVecOperation::InstructionDataEquals(o) && GetReductionKind() == o->GetReductionKind(); in InstructionDataEquals()
647 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
650 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded(); in InstructionDataEquals()
1037 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
1040 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind(); in InstructionDataEquals()
1180 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals() function
[all …]
Dnodes.h2552 virtual bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionDataEquals() function
3190 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override {
3224 bool InstructionDataEquals(const HInstruction* other) const override {
3268 bool InstructionDataEquals(const HInstruction* other) const override {
3304 bool InstructionDataEquals(const HInstruction* other) const override {
3361 bool InstructionDataEquals(const HInstruction* other) const override {
3558 bool InstructionDataEquals(const HInstruction* other) const override {
3667 bool InstructionDataEquals(const HInstruction* other) const override {
3747 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override {
3823 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const override {
[all …]
Dnodes.cc1947 if (!InstructionDataEquals(other)) return false; in Equals()
3089 bool HBoundType::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HBoundType
3229 bool HLoadClass::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadClass
3250 bool HLoadString::InstructionDataEquals(const HInstruction* other) const { in InstructionDataEquals() function in art::HLoadString