HomeSort by relevance Sort by last modified time
    Searched refs:HShl (Results 1 - 24 of 24) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_arm64.h 76 void VisitShl(HShl* instruction) OVERRIDE;
instruction_simplifier.cc 46 bool ReplaceRotateWithRor(HBinaryOperation* op, HUShr* ushr, HShl* shl);
48 bool TryReplaceWithRotateConstantPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl);
49 bool TryReplaceWithRotateRegisterNegPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl);
50 bool TryReplaceWithRotateRegisterSubPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl);
85 void VisitShl(HShl* instruction) OVERRIDE;
264 HShl* shl) {
291 HShl* shl = left->IsShl() ? left->AsShl() : right->AsShl();
323 HShl* shl) {
353 HShl* shl) {
383 HShl* shl)
    [all...]
constant_folding.cc 60 void VisitShl(HShl* instruction) OVERRIDE;
293 void InstructionWithAbsorbingInputSimplifier::VisitShl(HShl* instruction) {
induction_var_analysis_test.cc 263 new (&allocator_) HShl(Primitive::kPrimInt, basic_[0], constant1_), 0);
435 new (&allocator_) HShl(Primitive::kPrimInt, k, constant1_), 0);
439 InsertInstruction(new (&allocator_) HShl(Primitive::kPrimInt, basic_[0], constant1_), 0));
530 new (&allocator_) HShl(Primitive::kPrimInt, k_body, constant1_), 0);
instruction_simplifier_arm64.cc 217 void InstructionSimplifierArm64Visitor::VisitShl(HShl* instruction) {
instruction_builder.cc     [all...]
nodes.h     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
hydrogen-instructions.cc     [all...]
hydrogen-instructions.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/x64/
lithium-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc     [all...]

Completed in 85 milliseconds