Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc4259 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
4415 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
4423 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()
Dcode_generator_arm_vixl.cc4705 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
4928 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
4936 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()
Dcode_generator_x86.cc4213 static void CreateMinMaxLocations(ArenaAllocator* allocator, HBinaryOperation* minmax) { in CreateMinMaxLocations() function
4403 CreateMinMaxLocations(GetGraph()->GetAllocator(), min); in VisitMin()
4411 CreateMinMaxLocations(GetGraph()->GetAllocator(), max); in VisitMax()