Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_arm_vixl.cc251 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() function
271 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
301 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationAdd()
333 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecHalvingAdd()
373 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
403 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationSub()
435 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
465 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
473 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMin()
513 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMax()
[all …]
Dcode_generator_vector_x86_64.cc396 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() function
444 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
489 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationAdd()
521 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecHalvingAdd()
551 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
596 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationSub()
631 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
670 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
697 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMin()
746 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMax()
[all …]
Dcode_generator_vector_x86.cc413 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() function
461 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
506 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationAdd()
538 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecHalvingAdd()
568 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
613 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationSub()
648 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
687 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
714 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMin()
763 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMax()
[all …]
Dcode_generator_vector_arm64_sve.cc383 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() function
406 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
448 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationAdd()
480 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecHalvingAdd()
520 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
562 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationSub()
594 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
632 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
656 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMin()
704 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMax()
[all …]
Dcode_generator_vector_arm64_neon.cc383 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() function
406 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
448 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationAdd()
480 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecHalvingAdd()
520 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
562 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationSub()
594 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
632 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
656 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMin()
704 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMax()
[all …]