Searched refs:CreateVecAccumLocations (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_vector_arm_vixl.cc | 789 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function 810 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate() 818 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
|
H A D | code_generator_vector_x86.cc | 1165 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function 1186 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate() 1195 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
|
H A D | code_generator_vector_x86_64.cc | 1138 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function 1159 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate() 1168 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
|
H A D | code_generator_vector_arm64_neon.cc | 1069 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function 1090 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate() 1138 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
|
H A D | code_generator_vector_arm64_sve.cc | 938 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function 959 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate()
|