Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc264 HShl* shl) { in ReplaceRotateWithRor()
291 HShl* shl = left->IsShl() ? left->AsShl() : right->AsShl(); in TryReplaceWithRotate() local
323 HShl* shl) { in TryReplaceWithRotateConstantPattern()
353 HShl* shl) { in TryReplaceWithRotateRegisterNegPattern()
383 HShl* shl) { in TryReplaceWithRotateRegisterSubPattern()
1224 HShl* shl = new (allocator) HShl(type, input_other, shift); in VisitMul() local
1233 HShl* shl = new (allocator) HShl(type, in VisitMul() local
1247 HShl* shl = new (allocator) HShl(type, in VisitMul() local
Dinduction_var_analysis_test.cc262 HInstruction *shl = InsertInstruction( in TEST_F() local
434 HInstruction *shl = InsertInstruction( in TEST_F() local
529 HInstruction *shl = InsertInstruction( in TEST_F() local
Dcode_generator_mips64.cc3693 void LocationsBuilderMIPS64::VisitShl(HShl* shl) { in VisitShl()
3697 void InstructionCodeGeneratorMIPS64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_arm64.cc4504 void LocationsBuilderARM64::VisitShl(HShl* shl) { in VisitShl()
4508 void InstructionCodeGeneratorARM64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_mips.cc4558 void LocationsBuilderMIPS::VisitShl(HShl* shl) { in VisitShl()
4562 void InstructionCodeGeneratorMIPS::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_arm.cc3455 void LocationsBuilderARM::VisitShl(HShl* shl) { in VisitShl()
3459 void InstructionCodeGeneratorARM::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_x86_64.cc3860 void LocationsBuilderX86_64::VisitShl(HShl* shl) { in VisitShl()
3864 void InstructionCodeGeneratorX86_64::VisitShl(HShl* shl) { in VisitShl()
Dcode_generator_x86.cc3954 void LocationsBuilderX86::VisitShl(HShl* shl) { in VisitShl()
3958 void InstructionCodeGeneratorX86::VisitShl(HShl* shl) { in VisitShl()