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

1 2

  /art/compiler/optimizing/
instruction_simplifier_shared.h 24 bool TryCombineMultiplyAccumulate(HMul* mul, InstructionSet isa);
instruction_simplifier_arm.cc 23 void InstructionSimplifierArmVisitor::VisitMul(HMul* instruction) {
instruction_simplifier_arm.h 38 void VisitMul(HMul* instruction) OVERRIDE;
instruction_simplifier_shared.cc 23 bool TrySimpleMultiplyAccumulatePatterns(HMul* mul,
88 bool TryCombineMultiplyAccumulate(HMul* mul, InstructionSet isa) {
126 // Be careful after GVN. This should not happen since the `HMul` has only
instruction_simplifier_arm64.h 74 void VisitMul(HMul* instruction) OVERRIDE;
constant_folding.cc 57 void VisitMul(HMul* instruction) OVERRIDE;
223 void InstructionWithAbsorbingInputSimplifier::VisitMul(HMul* instruction) {
instruction_simplifier_arm64.cc 205 void InstructionSimplifierArm64Visitor::VisitMul(HMul* instruction) {
pc_relative_fixups_x86.cc 52 void VisitMul(HMul* mul) OVERRIDE {
instruction_builder.cc     [all...]
induction_var_analysis_test.cc 261 new (&allocator_) HMul(Primitive::kPrimInt, constant100_, basic_[0]), 0);
433 new (&allocator_) HMul(Primitive::kPrimInt, k, constant100_), 0);
528 new (&allocator_) HMul(Primitive::kPrimInt, k_body, constant100_), 0);
instruction_simplifier.cc 81 void VisitMul(HMul* instruction) OVERRIDE;
    [all...]
nodes.h     [all...]
  /external/v8/test/mjsunit/
dehoisted-array-index.js 60 // Key is HMul(-i ==> i * (-1))
  /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...]
hydrogen.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.h     [all...]
lithium-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h     [all...]
lithium-s390.cc     [all...]
  /external/v8/src/
code-stubs-hydrogen.cc     [all...]

Completed in 2682 milliseconds

1 2