Home
last modified time | relevance | path

Searched refs:CreateVecMemLocations (Results 1 – 5 of 5) 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()
1005 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
Dcode_generator_vector_arm64_sve.cc1062 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()
Dcode_generator_vector_x86_64.cc1212 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()
Dcode_generator_vector_x86.cc1239 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()
Dcode_generator_vector_arm64_neon.cc1394 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()