Lines Matching refs:OperandAt

126     h_infer->AddToWorklist(OperandAt(i));  in AddDependantsToWorklist()
422 if (OperandAt(i)->id() != other->OperandAt(i)->id()) return false; in Equals()
434 result = result * 19 + OperandAt(i)->id() + (result >> 7); in Hashcode()
512 HValue* operand = OperandAt(i); in Kill()
578 HValue* old_value = OperandAt(index); in RegisterUse()
644 os << NameOf(OperandAt(i)); in PrintDataTo()
741 HValue* other_operand = OperandAt(i); in Verify()
1083 os << NameOf(OperandAt(i)) << " "; in PrintDataTo()
1709 os << NameOf(OperandAt(i)) << " "; in PrintDataTo()
1800 Range* range = OperandAt(0)->range()->Copy(zone); in InferRange()
1802 range->Union(OperandAt(i)->range()); in InferRange()
1980 candidate_increment = ComputeIncrement(phi, phi->OperandAt(0)); in ExaminePhi()
1983 InductionVariableData(phi, phi->OperandAt(1), candidate_increment); in ExaminePhi()
1986 candidate_increment = ComputeIncrement(phi, phi->OperandAt(1)); in ExaminePhi()
1989 InductionVariableData(phi, phi->OperandAt(0), candidate_increment); in ExaminePhi()
2282 if (phi->OperandAt(0)->block()->is_osr_entry()) { in IgnoreOsrValue()
2283 return phi->OperandAt(1); in IgnoreOsrValue()
2284 } else if (phi->OperandAt(1)->block()->is_osr_entry()) { in IgnoreOsrValue()
2285 return phi->OperandAt(0); in IgnoreOsrValue()
2445 os << " " << NameOf(OperandAt(i)) << " "; in PrintTo()
2479 HValue* current = OperandAt(position++); in GetRedundantReplacement()
2483 HValue* current = OperandAt(position++); in GetRedundantReplacement()
3651 HType result = OperandAt(0)->type(); in CalculateInferredType()
3653 HType current = OperandAt(i)->type(); in CalculateInferredType()
4445 if (!OperandAt(i)->IsConstant()) return; in SimplifyConstantInputs()
4449 HConstant* operand = HConstant::cast(OperandAt(i)); in SimplifyConstantInputs()
4490 r = r.generalize(OperandAt(i)->KnownOptimalRepresentation()); in RepresentationFromInputs()
4543 HValue* value = OperandAt(i); in Verify()