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

  /art/compiler/optimizing/
graph_checker.h 65 void VisitNeg(HNeg* instruction) OVERRIDE;
induction_var_analysis_test.cc 297 new (&allocator_) HNeg(Primitive::kPrimInt, basic_[0]), 0);
476 new (&allocator_) HNeg(Primitive::kPrimInt, sub), 0);
578 new (&allocator_) HNeg(Primitive::kPrimInt, sub), 0);
617 new (&allocator_) HNeg(Primitive::kPrimInt, sub), 0);
696 new (&allocator_) HNeg(Primitive::kPrimInt, sub), 0);
791 new (&allocator_) HNeg(Primitive::kPrimInt, k_header), 0);
795 new (&allocator_) HNeg(Primitive::kPrimInt, shl2), 0);
    [all...]
instruction_simplifier.cc 94 void VisitNeg(HNeg* instruction) OVERRIDE;
169 HNeg* left_neg = binop->GetLeft()->AsNeg();
170 HNeg* right_neg = binop->GetRight()->AsNeg();
192 HNeg* neg = new (GetGraph()->GetArena()) HNeg(binop->GetType(), binop);
406 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg();
    [all...]
pc_relative_fixups_x86.cc 132 void VisitNeg(HNeg* neg) OVERRIDE {
134 // We need to replace the HNeg with a HX86FPNeg in order to address the constant area.
graph_checker.cc     [all...]
instruction_builder.cc     [all...]
induction_var_range.cc     [all...]
loop_optimization.cc     [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 106 milliseconds