Home
last modified time | relevance | path

Searched refs:HIf (Results 1 – 18 of 18) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc64 HIf* if_inst = new (&allocator) HIf(cmp); in TEST()
87 if_inst = new (&allocator) HIf(cmp); in TEST()
170 HIf* if_inst = new (&allocator) HIf(cmp); in TEST()
181 if_inst = new (&allocator) HIf(cmp2); in TEST()
244 HIf* if_inst = new (&allocator) HIf(cmp); in TEST()
256 if_inst = new (&allocator) HIf(cmp2); in TEST()
407 HInstruction* if_inst = new (allocator) HIf(cmp); in BuildSSAGraph1()
545 HInstruction* if_inst = new (allocator) HIf(cmp); in BuildSSAGraph2()
669 HInstruction* if_inst = new (allocator) HIf(cmp); in BuildSSAGraph3()
785 HInstruction* if_inst = new (allocator) HIf(cmp); in BuildSSAGraph4()
[all …]
Dboolean_simplifier.cc25 HIf* if_instruction = block->GetLastInstruction()->AsIf(); in TryRemovingNegatedCondition()
105 HIf* if_instruction = block->GetLastInstruction()->AsIf(); in TryRemovingBooleanSelection()
Dgvn_test.cc95 block->AddInstruction(new (&allocator) HIf(block->GetLastInstruction())); in TEST()
168 loop_header->AddInstruction(new (&allocator) HIf(block->GetLastInstruction())); in TEST()
254 outer_loop_header->AddInstruction(new (&allocator) HIf(parameter)); in TEST()
256 inner_loop_header->AddInstruction(new (&allocator) HIf(parameter)); in TEST()
Dgraph_test.cc34 instr = new (allocator) HIf(equal); in createIfBlock()
236 HIf* if_instr = if_block->GetLastInstruction()->AsIf(); in TEST()
274 HIf* if_instr = if_block->GetLastInstruction()->AsIf(); in TEST()
Dgraph_checker.h120 void VisitIf(HIf* instruction) OVERRIDE;
Dreference_type_propagation.cc61 HIf* ifInstruction = block->GetLastInstruction()->AsIf(); in BoundTypeForIfNotNull()
111 HIf* ifInstruction = block->GetLastInstruction()->AsIf(); in BoundTypeForIfInstanceOf()
Ddead_code_elimination.cc32 HIf* if_instruction = last_instruction->AsIf(); in MarkReachableBlocks()
Dbounds_check_elimination.cc526 HIf* h_if = instruction->AsIf(); in GetLoopHeaderSuccesorInLoop()
834 HIf* h_if = new (graph->GetArena()) HIf(cond); in AddLoopBodyEntryTest()
1188 void HandleIfBetweenTwoMonotonicValueRanges(HIf* instruction, in HandleIfBetweenTwoMonotonicValueRanges()
1254 void HandleIf(HIf* instruction, HInstruction* left, HInstruction* right, IfCondition cond) { in HandleIf()
1529 void VisitIf(HIf* instruction) { in VisitIf()
Dcodegen_test.cc540 first_block->AddInstruction(new (&allocator) HIf(equal)); in TEST()
725 HIf if_lt(&cmp_lt); in TEST()
Dgraph_checker.cc526 void SSAChecker::VisitIf(HIf* instruction) { in VisitIf()
Dbuilder.cc202 HInstruction* ifinst = new (arena_) HIf(comparison); in If_22t()
220 HInstruction* ifinst = new (arena_) HIf(comparison); in If_21t()
1271 HInstruction* ifinst = new (arena_) HIf(comparison); in BuildSwitchCaseHelper()
Dregister_allocator_test.cc480 block->AddInstruction(new (allocator) HIf(test)); in BuildIfElseWithPhi()
Dnodes.h1787 class HIf : public HTemplateInstruction<1> {
1789 explicit HIf(HInstruction* input) : HTemplateInstruction(SideEffects::None()) { in HIf() function
1806 DISALLOW_COPY_AND_ASSIGN(HIf);
Dcode_generator_arm64.cc1796 void LocationsBuilderARM64::VisitIf(HIf* if_instr) { in VisitIf()
1804 void InstructionCodeGeneratorARM64::VisitIf(HIf* if_instr) { in VisitIf()
Dcode_generator_mips64.cc2059 void LocationsBuilderMIPS64::VisitIf(HIf* if_instr) { in VisitIf()
2067 void InstructionCodeGeneratorMIPS64::VisitIf(HIf* if_instr) { in VisitIf()
Dcode_generator_arm.cc988 void LocationsBuilderARM::VisitIf(HIf* if_instr) { in VisitIf()
997 void InstructionCodeGeneratorARM::VisitIf(HIf* if_instr) { in VisitIf()
Dcode_generator_x86.cc898 void LocationsBuilderX86::VisitIf(HIf* if_instr) { in VisitIf()
907 void InstructionCodeGeneratorX86::VisitIf(HIf* if_instr) { in VisitIf()
Dcode_generator_x86_64.cc861 void LocationsBuilderX86_64::VisitIf(HIf* if_instr) { in VisitIf()
870 void InstructionCodeGeneratorX86_64::VisitIf(HIf* if_instr) { in VisitIf()