Searched refs:CreateVecTerOpLocations (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_x86_64.cc | 418 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()
|
D | code_generator_vector_x86.cc | 435 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()
|