Searched refs:HIf (Results 1 - 25 of 25) sorted by last modified time

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc638 void HandleIfBetweenTwoMonotonicValueRanges(HIf* instruction,
704 void HandleIf(HIf* instruction, HInstruction* left, HInstruction* right, IfCondition cond) {
955 void VisitIf(HIf* instruction) OVERRIDE {
1615 if_block->AddInstruction(new (GetGraph()->GetArena()) HIf(condition));
H A Dbounds_check_elimination_test.cc85 HIf* if_inst = new (&allocator_) HIf(cmp);
108 if_inst = new (&allocator_) HIf(cmp);
183 HIf* if_inst = new (&allocator_) HIf(cmp);
194 if_inst = new (&allocator_) HIf(cmp2);
249 HIf* if_inst = new (&allocator_) HIf(cmp);
261 if_inst = new (&allocator_) HIf(cmp2);
401 HInstruction* if_inst = new (allocator) HIf(cm
[all...]
H A Dcode_generator_arm.cc1465 void LocationsBuilderARM::VisitIf(HIf* if_instr) {
1472 void InstructionCodeGeneratorARM::VisitIf(HIf* if_instr) {
H A Dcode_generator_arm64.cc2919 void LocationsBuilderARM64::VisitIf(HIf* if_instr) {
2926 void InstructionCodeGeneratorARM64::VisitIf(HIf* if_instr) {
H A Dcode_generator_mips.cc3315 void LocationsBuilderMIPS::VisitIf(HIf* if_instr) {
3322 void InstructionCodeGeneratorMIPS::VisitIf(HIf* if_instr) {
H A Dcode_generator_mips64.cc2640 void LocationsBuilderMIPS64::VisitIf(HIf* if_instr) {
2647 void InstructionCodeGeneratorMIPS64::VisitIf(HIf* if_instr) {
H A Dcode_generator_x86.cc1456 void LocationsBuilderX86::VisitIf(HIf* if_instr) {
1463 void InstructionCodeGeneratorX86::VisitIf(HIf* if_instr) {
H A Dcode_generator_x86_64.cc1499 void LocationsBuilderX86_64::VisitIf(HIf* if_instr) {
1506 void InstructionCodeGeneratorX86_64::VisitIf(HIf* if_instr) {
H A Dcodegen_test.cc649 first_block->AddInstruction(new (&allocator) HIf(equal));
733 // Check that HIf correctly interprets a materialized condition.
735 // inputs. An HIf takes the materialized combination as input and returns a
774 // We insert a dummy instruction to separate the HIf from the HLessThan
778 HIf if_lt(&cmp_lt);
H A Ddead_code_elimination.cc41 HIf* if_instruction = last_instruction->AsIf();
H A Dgraph_checker.cc877 void GraphChecker::VisitIf(HIf* instruction) {
H A Dgraph_checker.h61 void VisitIf(HIf* instruction) OVERRIDE;
H A Dgraph_test.cc34 instr = new (allocator) HIf(equal);
236 HIf* if_instr = if_block->GetLastInstruction()->AsIf();
274 HIf* if_instr = if_block->GetLastInstruction()->AsIf();
H A Dgvn_test.cc141 block->AddInstruction(new (&allocator) HIf(block->GetLastInstruction()));
248 loop_header->AddInstruction(new (&allocator) HIf(block->GetLastInstruction()));
361 outer_loop_header->AddInstruction(new (&allocator) HIf(parameter));
364 inner_loop_header->AddInstruction(new (&allocator) HIf(parameter));
H A Dinduction_var_analysis.cc574 HIf* ifs = control->AsIf();
H A Dinduction_var_analysis_test.cc99 loop_header_[d]->AddInstruction(new (&allocator_) HIf(compare));
123 cond->AddInstruction(new (&allocator_) HIf(parameter_));
H A Dinduction_var_range_test.cc99 loop_header->AddInstruction(new (&allocator_) HIf(condition_));
H A Dinliner.cc584 cursor_block->AddInstruction(new (allocator) HIf(compare, dex_pc));
H A Dinstruction_builder.cc478 AppendInstruction(new (arena_) HIf(comparison, dex_pc));
487 AppendInstruction(new (arena_) HIf(comparison, dex_pc));
609 AppendInstruction(new (arena_) HIf(comparison, dex_pc));
H A Dinstruction_simplifier.cc91 void VisitIf(HIf* instruction) OVERRIDE;
724 void InstructionSimplifierVisitor::VisitIf(HIf* instruction) {
H A Dlicm_test.cc71 loop_header_->AddInstruction(new (&allocator_) HIf(parameter_));
H A Dnodes.h2698 // Conditional branch. A block ending with an HIf instruction must have
2700 class HIf : public HTemplateInstruction<1> { class in namespace:art
2702 explicit HIf(HInstruction* input, uint32_t dex_pc = kNoDexPc) function in class:art::HIf
2720 DISALLOW_COPY_AND_ASSIGN(HIf);
H A Dreference_type_propagation.cc236 HIf* ifInstruction = block->GetLastInstruction()->AsIf();
312 static bool MatchIfInstanceOf(HIf* ifInstruction,
374 HIf* ifInstruction = block->GetLastInstruction()->AsIf();
H A Dregister_allocator_test.cc483 block->AddInstruction(new (allocator) HIf(test));
H A Dselect_generator.cc84 HIf* if_instruction = block->GetLastInstruction()->AsIf();

Completed in 148 milliseconds