Home
last modified time | relevance | path

Searched defs:GenerateMinMax (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc4828 void InstructionCodeGeneratorX86_64::GenerateMinMax(HBinaryOperation* minmax, bool is_min) { in GenerateMinMax() function in art::x86_64::InstructionCodeGeneratorX86_64
H A Dcode_generator_x86.cc4665 void InstructionCodeGeneratorX86::GenerateMinMax(HBinaryOperation* minmax, bool is_min) { in GenerateMinMax() function in art::x86::InstructionCodeGeneratorX86
H A Dcode_generator_arm_vixl.cc5143 void InstructionCodeGeneratorARMVIXL::GenerateMinMax(HBinaryOperation* minmax, bool is_min) { in GenerateMinMax() function in art::arm::InstructionCodeGeneratorARMVIXL