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

  /art/compiler/optimizing/
instruction_simplifier.cc 82 void VisitNeg(HNeg* instruction) OVERRIDE;
152 HNeg* left_neg = binop->GetLeft()->AsNeg();
153 HNeg* right_neg = binop->GetRight()->AsNeg();
175 HNeg* neg = new (GetGraph()->GetArena()) HNeg(binop->GetType(), binop);
357 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg();
    [all...]
graph_checker.h 65 void VisitNeg(HNeg* instruction) OVERRIDE;
pc_relative_fixups_x86.cc 123 void VisitNeg(HNeg* neg) OVERRIDE {
125 // We need to replace the HNeg with a HX86FPNeg in order to address the constant area.
induction_var_analysis_test.cc 265 new (&allocator_) HNeg(Primitive::kPrimInt, basic_[0]), 0);
437 new (&allocator_) HNeg(Primitive::kPrimInt, k), 0);
532 new (&allocator_) HNeg(Primitive::kPrimInt, k_body), 0);
instruction_builder.cc     [all...]
graph_checker.cc     [all...]
induction_var_range.cc 716 *result = Insert(block, new (graph->GetArena()) HNeg(type, opb));
    [all...]
nodes.h     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 63 milliseconds