Home
last modified time | relevance | path

Searched refs:CreateVecShiftLocations (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_arm_vixl.cc634 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()
Dcode_generator_vector_arm64_sve.cc743 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations() function
763 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShl()
796 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShr()
829 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecUShr()
Dcode_generator_vector_x86_64.cc959 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()
Dcode_generator_vector_x86.cc976 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()
Dcode_generator_vector_arm64_neon.cc872 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecShiftLocations() function
892 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShl()
926 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShr()
960 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecUShr()