Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetConstant

1242       HConstant* constant = source.GetConstant();
1305 HConstant* constant = source.GetConstant();
1458 int64_t value = right.GetConstant()->AsLongConstant()->GetValue();
1518 const_area->GetConstant()->AsDoubleConstant()->GetValue(),
1532 const_area->GetConstant()->AsFloatConstant()->GetValue(),
2637 DCHECK(in.GetConstant()->IsLongConstant());
2638 int64_t value = in.GetConstant()->AsLongConstant()->GetValue();
2651 DCHECK(in.GetConstant()->IsIntConstant());
2652 int32_t value = in.GetConstant()->AsIntConstant()->GetValue();
2672 DCHECK(in.GetConstant()->IsLongConstant());
2673 int64_t value = in.GetConstant()->AsLongConstant()->GetValue();
2688 DCHECK(in.GetConstant()->IsIntConstant());
2689 int32_t value = in.GetConstant()->AsIntConstant()->GetValue();
2710 DCHECK(in.GetConstant()->IsLongConstant());
2711 int64_t value = in.GetConstant()->AsLongConstant()->GetValue();
2814 DCHECK(in.GetConstant()->IsLongConstant());
2815 int64_t value = in.GetConstant()->AsLongConstant()->GetValue();
2830 DCHECK(in.GetConstant()->IsIntConstant());
2831 int32_t value = in.GetConstant()->AsIntConstant()->GetValue();
3010 int32_t value = second.GetConstant()->AsIntConstant()->GetValue();
3033 int64_t value = second.GetConstant()->AsLongConstant()->GetValue();
3048 const_area->GetConstant()->AsFloatConstant()->GetValue(),
3066 const_area->GetConstant()->AsDoubleConstant()->GetValue(),
3122 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
3139 int64_t value = second.GetConstant()->AsLongConstant()->GetValue();
3154 const_area->GetConstant()->AsFloatConstant()->GetValue(),
3172 const_area->GetConstant()->AsDoubleConstant()->GetValue(),
3267 DCHECK(second.GetConstant()->IsLongConstant());
3269 int64_t value = second.GetConstant()->AsLongConstant()->GetValue();
3343 const_area->GetConstant()->AsFloatConstant()->GetValue(),
3362 const_area->GetConstant()->AsDoubleConstant()->GetValue(),
3478 DCHECK(locations->InAt(1).GetConstant()->IsIntConstant());
3482 int32_t imm = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
3502 int32_t imm = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
3525 int imm = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
3603 int32_t imm = second.GetConstant()->AsIntConstant()->GetValue();
3731 const_area->GetConstant()->AsFloatConstant()->GetValue(),
3749 const_area->GetConstant()->AsDoubleConstant()->GetValue(),
3871 if (value.GetConstant()->AsIntConstant()->GetValue() == 0) {
3885 if (value.GetConstant()->AsLongConstant()->GetValue() == 0) {
3940 int32_t shift = second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance;
3968 int32_t shift = second.GetConstant()->AsIntConstant()->GetValue() & kMaxLongShiftDistance;
4125 Immediate imm(second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance);
4146 int32_t shift_amt = second.GetConstant()->AsIntConstant()->GetValue() & kMaxLongShiftDistance;
4402 DCHECK(right.GetConstant()->IsLongConstant());
4404 int64_t val = right.GetConstant()->AsLongConstant()->GetValue();
4959 int16_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant());
4979 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant());
4998 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant());
5013 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant());
5023 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant());
5186 DCHECK(obj.GetConstant()->IsNullConstant());
5304 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4) + data_offset;
5407 GetConstant()->AsIntConstant()->GetValue()));
5420 __ movw(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue()));
5529 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant());
5546 int64_t val = value.GetConstant()->AsLongConstant()->GetValue();
5563 int32_t v = bit_cast<int32_t, float>(value.GetConstant()->AsFloatConstant()->GetValue());
5579 int64_t v = bit_cast<int64_t, double>(value.GetConstant()->AsDoubleConstant()->GetValue());
5645 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant());
5648 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant());
5684 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant());
5847 HConstant* constant = source.GetConstant();
6965 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
6968 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
6972 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
7015 int64_t value = second.GetConstant()->AsLongConstant()->GetValue();
7519 locations->SetInAt(1, Location::ConstantLocation(insn->GetConstant()));
7549 HConstant *value = insn->GetConstant();
7724 int32_t value = CodeGenerator::GetInt32ValueOf(rhs.GetConstant());
7738 Address(obj, (index.GetConstant()->AsIntConstant()->GetValue() << scale) + data_offset) :