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

  /art/compiler/optimizing/
instruction_simplifier.cc 57 void VisitNeg(HNeg* instruction) OVERRIDE;
111 HNeg* left_neg = binop->GetLeft()->AsNeg();
112 HNeg* right_neg = binop->GetRight()->AsNeg();
128 HNeg* neg = new (GetGraph()->GetArena()) HNeg(binop->GetType(), binop);
338 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg();
405 instruction, new (GetGraph()->GetArena()) HNeg(type, input_other));
465 HNeg* neg = new (allocator) HNeg(type, input_other);
509 void InstructionSimplifierVisitor::VisitNeg(HNeg* instruction)
    [all...]
builder.cc     [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 148 milliseconds