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()
1004 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()
Dcode_generator_vector_arm64_sve.cc1066 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()
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_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_arm64_neon.cc1396 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()