Searched refs:CreateVecAccumLocations (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
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()
|
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()
|
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()
|
D | code_generator_vector_arm64_neon.cc | 1067 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function 1088 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate() 1136 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
|
D | code_generator_vector_arm64_sve.cc | 934 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function 955 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate()
|