Searched defs:shl (Results 1 – 9 of 9) sorted by relevance
420 HShl* shl) { in ReplaceRotateWithRor()449 HShl* shl = left->IsShl() ? left->AsShl() : right->AsShl(); in TryReplaceWithRotate() local481 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() local1849 HShl* shl = new (allocator) HShl(type, in VisitMul() local1864 HShl* shl = new (allocator) HShl(type, in VisitMul() local
290 HInstruction* shl = InsertInstruction( in TEST_F() local475 HInstruction* shl = InsertInstruction( in TEST_F() local616 HInstruction* shl = InsertInstruction( in TEST_F() local695 HInstruction* shl = InsertInstruction( in TEST_F() local1020 HInstruction* shl = InsertInstruction( in TEST_F() local
275 HInstruction* shl = instruction->GetRight()->InputAt(0); in VisitSub() local
246 HInstruction* shl = instruction->GetRight()->InputAt(0); in VisitSub() local
1031 auto is_needed_shl = [](HShl* shl) { in TryToAssignRangeIfOptimizedRemWithConstantDivisor()1044 HShl* shl = add->GetRight()->AsShl(); in TryToAssignRangeIfOptimizedRemWithConstantDivisor() local1061 HShl* shl = sub->GetLeft()->AsShl(); in TryToAssignRangeIfOptimizedRemWithConstantDivisor() local
5841 void LocationsBuilderARM64::VisitShl(HShl* shl) { in VisitShl()5845 void InstructionCodeGeneratorARM64::VisitShl(HShl* shl) { in VisitShl()
4588 void LocationsBuilderX86_64::VisitShl(HShl* shl) { in VisitShl()4592 void InstructionCodeGeneratorX86_64::VisitShl(HShl* shl) { in VisitShl()
4676 void LocationsBuilderX86::VisitShl(HShl* shl) { in VisitShl()4680 void InstructionCodeGeneratorX86::VisitShl(HShl* shl) { in VisitShl()
5352 void LocationsBuilderARMVIXL::VisitShl(HShl* shl) { in VisitShl()5356 void InstructionCodeGeneratorARMVIXL::VisitShl(HShl* shl) { in VisitShl()