Home
last modified time | relevance | path

Searched defs:HandleShift (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc2431 void LocationsBuilderARM64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::arm64::LocationsBuilderARM64
2449 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::arm64::InstructionCodeGeneratorARM64
Dcode_generator_riscv64.cc2330 void LocationsBuilderRISCV64::HandleShift(HBinaryOperation* instruction) { in HandleShift() function in art::riscv64::LocationsBuilderRISCV64
2352 void InstructionCodeGeneratorRISCV64::HandleShift(HBinaryOperation* instruction) { in HandleShift() function in art::riscv64::InstructionCodeGeneratorRISCV64
Dcode_generator_x86_64.cc4950 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86_64::LocationsBuilderX86_64
4970 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_x86.cc4861 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86::LocationsBuilderX86
4882 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_arm_vixl.cc5423 void LocationsBuilderARMVIXL::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::arm::LocationsBuilderARMVIXL
5463 void InstructionCodeGeneratorARMVIXL::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::arm::InstructionCodeGeneratorARMVIXL