HomeSort by relevance Sort by last modified time
    Searched refs:InstructionDataEquals (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
nodes_shared.h 46 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
139 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE {
181 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE {
234 bool InstructionDataEquals(const HInstruction* other_instr) const OVERRIDE {
nodes_vector.h 110 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
209 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
212 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment();
433 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
436 return HVecOperation::InstructionDataEquals(o) &&
543 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
546 return HVecOperation::InstructionDataEquals(o) && IsUnsigned() == o->IsUnsigned();
581 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
584 return HVecOperation::InstructionDataEquals(o) && IsUnsigned() == o->IsUnsigned();
821 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE
    [all...]
nodes.h     [all...]
nodes.cc     [all...]

Completed in 76 milliseconds