Searched defs:shl (Results 1 – 9 of 9) sorted by relevance
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
438 HShl* shl) { in ReplaceRotateWithRor()467 HShl* shl = left->IsShl() ? left->AsShl() : right->AsShl(); in TryReplaceWithRotate() local499 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() local1941 HShl* shl = new (allocator) HShl(type, in VisitMul() local1956 HShl* shl = new (allocator) HShl(type, in VisitMul() 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
6055 void LocationsBuilderARM64::VisitShl(HShl* shl) { in VisitShl()6059 void InstructionCodeGeneratorARM64::VisitShl(HShl* shl) { in VisitShl()
4675 void LocationsBuilderX86_64::VisitShl(HShl* shl) { in VisitShl()4679 void InstructionCodeGeneratorX86_64::VisitShl(HShl* shl) { in VisitShl()
5398 void LocationsBuilderARMVIXL::VisitShl(HShl* shl) { in VisitShl()5402 void InstructionCodeGeneratorARMVIXL::VisitShl(HShl* shl) { in VisitShl()
4862 void LocationsBuilderX86::VisitShl(HShl* shl) { in VisitShl()4866 void InstructionCodeGeneratorX86::VisitShl(HShl* shl) { in VisitShl()