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

1 2

  /art/compiler/optimizing/
instruction_simplifier_shared.h 51 bool TryCombineMultiplyAccumulate(HMul* mul, InstructionSet isa);
instruction_simplifier_arm.h 67 void VisitMul(HMul* instruction) OVERRIDE;
instruction_simplifier_arm64.h 70 void VisitMul(HMul* instruction) OVERRIDE;
induction_var_analysis_test.cc 293 new (&allocator_) HMul(Primitive::kPrimInt, constant100_, basic_[0]), 0);
441 new (&allocator_) HMul(Primitive::kPrimInt, basic_[0], constant2_), 0);
478 new (&allocator_) HMul(Primitive::kPrimInt, k_header, constant2_), 0);
545 new (&allocator_) HMul(Primitive::kPrimInt, k_header, constant100_), 0);
580 new (&allocator_) HMul(Primitive::kPrimInt, shl1, constant2_), 0);
619 new (&allocator_) HMul(Primitive::kPrimInt, k_header, constant2_), 0);
698 new (&allocator_) HMul(Primitive::kPrimInt, k_header, constant2_), 0);
787 new (&allocator_) HMul(Primitive::kPrimInt, k_header, constant100_), 0);
    [all...]
instruction_simplifier_arm.cc 194 void InstructionSimplifierArmVisitor::VisitMul(HMul* instruction) {
instruction_simplifier_arm64.cc 163 void InstructionSimplifierArm64Visitor::VisitMul(HMul* instruction) {
constant_folding.cc 60 void VisitMul(HMul* instruction) OVERRIDE;
250 void InstructionWithAbsorbingInputSimplifier::VisitMul(HMul* instruction) {
instruction_simplifier_shared.cc 25 bool TrySimpleMultiplyAccumulatePatterns(HMul* mul,
90 bool TryCombineMultiplyAccumulate(HMul* mul, InstructionSet isa) {
128 // Be careful after GVN. This should not happen since the `HMul` has only
pc_relative_fixups_x86.cc 52 void VisitMul(HMul* mul) OVERRIDE {
scheduler_arm64.cc 133 void SchedulingLatencyVisitorARM64::VisitMul(HMul* instr) {
instruction_builder.cc     [all...]
scheduler_test.cc 110 HInstruction* mul = new (&allocator_) HMul(Primitive::kPrimInt, add1, add2);
induction_var_range.cc     [all...]
scheduler_arm.cc 56 void SchedulingLatencyVisitorARM::VisitMul(HMul* instr) {
instruction_simplifier.cc 93 void VisitMul(HMul* instruction) OVERRIDE;
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc     [all...]
lithium-arm.h     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [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.h     [all...]
lithium-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h     [all...]
lithium-s390.cc     [all...]

Completed in 942 milliseconds

1 2