/art/test/477-checker-bound-type/ |
D | info.txt | 2 It also tests a code generator regression for GenerateTestAndBranch which
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 361 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86.h | 372 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_riscv64.h | 349 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm_vixl.h | 500 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm64.h | 398 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86_64.cc | 2266 void InstructionCodeGeneratorX86_64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86_64::InstructionCodeGeneratorX86_64 2397 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 2414 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize() 2519 GenerateTestAndBranch<NearLabel>(select, in VisitSelect()
|
D | code_generator_x86.cc | 2151 void InstructionCodeGeneratorX86::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86::InstructionCodeGeneratorX86 2285 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 2302 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize() 2427 GenerateTestAndBranch<NearLabel>( in VisitSelect()
|
D | code_generator_arm64.cc | 3800 void InstructionCodeGeneratorARM64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm64::InstructionCodeGeneratorARM64 3953 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 3971 GenerateTestAndBranch(deoptimize, in VisitDeoptimize()
|
D | code_generator_riscv64.cc | 1353 void InstructionCodeGeneratorRISCV64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::riscv64::InstructionCodeGeneratorRISCV64 3608 GenerateTestAndBranch(instruction, in VisitDeoptimize() 3814 GenerateTestAndBranch(instruction, /* condition_input_index= */ 0, true_target, false_target); in VisitIf()
|
D | code_generator_arm_vixl.cc | 2916 void InstructionCodeGeneratorARMVIXL::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm::InstructionCodeGeneratorARMVIXL 3059 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 3077 GenerateTestAndBranch(deoptimize, in VisitDeoptimize() 3246 GenerateTestAndBranch(select, 2, true_target, false_target, /* far_target= */ false); in VisitSelect()
|