Home
last modified time | relevance | path

Searched refs:CreateVecTerOpLocations (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc418 static void CreateVecTerOpLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecTerOpLocations() function
442 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
549 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
629 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
668 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
796 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
837 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAndNot()
878 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecOr()
919 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecXor()
Dcode_generator_vector_x86.cc435 static void CreateVecTerOpLocations(ArenaAllocator* allocator, HVecOperation* instruction) { in CreateVecTerOpLocations() function
459 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
566 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
646 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
685 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
813 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
854 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAndNot()
895 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecOr()
936 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecXor()