Searched refs:CreateVecShiftLocations (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_vector_arm_vixl.cc | 634 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations() function 653 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShl() 683 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShr() 713 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecUShr()
|
H A D | code_generator_vector_arm64_sve.cc | 747 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations() function 767 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShl() 800 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShr() 833 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecUShr()
|
H A D | code_generator_vector_x86.cc | 976 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations() function 994 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShl() 1023 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShr() 1048 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecUShr()
|
H A D | code_generator_vector_x86_64.cc | 959 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations() function 977 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShl() 1006 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShr() 1031 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecUShr()
|
H A D | code_generator_vector_arm64_neon.cc | 874 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations() function 894 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShl() 928 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShr() 962 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecUShr()
|