Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-codegen.cc71 instr->hydrogen_value()->block()->IsReachable()); in GenerateBody()
77 instr->hydrogen_value()->id(), in GenerateBody()
78 instr->hydrogen_value()->block()->block_id()); in GenerateBody()
86 instr->hydrogen_value()->id(), in GenerateBody()
92 HValue* value = instr->hydrogen_value(); in GenerateBody()
113 HValue* hval = instr->hydrogen_value(); in CheckEnvironmentUsage()
Dlithium.cc337 gap->set_hydrogen_value(instr->hydrogen_value()); in AddInstruction()
Dhydrogen.cc12347 os << " [hir:" << NameOf(linstr->hydrogen_value()) << "] <|@\n"; in Trace()
/external/v8/src/x64/
Dlithium-codegen-x64.cc275 instr->hydrogen_value()->representation().IsInteger32() && in GenerateBodyInstructionPost()
349 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
356 code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
773 Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(), in DeoptimizeIf()
949 label->hydrogen_value()->id(), in DoLabel()
1394 if (instr->hydrogen_value()->representation().IsSmi()) { in DoMulI()
1445 if (instr->hydrogen_value()->representation().IsSmi()) { in DoMulI()
1452 if (instr->hydrogen_value()->representation().IsSmi()) { in DoMulI()
1467 if (instr->hydrogen_value()->representation().IsSmi()) { in DoMulI()
1477 ? !instr->hydrogen_value()->representation().IsSmi() in DoMulI()
[all …]
Dlithium-x64.h182 return H##type::cast(hydrogen_value()); \
236 HValue* hydrogen_value() const { return hydrogen_value_; } in hydrogen_value() function
559 return HControlInstruction::cast(this->hydrogen_value()); in hydrogen()
2668 return HForInCacheArray::cast(this->hydrogen_value())->idx(); in idx()
Dlithium-x64.cc157 HValue* hvalue = this->hydrogen_value(); in MustSignExtendResult()
/external/v8/src/ia32/
Dlithium-ia32.h186 return H##type::cast(hydrogen_value()); \
240 HValue* hydrogen_value() const { return hydrogen_value_; } in hydrogen_value() function
549 return HControlInstruction::cast(this->hydrogen_value()); in hydrogen()
2671 return HForInCacheArray::cast(this->hydrogen_value())->idx(); in idx()
Dlithium-codegen-ia32.cc433 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
440 code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
866 Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(), in DeoptimizeIf()
1037 label->hydrogen_value()->id(), in DoLabel()
1664 if (instr->hydrogen_value()->representation().IsSmi() && in DoShiftI()
/external/v8/src/x87/
Dlithium-x87.h187 return H##type::cast(hydrogen_value()); \
241 HValue* hydrogen_value() const { return hydrogen_value_; } in hydrogen_value() function
567 return HControlInstruction::cast(this->hydrogen_value()); in hydrogen()
2687 return HForInCacheArray::cast(this->hydrogen_value())->idx(); in idx()
Dlithium-codegen-x87.cc431 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
438 code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
1148 Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(), in DeoptimizeIf()
1319 label->hydrogen_value()->id(), in DoLabel()
1956 if (instr->hydrogen_value()->representation().IsSmi() && in DoShiftI()
/external/v8/src/mips64/
Dlithium-mips64.h181 return H##type::cast(hydrogen_value()); \
235 HValue* hydrogen_value() const { return hydrogen_value_; } in hydrogen_value() function
550 return HControlInstruction::cast(this->hydrogen_value()); in hydrogen()
2629 return HForInCacheArray::cast(this->hydrogen_value())->idx(); in idx()
Dlithium-codegen-mips64.cc262 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
269 code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
811 Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(), in DeoptimizeIf()
984 label->hydrogen_value()->id(), in DoLabel()
1639 if (instr->hydrogen_value()->representation().IsSmi()) { in DoShiftI()
2289 if (instr->hydrogen_value()->representation().IsSmi()) { in DoCompareNumericAndBranch()
2298 if (instr->hydrogen_value()->representation().IsSmi()) { in DoCompareNumericAndBranch()
/external/v8/src/mips/
Dlithium-mips.h182 return H##type::cast(hydrogen_value()); \
236 HValue* hydrogen_value() const { return hydrogen_value_; } in hydrogen_value() function
551 return HControlInstruction::cast(this->hydrogen_value()); in hydrogen()
2645 return HForInCacheArray::cast(this->hydrogen_value())->idx(); in idx()
Dlithium-codegen-mips.cc287 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
294 code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
861 Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(), in DeoptimizeIf()
1034 label->hydrogen_value()->id(), in DoLabel()
1673 if (instr->hydrogen_value()->representation().IsSmi() && in DoShiftI()
2322 if (instr->hydrogen_value()->representation().IsSmi()) { in DoCompareNumericAndBranch()
2331 if (instr->hydrogen_value()->representation().IsSmi()) { in DoCompareNumericAndBranch()
/external/v8/src/arm/
Dlithium-arm.h185 return H##type::cast(hydrogen_value()); \
239 HValue* hydrogen_value() const { return hydrogen_value_; } in hydrogen_value() function
551 return HControlInstruction::cast(this->hydrogen_value()); in hydrogen()
2685 return HForInCacheArray::cast(this->hydrogen_value())->idx(); in idx()
Dlithium-codegen-arm.cc272 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
279 code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
898 Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(), in DeoptimizeIf()
1074 label->hydrogen_value()->id(), in DoLabel()
1398 if (!instr->hydrogen_value()->CheckFlag(HValue::kCanBeDivByZero)) { in DoDivI()
1574 if (!instr->hydrogen_value()->CheckFlag(HValue::kCanBeDivByZero)) { in DoFlooringDivI()
1828 if (instr->hydrogen_value()->representation().IsSmi() && in DoShiftI()
2421 if (instr->hydrogen_value()->representation().IsSmi()) { in DoCompareNumericAndBranch()
2428 if (instr->hydrogen_value()->representation().IsSmi()) { in DoCompareNumericAndBranch()
/external/v8/src/arm64/
Dlithium-arm64.h197 return H##type::cast(this->hydrogen_value()); \
250 HValue* hydrogen_value() const { return hydrogen_value_; } in hydrogen_value() function
1403 return HForInCacheArray::cast(this->hydrogen_value())->idx(); in idx()
Dlithium-codegen-arm64.cc779 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
786 code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
1043 Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(), in DeoptimizeBranch()
2499 if (instr->hydrogen_value()->representation().IsInteger32()) { in DoCompareNumericAndBranch()
2509 DCHECK(instr->hydrogen_value()->representation().IsSmi()); in DoCompareNumericAndBranch()
3307 label->hydrogen_value()->id(), in DoLabel()