Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc420 HShl* shl) { in ReplaceRotateWithRor()
449 HShl* shl = left->IsShl() ? left->AsShl() : right->AsShl(); in TryReplaceWithRotate() local
481 HShl* shl) { in TryReplaceWithRotateConstantPattern()
511 HShl* shl) { in TryReplaceWithRotateRegisterNegPattern()
541 HShl* shl) { in TryReplaceWithRotateRegisterSubPattern()
1839 HShl* shl = new (allocator) HShl(type, input_other, shift); in VisitMul() local
1849 HShl* shl = new (allocator) HShl(type, in VisitMul() local
1864 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
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.cc5841 void LocationsBuilderARM64::VisitShl(HShl* shl) { in VisitShl()
5845 void InstructionCodeGeneratorARM64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_x86_64.cc4588 void LocationsBuilderX86_64::VisitShl(HShl* shl) { in VisitShl()
4592 void InstructionCodeGeneratorX86_64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_x86.cc4676 void LocationsBuilderX86::VisitShl(HShl* shl) { in VisitShl()
4680 void InstructionCodeGeneratorX86::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_arm_vixl.cc5352 void LocationsBuilderARMVIXL::VisitShl(HShl* shl) { in VisitShl()
5356 void InstructionCodeGeneratorARMVIXL::VisitShl(HShl* shl) { in VisitShl()