Searched refs:CreateVecUnOpLocations (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A 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()
|
H A D | code_generator_vector_arm64_sve.cc | 217 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 244 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 282 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 302 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 340 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 376 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
H A 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()
|
H A 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()
|
H A D | code_generator_vector_arm64_neon.cc | 221 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 248 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 288 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 306 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 347 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 386 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|