Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_vector_arm_vixl.cc271 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()
554 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
[all …]
H A Dcode_generator_vector_x86.cc461 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()
815 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
[all …]
H A Dcode_generator_vector_x86_64.cc444 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()
798 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
[all …]
H A Dcode_generator_vector_arm64_neon.cc437 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
479 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationAdd()
511 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecHalvingAdd()
551 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
593 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationSub()
625 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
663 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
687 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMin()
735 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMax()
784 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
[all …]
H A Dcode_generator_vector_arm64_sve.cc412 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { in CreateVecBinOpLocations() function
435 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
494 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
543 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
582 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
630 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
675 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecOr()
711 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecXor()