Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetConstant

1260       HConstant* src_cst = source.IsConstant() ? source.GetConstant() : nullptr;
1304 int32_t value = GetInt32ValueOf(source.GetConstant()->AsConstant());
1311 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant());
1402 HConstant* src_cst = source.GetConstant();
1892 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant());
1999 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant());
2148 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_1) + data_offset;
2161 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_1) + data_offset;
2174 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_2) + data_offset;
2193 int32_t const_index = index.GetConstant()->AsIntConstant()->GetValue();
2241 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4) + data_offset;
2271 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4) + data_offset;
2298 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_8) + data_offset;
2311 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4) + data_offset;
2324 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_8) + data_offset;
2420 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_1;
2425 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant());
2438 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_2;
2443 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant());
2455 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4;
2460 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant());
2474 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4;
2478 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant());
2504 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4;
2562 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4;
2587 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_8;
2592 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant());
2604 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4;
2609 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant());
2621 data_offset += index.GetConstant()->AsIntConstant()->GetValue() << TIMES_8;
2626 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant());
2968 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant());
2974 int32_t value = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()->AsConstant());
3090 int64_t imm = Int64FromConstant(second.GetConstant());
3119 int64_t imm = Int64FromConstant(second.GetConstant());
3222 int64_t imm = Int64FromConstant(second.GetConstant());
3297 int64_t imm = Int64FromConstant(second.GetConstant());
3392 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant());
3480 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant());
3482 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant());
3636 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant());
3638 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant());
4262 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant());
4551 (index.GetConstant()->AsIntConstant()->GetValue() << scale_factor) + offset;