Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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
Dinstruction_simplifier.cc438 HShl* shl) { in ReplaceRotateWithRor()
467 HShl* shl = left->IsShl() ? left->AsShl() : right->AsShl(); in TryReplaceWithRotate() local
499 HShl* shl) { in TryReplaceWithRotateConstantPattern()
529 HShl* shl) { in TryReplaceWithRotateRegisterNegPattern()
559 HShl* shl) { in TryReplaceWithRotateRegisterSubPattern()
1931 HShl* shl = new (allocator) HShl(type, input_other, shift); in VisitMul() local
1941 HShl* shl = new (allocator) HShl(type, in VisitMul() local
1956 HShl* shl = new (allocator) HShl(type, in VisitMul() local
Dinstruction_simplifier_arm.cc275 HInstruction* shl = instruction->GetRight()->InputAt(0); in VisitSub() local
Dinstruction_simplifier_arm64.cc246 HInstruction* shl = instruction->GetRight()->InputAt(0); in VisitSub() local
Dbounds_check_elimination.cc1031 auto is_needed_shl = [](HShl* shl) { in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1044 HShl* shl = add->GetRight()->AsShl(); in TryToAssignRangeIfOptimizedRemWithConstantDivisor() local
1061 HShl* shl = sub->GetLeft()->AsShl(); in TryToAssignRangeIfOptimizedRemWithConstantDivisor() local
Dcode_generator_arm64.cc6055 void LocationsBuilderARM64::VisitShl(HShl* shl) { in VisitShl()
6059 void InstructionCodeGeneratorARM64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_x86_64.cc4675 void LocationsBuilderX86_64::VisitShl(HShl* shl) { in VisitShl()
4679 void InstructionCodeGeneratorX86_64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_arm_vixl.cc5398 void LocationsBuilderARMVIXL::VisitShl(HShl* shl) { in VisitShl()
5402 void InstructionCodeGeneratorARMVIXL::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_x86.cc4862 void LocationsBuilderX86::VisitShl(HShl* shl) { in VisitShl()
4866 void InstructionCodeGeneratorX86::VisitShl(HShl* shl) { in VisitShl()