Home
last modified time | relevance | path

Searched refs:CreateVecMemLocations (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_arm_vixl.cc872 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function
953 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad()
1004 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
Dcode_generator_vector_x86.cc1140 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function
1187 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad()
1250 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
Dcode_generator_vector_x86_64.cc1113 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function
1160 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad()
1223 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
Dcode_generator_vector_mips64.cc1284 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function
1345 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /* is_load= */ true); in VisitVecLoad()
1388 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /* is_load= */ false); in VisitVecStore()
Dcode_generator_vector_mips.cc1286 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function
1347 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /* is_load= */ true); in VisitVecLoad()
1390 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /* is_load= */ false); in VisitVecStore()
Dcode_generator_vector_arm64.cc1367 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function
1432 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad()
1490 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()