Home
last modified time | relevance | path

Searched refs:CreateMinMaxLocations (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc4661 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
4817 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
4825 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()
Dcode_generator_x86.cc4494 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
4684 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
4692 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()
Dcode_generator_arm_vixl.cc4941 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
5164 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
5172 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()