Searched refs:GenerateTestAndBranch (Results 1 - 12 of 12) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.h241 void GenerateTestAndBranch(HInstruction* instruction,
H A Dcode_generator_mips64.h231 void GenerateTestAndBranch(HInstruction* instruction,
H A Dcode_generator_arm.h276 void GenerateTestAndBranch(HInstruction* instruction,
H A Dcode_generator_arm64.h266 void GenerateTestAndBranch(HInstruction* instruction,
H A Dcode_generator_x86.h275 void GenerateTestAndBranch(HInstruction* instruction,
H A Dcode_generator_x86_64.h268 void GenerateTestAndBranch(HInstruction* instruction,
H A Dcode_generator_mips64.cc2564 void InstructionCodeGeneratorMIPS64::GenerateTestAndBranch(HInstruction* instruction, function in class:art::mips64::InstructionCodeGeneratorMIPS64
2654 GenerateTestAndBranch(if_instr, /* condition_input_index */ 0, true_target, false_target);
2668 GenerateTestAndBranch(deoptimize,
2692 GenerateTestAndBranch(select,
H A Dcode_generator_mips.cc3239 void InstructionCodeGeneratorMIPS::GenerateTestAndBranch(HInstruction* instruction, function in class:art::mips::InstructionCodeGeneratorMIPS
3329 GenerateTestAndBranch(if_instr, /* condition_input_index */ 0, true_target, false_target);
3343 GenerateTestAndBranch(deoptimize,
3367 GenerateTestAndBranch(select,
H A Dcode_generator_arm64.cc2806 void InstructionCodeGeneratorARM64::GenerateTestAndBranch(HInstruction* instruction, function in class:art::arm64::InstructionCodeGeneratorARM64
2933 GenerateTestAndBranch(if_instr, /* condition_input_index */ 0, true_target, false_target);
2947 GenerateTestAndBranch(deoptimize,
H A Dcode_generator_arm.cc1387 void InstructionCodeGeneratorARM::GenerateTestAndBranch(HInstruction* instruction, function in class:art::arm::InstructionCodeGeneratorARM
1479 GenerateTestAndBranch(if_instr, /* condition_input_index */ 0, true_target, false_target);
1492 GenerateTestAndBranch(deoptimize,
1516 GenerateTestAndBranch(select,
H A Dcode_generator_x86.cc1365 void InstructionCodeGeneratorX86::GenerateTestAndBranch(HInstruction* instruction, function in class:art::x86::InstructionCodeGeneratorX86
1470 GenerateTestAndBranch(if_instr, /* condition_input_index */ 0, true_target, false_target);
1483 GenerateTestAndBranch<Label>(deoptimize,
1609 GenerateTestAndBranch<NearLabel>(
H A Dcode_generator_x86_64.cc1408 void InstructionCodeGeneratorX86_64::GenerateTestAndBranch(HInstruction* instruction, function in class:art::x86_64::InstructionCodeGeneratorX86_64
1513 GenerateTestAndBranch(if_instr, /* condition_input_index */ 0, true_target, false_target);
1526 GenerateTestAndBranch<Label>(deoptimize,
1620 GenerateTestAndBranch<NearLabel>(select,

Completed in 834 milliseconds