Home
last modified time | relevance | path

Searched refs:GetInput (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_x86_shared.cc45 not_ins->GetInput(), in TryCombineAndNot()
Dnodes.cc1770 if (GetInput()->IsIntConstant()) { in TryStaticEvaluation()
1771 int32_t value = GetInput()->AsIntConstant()->GetValue(); in TryStaticEvaluation()
1790 } else if (GetInput()->IsLongConstant()) { in TryStaticEvaluation()
1791 int64_t value = GetInput()->AsLongConstant()->GetValue(); in TryStaticEvaluation()
1810 } else if (GetInput()->IsFloatConstant()) { in TryStaticEvaluation()
1811 float value = GetInput()->AsFloatConstant()->GetValue(); in TryStaticEvaluation()
1834 } else if (GetInput()->IsDoubleConstant()) { in TryStaticEvaluation()
1835 double value = GetInput()->AsDoubleConstant()->GetValue(); in TryStaticEvaluation()
1863 if (GetInput()->IsIntConstant()) { in TryStaticEvaluation()
1864 return Evaluate(GetInput()->AsIntConstant()); in TryStaticEvaluation()
[all …]
Dinstruction_simplifier.cc210 binop->ReplaceInput(left_neg->GetInput(), 0); in TryMoveNegOnInputsAfterBinop()
211 binop->ReplaceInput(right_neg->GetInput(), 1); in TryMoveNegOnInputsAfterBinop()
423 instruction->ReplaceInput(shift_amount->AsTypeConversion()->GetInput(), 1); in VisitShift()
1257 HInstruction* input = instruction->GetInput(); in VisitTypeConversion()
1269 HInstruction* original_input = input_conversion->GetInput(); in VisitTypeConversion()
1353 HInstruction* input = instruction->GetInput(); in VisitAbs()
1407 new(GetGraph()->GetAllocator()) HSub(instruction->GetType(), other, neg->GetInput()); in VisitAdd()
1974 HInstruction* input = instruction->GetInput(); in VisitNeg()
1982 instruction->ReplaceWith(previous_neg->GetInput()); in VisitNeg()
2019 HInstruction* input = instruction->GetInput(); in VisitNot()
[all …]
Dprepare_for_register_allocation.cc314 instruction->ReplaceWith(instruction->GetInput()); in VisitTypeConversion()
Dinstruction_simplifier_shared.cc217 HInstruction* src = hnot->AsNot()->GetInput(); in TryMergeNegatedInput()
Dconstant_folding.cc242 HInstruction* src = hnot->AsNot()->GetInput(); in VisitAnd()
Dnodes_vector.h284 HInstruction* GetInput() const { return InputAt(0); } in GetInput() function
Dinduction_var_analysis.cc878 auto it = cycle_.find(conversion->GetInput()); in SolveConversion()
Dnodes.h3743 HInstruction* GetInput() const { return InputAt(0); }
6033 HInstruction* GetInput() const { return InputAt(0); }
6034 DataType::Type GetInputType() const { return GetInput()->GetType(); }