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

1 2

  /art/compiler/optimizing/
pc_relative_fixups_x86.cc 56 void VisitDiv(HDiv* div) OVERRIDE {
scheduler_arm64.cc 80 void SchedulingLatencyVisitorARM64::VisitDiv(HDiv* instr) {
scheduler_test.cc 112 HInstruction* div = new (&allocator_) HDiv(Primitive::kPrimInt, add1, div_check, 0);
code_generator_x86.h 217 void DivByPowerOfTwo(HDiv* instruction);
code_generator_x86_64.h 213 void DivByPowerOfTwo(HDiv* instruction);
scheduler_arm.cc 499 void SchedulingLatencyVisitorARM::VisitDiv(HDiv* instruction) {
instruction_builder.cc     [all...]
induction_var_range.cc     [all...]
register_allocator_test.cc 833 *div = new (allocator) HDiv(Primitive::kPrimInt, first, second, 0); // don't care about dex_pc.
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 1503 HDiv* hdiv = HDiv::cast(value()); local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h     [all...]
lithium-arm.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h     [all...]
lithium-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h     [all...]
lithium-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h     [all...]
lithium-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h     [all...]
lithium-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h     [all...]
lithium-s390.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h     [all...]
lithium-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h     [all...]

Completed in 399 milliseconds

1 2