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

  /art/compiler/optimizing/
bounds_check_elimination_test.cc 85 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(cmp)
    [all...]
graph_checker.h 61 void VisitIf(HIf* instruction) OVERRIDE;
gvn_test.cc 141 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));
graph_test.cc 34 instr = new (allocator) HIf(equal);
236 HIf* if_instr = if_block->GetLastInstruction()->AsIf();
274 HIf* if_instr = if_block->GetLastInstruction()->AsIf();
dead_code_elimination.cc 41 HIf* if_instruction = last_instruction->AsIf();
select_generator.cc 84 HIf* if_instruction = block->GetLastInstruction()->AsIf();
licm_test.cc 71 loop_header_->AddInstruction(new (&allocator_) HIf(parameter_));
reference_type_propagation.cc 236 HIf* ifInstruction = block->GetLastInstruction()->AsIf();
312 static bool MatchIfInstanceOf(HIf* ifInstruction,
374 HIf* ifInstruction = block->GetLastInstruction()->AsIf();
    [all...]
bounds_check_elimination.cc 638 void HandleIfBetweenTwoMonotonicValueRanges(HIf* instruction,
704 void HandleIf(HIf* instruction, HInstruction* left, HInstruction* right, IfCondition cond) {
    [all...]
codegen_test.cc 649 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);
    [all...]
induction_var_analysis_test.cc 99 loop_header_[d]->AddInstruction(new (&allocator_) HIf(compare));
123 cond->AddInstruction(new (&allocator_) HIf(parameter_));
instruction_builder.cc 478 AppendInstruction(new (arena_) HIf(comparison, dex_pc));
487 AppendInstruction(new (arena_) HIf(comparison, dex_pc));
609 AppendInstruction(new (arena_) HIf(comparison, dex_pc));
    [all...]
instruction_simplifier.cc 91 void VisitIf(HIf* instruction) OVERRIDE;
724 void InstructionSimplifierVisitor::VisitIf(HIf* instruction) {
    [all...]
graph_checker.cc     [all...]
register_allocator_test.cc 483 block->AddInstruction(new (allocator) HIf(test));
    [all...]
induction_var_analysis.cc 574 HIf* ifs = control->AsIf();
    [all...]
induction_var_range_test.cc 99 loop_header->AddInstruction(new (&allocator_) HIf(condition_));
    [all...]
inliner.cc 584 cursor_block->AddInstruction(new (allocator) HIf(compare, dex_pc));
    [all...]
nodes.h     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 638 milliseconds