Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A 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()
H A Dcode_generator_vector_arm64_sve.cc217 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 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()
H A 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()
H A Dcode_generator_vector_arm64_neon.cc221 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()