Home
last modified time | relevance | path

Searched defs:shl (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc417 HShl* shl) { in ReplaceRotateWithRor()
446 HShl* shl = left->IsShl() ? left->AsShl() : right->AsShl(); in TryReplaceWithRotate() local
478 HShl* shl) { in TryReplaceWithRotateConstantPattern()
508 HShl* shl) { in TryReplaceWithRotateRegisterNegPattern()
538 HShl* shl) { in TryReplaceWithRotateRegisterSubPattern()
1737 HShl* shl = new (allocator) HShl(type, input_other, shift); in VisitMul() local
1747 HShl* shl = new (allocator) HShl(type, in VisitMul() local
1762 HShl* shl = new (allocator) HShl(type, in VisitMul() local
Dinduction_var_analysis_test.cc290 HInstruction* shl = InsertInstruction( in TEST_F() local
475 HInstruction* shl = InsertInstruction( in TEST_F() local
616 HInstruction* shl = InsertInstruction( in TEST_F() local
695 HInstruction* shl = InsertInstruction( in TEST_F() local
1020 HInstruction* shl = InsertInstruction( in TEST_F() local
Dcode_generator_arm64.cc5508 void LocationsBuilderARM64::VisitShl(HShl* shl) { in VisitShl()
5512 void InstructionCodeGeneratorARM64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_x86_64.cc4005 void LocationsBuilderX86_64::VisitShl(HShl* shl) { in VisitShl()
4009 void InstructionCodeGeneratorX86_64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_x86.cc4159 void LocationsBuilderX86::VisitShl(HShl* shl) { in VisitShl()
4163 void InstructionCodeGeneratorX86::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_mips64.cc6711 void LocationsBuilderMIPS64::VisitShl(HShl* shl) { in VisitShl()
6715 void InstructionCodeGeneratorMIPS64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_arm_vixl.cc5090 void LocationsBuilderARMVIXL::VisitShl(HShl* shl) { in VisitShl()
5094 void InstructionCodeGeneratorARMVIXL::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_mips.cc8825 void LocationsBuilderMIPS::VisitShl(HShl* shl) { in VisitShl()
8829 void InstructionCodeGeneratorMIPS::VisitShl(HShl* shl) { in VisitShl()