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_neon.cc412 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() function
435 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
477 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationAdd()
509 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecHalvingAdd()
549 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
591 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationSub()
623 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
661 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
685 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMin()
733 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMax()
[all …]
Dcode_generator_vector_arm64_sve.cc408 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() function
431 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
490 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
539 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
578 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
626 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
671 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecOr()
707 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecXor()