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() 1004 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
|
D | code_generator_vector_arm64_sve.cc | 1066 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function 1095 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad() 1137 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_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_arm64_neon.cc | 1396 static void CreateVecMemLocations(ArenaAllocator* allocator, in CreateVecMemLocations() function 1425 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad() 1485 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
|