Home
last modified time | relevance | path

Searched refs:CreateVecUnOpLocations (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_arm_vixl.cc107 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()
Dcode_generator_vector_x86_64.cc167 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()
Dcode_generator_vector_x86.cc184 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()
Dcode_generator_vector_arm64_sve.cc190 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function
217 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce()
257 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv()
275 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg()
316 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs()
355 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
Dcode_generator_vector_arm64_neon.cc190 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { in CreateVecUnOpLocations() function
217 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce()
257 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv()
275 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg()
316 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs()
355 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()