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

1 2

  /art/compiler/optimizing/
load_store_analysis_test.cc 202 HInstruction* sub0 = new (&allocator_) HSub(Primitive::kPrimInt, index, c0);
203 HInstruction* sub1 = new (&allocator_) HSub(Primitive::kPrimInt, index, c1);
204 HInstruction* sub_neg1 = new (&allocator_) HSub(Primitive::kPrimInt, index, c_neg1);
205 HInstruction* rev_sub1 = new (&allocator_) HSub(Primitive::kPrimInt, c1, index);
291 HInstruction* sub_0x80000000 = new (&allocator_) HSub(Primitive::kPrimInt, index, c_0x80000000);
299 HInstruction* sub_0xFFFFFFF0 = new (&allocator_) HSub(Primitive::kPrimInt, index, c_0xFFFFFFF0);
307 HInstruction* sub_0x80000001 = new (&allocator_) HSub(Primitive::kPrimInt, index, c_0x80000001);
315 HInstruction* sub_0 = new (&allocator_) HSub(Primitive::kPrimInt, index, c0);
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) {
scheduler_test.cc 223 HInstruction* sub0 = new (&allocator_) HSub(Primitive::kPrimInt, i, c0);
224 HInstruction* sub1 = new (&allocator_) HSub(Primitive::kPrimInt, i, c1);
instruction_simplifier.cc 99 void VisitSub(HSub* instruction) OVERRIDE;
304 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 690 diff = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, ptc));
696 vtc = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, rem));
    [all...]
scheduler_arm.cc 32 // HAdd and HSub long operations translate to ADDS+ADC or SUBS+SBC pairs,
52 void SchedulingLatencyVisitorARM::VisitSub(HSub* instr) {
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 49 HSub* index = HSub::cast(check->index());
227 // 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/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...]

Completed in 385 milliseconds

1 2