HomeSort by relevance Sort by last modified time
    Searched refs:HSub (Results 1 - 25 of 35) sorted by null

1 2

  /art/compiler/optimizing/
induction_var_analysis_test.cc 291 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0]), 0);
324 new (&allocator_) HSub(Primitive::kPrimInt, add, constant1_), 0);
474 new (&allocator_) HSub(Primitive::kPrimInt, k_header, constant1_), 0);
576 new (&allocator_) HSub(Primitive::kPrimInt, shl1, constant1_), 0);
615 new (&allocator_) HSub(Primitive::kPrimInt, k_header, constant1_), 0);
694 new (&allocator_) HSub(Primitive::kPrimInt, k_header, constant1_), 0);
729 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0]), 0);
758 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0], 0), 0);
785 new (&allocator_) HSub(Primitive::kPrimInt, k_header, constant100_), 0);
854 new (&allocator_) HSub(Primitive::kPrimInt, constant1_, k_header), 0)
    [all...]
constant_folding.cc 65 void VisitSub(HSub* instruction) OVERRIDE;
328 void InstructionWithAbsorbingInputSimplifier::VisitSub(HSub* instruction) {
instruction_simplifier.cc 97 void VisitSub(HSub* instruction) OVERRIDE;
289 static bool IsSubRegBitsMinusOther(HSub* sub, size_t reg_bits, HInstruction* other) {
    [all...]
pc_relative_fixups_x86.cc 48 void VisitSub(HSub* sub) OVERRIDE {
bounds_check_elimination_test.cc 258 HInstruction* sub1 = new (&allocator_) HSub(Primitive::kPrimInt, parameter2, constant_max_int);
259 HInstruction* sub2 = new (&allocator_) HSub(Primitive::kPrimInt, sub1, constant_max_int);
737 HInstruction* sub = new (allocator) HSub(Primitive::kPrimInt, array_length, phi);
    [all...]
instruction_builder.cc     [all...]
register_allocator_test.cc 754 *first_sub = new (allocator) HSub(Primitive::kPrimInt, parameter, constant1);
756 *second_sub = new (allocator) HSub(Primitive::kPrimInt, *first_sub, constant2);
    [all...]
induction_var_range.cc     [all...]
loop_optimization.cc 601 vtc = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, rem));
    [all...]
bounds_check_elimination.cc     [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-bce.cc 48 HSub* index = HSub::cast(check->index());
226 // index_raw can be HAdd(index_base, offset), HSub(index_base, offset),
hydrogen.cc     [all...]
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 358 HValue* max_key = AddUncasted<HSub>(new_length, graph()->GetConstant1());
654 HValue* elements_length = AddUncasted<HSub>(argc, graph()->GetConstant1());
663 HValue* index = AddUncasted<HSub>(key, graph()->GetConstant1());
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc     [all...]
lithium-arm.h     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc     [all...]
lithium-ppc.h     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc     [all...]
lithium-s390.h     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]

Completed in 4297 milliseconds

1 2