Searched refs:CreateVecUnOpLocations (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_arm_vixl.cc | 107 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 131 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 160 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 168 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 197 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 224 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
D | code_generator_vector_arm64_sve.cc | 213 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 240 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 278 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 298 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 336 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 372 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
D | code_generator_vector_x86_64.cc | 167 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 189 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 241 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 259 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 306 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 347 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
D | code_generator_vector_x86.cc | 184 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 206 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 258 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 276 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 323 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 364 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
D | code_generator_vector_arm64_neon.cc | 219 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 246 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 286 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 304 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 345 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 384 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|