Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_arm_vixl.cc789 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function
810 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate()
818 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
Dcode_generator_vector_x86_64.cc1138 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function
1159 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate()
1168 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
Dcode_generator_vector_x86.cc1165 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function
1186 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate()
1195 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
Dcode_generator_vector_arm64_sve.cc1038 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function
1059 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate()
1107 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
Dcode_generator_vector_arm64_neon.cc1038 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecAccumLocations() function
1059 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate()
1107 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()