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

1 2

  /art/compiler/optimizing/
instruction_simplifier_arm.h 70 void VisitShr(HShr* instruction) OVERRIDE;
instruction_simplifier_arm64.h 73 void VisitShr(HShr* instruction) OVERRIDE;
instruction_simplifier_arm.cc 212 void InstructionSimplifierArmVisitor::VisitShr(HShr* instruction) {
instruction_simplifier_arm64.cc 181 void InstructionSimplifierArm64Visitor::VisitShr(HShr* instruction) {
constant_folding.cc 64 void VisitShr(HShr* instruction) OVERRIDE;
324 void InstructionWithAbsorbingInputSimplifier::VisitShr(HShr* instruction) {
scheduler_arm.cc 162 void SchedulingLatencyVisitorARM::VisitShr(HShr* instr) {
induction_var_analysis_test.cc 648 new (&allocator_) HShr(Primitive::kPrimInt, k_header, constant1_), 0);
668 new (&allocator_) HShr(Primitive::kPrimInt, k_header, constant1_), 0);
    [all...]
instruction_builder.cc     [all...]
instruction_simplifier.cc 98 void VisitShr(HShr* instruction) OVERRIDE;
    [all...]
bounds_check_elimination.cc     [all...]
loop_optimization.cc     [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]
hydrogen.cc     [all...]
hydrogen-instructions.h     [all...]
hydrogen.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc     [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...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc     [all...]

Completed in 1382 milliseconds

1 2