Searched defs:GenerateMinMax (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/compiler/optimizing/ | ||
H A D | code_generator_x86_64.cc | 4398 void InstructionCodeGeneratorX86_64::GenerateMinMax(HBinaryOperation* minmax, bool is_min) { in GenerateMinMax() function in art::x86_64::InstructionCodeGeneratorX86_64 |
H A D | code_generator_arm_vixl.cc | 4907 void InstructionCodeGeneratorARMVIXL::GenerateMinMax(HBinaryOperation* minmax, bool is_min) { in GenerateMinMax() function in art::arm::InstructionCodeGeneratorARMVIXL |
H A D | code_generator_x86.cc | 4386 void InstructionCodeGeneratorX86::GenerateMinMax(HBinaryOperation* minmax, bool is_min) { in GenerateMinMax() function in art::x86::InstructionCodeGeneratorX86 |