Searched refs:GetIntConstant (Results 1 - 22 of 22) sorted by path

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1179 HInstruction* upper = GetGraph()->GetIntConstant(max_c);
1184 HAdd(Primitive::kPrimInt, base, GetGraph()->GetIntConstant(min_c));
H A Dbounds_check_elimination_test.cc79 HInstruction* constant_1 = graph_->GetIntConstant(1);
80 HInstruction* constant_0 = graph_->GetIntConstant(0);
176 HInstruction* constant_1 = graph_->GetIntConstant(1);
177 HInstruction* constant_0 = graph_->GetIntConstant(0);
178 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX);
240 HInstruction* constant_1 = graph_->GetIntConstant(1);
241 HInstruction* constant_0 = graph_->GetIntConstant(0);
242 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX);
301 HInstruction* constant_5 = graph_->GetIntConstant(5);
302 HInstruction* constant_4 = graph_->GetIntConstant(
[all...]
H A Dcode_generator_x86.cc3779 Location::ConstantLocation(GetGraph()->GetIntConstant(0)),
3846 Location::ConstantLocation(GetGraph()->GetIntConstant(0)),
H A Dcodegen_test.cc645 HIntConstant* constant0 = graph->GetIntConstant(0);
646 HIntConstant* constant1 = graph->GetIntConstant(1);
713 HIntConstant* cst_lhs = graph->GetIntConstant(lhs[i]);
714 HIntConstant* cst_rhs = graph->GetIntConstant(rhs[i]);
770 HIntConstant* cst_lhs = graph->GetIntConstant(lhs[i]);
771 HIntConstant* cst_rhs = graph->GetIntConstant(rhs[i]);
781 HIntConstant* cst_lt = graph->GetIntConstant(1);
784 HIntConstant* cst_ge = graph->GetIntConstant(0);
847 op1 = graph->GetIntConstant(i);
848 op2 = graph->GetIntConstant(
[all...]
H A Dconstant_folding_test.cc763 HInstruction* zero = graph_->GetIntConstant(0);
H A Dgraph_test.cc31 HInstruction* instr = graph->GetIntConstant(4);
H A Dinduction_var_analysis.cc834 return CreateInvariantFetch(graph_->GetIntConstant(value));
H A Dinduction_var_analysis_test.cc85 constant0_ = graph_->GetIntConstant(0);
86 constant1_ = graph_->GetIntConstant(1);
87 constant100_ = graph_->GetIntConstant(100);
619 basic_[0]->ReplaceInput(graph_->GetIntConstant(-128), 0);
621 ifs->ReplaceInput(graph_->GetIntConstant(127), 1);
638 basic_[0]->ReplaceInput(graph_->GetIntConstant(-128), 0);
640 ifs->ReplaceInput(graph_->GetIntConstant(128), 1);
656 basic_[0]->ReplaceInput(graph_->GetIntConstant(-32768), 0);
658 ifs->ReplaceInput(graph_->GetIntConstant(32767), 1);
676 basic_[0]->ReplaceInput(graph_->GetIntConstant(
[all...]
H A Dinduction_var_range.cc736 *result = graph->GetIntConstant(0);
744 HSub(type, opb, graph->GetIntConstant(1)));
785 *result = graph->GetIntConstant(extreme.b_constant);
H A Dinduction_var_range_test.cc92 phi->AddInput(graph_->GetIntConstant(lower)); // i = l
100 increment_ = new (&allocator_) HAdd(Primitive::kPrimInt, phi, graph_->GetIntConstant(stride));
137 return CreateFetch(graph_->GetIntConstant(c));
566 BuildLoop(0, graph_->GetIntConstant(1000), 1);
593 BuildLoop(1000, graph_->GetIntConstant(0), -1);
H A Dinliner.cc704 constant = graph_->GetIntConstant(
880 *return_replacement = graph_->GetIntConstant(static_cast<int32_t>(inline_method.d.data));
1131 current->ReplaceWith(callee_graph->GetIntConstant(argument->AsIntConstant()->GetValue()));
H A Dinstruction_builder.cc485 T* comparison = new (arena_) T(value, graph_->GetIntConstant(0, dex_pc), dex_pc);
562 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22s(), dex_pc);
573 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22b(), dex_pc);
606 HInstruction* case_value = graph_->GetIntConstant(it.CurrentKey(), dex_pc);
1430 second = graph_->GetIntConstant(second_vreg_or_constant, dex_pc);
1488 HInstruction* length = graph_->GetIntConstant(number_of_vreg_arguments, dex_pc);
1512 HInstruction* index = graph_->GetIntConstant(i, dex_pc);
1527 HInstruction* index = graph_->GetIntConstant(i, dex_pc);
1528 HInstruction* value = graph_->GetIntConstant(data[i], dex_pc);
1548 HInstruction* last_index = graph_->GetIntConstant(payloa
[all...]
H A Dinstruction_simplifier.cc512 instruction->ReplaceWith(graph->GetIntConstant(0));
530 instruction->ReplaceWith(graph->GetIntConstant(outcome));
606 equal->ReplaceWith(GetGraph()->GetIntConstant(0));
637 not_equal->ReplaceWith(GetGraph()->GetIntConstant(1));
656 replace_with = GetGraph()->GetIntConstant(0);
659 replace_with = GetGraph()->GetIntConstant(1);
1223 HIntConstant* shift = GetGraph()->GetIntConstant(WhichPowerOf2(factor));
1235 GetGraph()->GetIntConstant(WhichPowerOf2(factor - 1)));
1249 GetGraph()->GetIntConstant(WhichPowerOf2(factor + 1)));
1508 instruction->ReplaceWith(GetGraph()->GetIntConstant(
[all...]
H A Dinstruction_simplifier_arm64.cc59 GetGraph()->GetIntConstant(mirror::Array::DataOffset(access_size).Uint32Value());
H A Dlicm_test.cc68 int_constant_ = graph_->GetIntConstant(42);
H A Dlive_ranges_test.cc250 LiveInterval* interval = graph->GetIntConstant(0)->GetLiveInterval();
259 interval = graph->GetIntConstant(4)->GetLiveInterval();
267 interval = graph->GetIntConstant(5)->GetLiveInterval();
H A Dload_store_elimination.cc697 return GetGraph()->GetIntConstant(0);
H A Dnodes.cc547 return GetIntConstant(static_cast<int32_t>(value), dex_pc);
1186 return graph->GetIntConstant(static_cast<int32_t>(value), GetDexPc());
1199 return graph->GetIntConstant(0, GetDexPc());
1201 return graph->GetIntConstant(kPrimIntMax, GetDexPc());
1203 return graph->GetIntConstant(kPrimIntMin, GetDexPc());
1204 return graph->GetIntConstant(static_cast<int32_t>(value), GetDexPc());
1223 return graph->GetIntConstant(0, GetDexPc());
1225 return graph->GetIntConstant(kPrimIntMax, GetDexPc());
1227 return graph->GetIntConstant(kPrimIntMin, GetDexPc());
1228 return graph->GetIntConstant(static_cas
[all...]
H A Dnodes.h472 HIntConstant* GetIntConstant(int32_t value, uint32_t dex_pc = kNoDexPc) { function in class:art::HGraph
3109 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc);
3596 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc);
4180 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
4250 return GetBlock()->GetGraph()->GetIntConstant(
4283 return GetBlock()->GetGraph()->GetIntConstant(
4318 return GetBlock()->GetGraph()->GetIntConstant(
4365 return GetBlock()->GetGraph()->GetIntConstant(
4417 return GetBlock()->GetGraph()->GetIntConstant(
4486 return GetBlock()->GetGraph()->GetIntConstant(
[all...]
H A Dnodes_shared.h87 return GetBlock()->GetGraph()->GetIntConstant(
H A Dprepare_for_register_allocation.cc130 instruction->ReplaceInput(GetGraph()->GetIntConstant(load_class->GetTypeIndex()), 0);
H A Dregister_allocator_test.cc698 HInstruction* constant1 = graph->GetIntConstant(1);
699 HInstruction* constant2 = graph->GetIntConstant(2);

Completed in 85 milliseconds