Searched refs:CreateVecUnOpLocations (Results 1 – 6 of 6) 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_x86.cc | 183 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 205 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 257 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 275 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 322 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 363 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
D | code_generator_vector_x86_64.cc | 166 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 188 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 240 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 258 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 305 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 346 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
D | code_generator_vector_mips64.cc | 145 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 177 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 232 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 251 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 298 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 345 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
D | code_generator_vector_mips.cc | 147 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 179 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 234 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 252 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 299 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 346 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|
D | code_generator_vector_arm64.cc | 192 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function 219 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce() 259 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv() 277 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg() 318 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs() 357 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
|