Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc4172 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
4328 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
4336 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()
Dcode_generator_x86.cc4027 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
4217 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
4225 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()
Dcode_generator_arm_vixl.cc4659 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
4882 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
4890 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()