Searched refs:CreateVecMemLocations (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_arm_vixl.cc | 872 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function 953 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad() 1005 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
|
D | code_generator_vector_arm64_sve.cc | 1062 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function 1091 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad() 1133 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
|
D | code_generator_vector_x86_64.cc | 1212 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function 1259 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad() 1322 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
|
D | code_generator_vector_x86.cc | 1239 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function 1286 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad() 1349 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
|
D | code_generator_vector_arm64_neon.cc | 1394 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function 1423 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad() 1483 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
|