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

1 2

  /art/compiler/optimizing/
induction_var_analysis_test.cc 259 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0]), 0);
292 new (&allocator_) HSub(Primitive::kPrimInt, add, constant1_), 0);
379 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0]), 0);
405 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0], 0), 0);
431 new (&allocator_) HSub(Primitive::kPrimInt, k, constant100_), 0);
495 new (&allocator_) HSub(Primitive::kPrimInt, constant1_, k), 0);
519 new (&allocator_) HSub(Primitive::kPrimInt, constant1_, k_header), 0);
526 new (&allocator_) HSub(Primitive::kPrimInt, k_body, constant100_), 0);
constant_folding.cc 62 void VisitSub(HSub* instruction) OVERRIDE;
301 void InstructionWithAbsorbingInputSimplifier::VisitSub(HSub* instruction) {
instruction_simplifier.cc 87 void VisitSub(HSub* instruction) OVERRIDE;
256 static bool IsSubRegBitsMinusOther(HSub* sub, size_t reg_bits, HInstruction* other) {
    [all...]
pc_relative_fixups_x86.cc 48 void VisitSub(HSub* sub) OVERRIDE {
instruction_builder.cc     [all...]
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);
739 HInstruction* sub = new (allocator) HSub(Primitive::kPrimInt, array_length, phi);
    [all...]
induction_var_range.cc 708 *result = Insert(block, new (graph->GetArena()) HSub(type, opa, opb));
    [all...]
register_allocator_test.cc 705 *first_sub = new (allocator) HSub(Primitive::kPrimInt, parameter, constant1);
707 *second_sub = new (allocator) HSub(Primitive::kPrimInt, *first_sub, constant2);
    [all...]
bounds_check_elimination.cc     [all...]
nodes.h     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.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-instructions.cc     [all...]
hydrogen.cc     [all...]
hydrogen-instructions.h     [all...]
  /external/v8/src/
code-stubs-hydrogen.cc     [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/arm64/
lithium-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc     [all...]

Completed in 536 milliseconds

1 2