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

  /art/compiler/optimizing/
nodes_mips.h 106 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE {
nodes_shared.h 49 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
163 bool InstructionDataEquals(const HInstruction* other ATTRIBUTE_UNUSED) const OVERRIDE {
217 bool InstructionDataEquals(const HInstruction* other_instr) const OVERRIDE {
nodes_vector.h 129 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
287 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
290 return HVecOperation::InstructionDataEquals(o) && GetAlignment() == o->GetAlignment();
404 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
407 return HVecOperation::InstructionDataEquals(o) && GetKind() == o->GetKind();
560 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
563 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded();
919 bool InstructionDataEquals(const HInstruction* other) const OVERRIDE {
922 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind();
    [all...]
nodes.h     [all...]
nodes.cc     [all...]

Completed in 78 milliseconds