Lines Matching refs:InputAt

201     HInstruction* src_left = left->InputAt(0);
202 HInstruction* src_right = right->InputAt(0);
359 if (neg->InputAt(0) == (neg_is_left ? ushr->GetRight() : shl->GetRight())) {
397 HInstruction* obj = null_check->InputAt(0);
458 HInstruction* object = check_cast->InputAt(0);
459 HLoadClass* load_class = check_cast->InputAt(1)->AsLoadClass();
496 HInstruction* object = instruction->InputAt(0);
497 HLoadClass* load_class = instruction->InputAt(1)->AsLoadClass();
558 HInstruction *lhs = cond->InputAt(0);
559 HInstruction *rhs = cond->InputAt(1);
650 HInstruction* input = bool_not->InputAt(0);
663 replace_with = input->InputAt(0);
667 !Primitive::IsFloatingPointType(input->InputAt(0)->GetType())) {
687 condition = condition->InputAt(0);
725 HInstruction* condition = instruction->InputAt(0);
728 instruction->ReplaceInput(condition->InputAt(0), 0);
735 HInstruction* input = instruction->InputAt(0);
739 input = input->InputAt(0);
965 if ((input_other->IsUShr() || input_other->IsShr()) && input_other->InputAt(1)->IsConstant()) {
967 size_t shift = Int64FromConstant(input_other->InputAt(1)->AsConstant()) & (reg_bits - 1);
980 input_other->InputAt(0),
981 input_other->InputAt(1),
1097 condition->ReplaceInput(left->InputAt(0), 0);
1098 condition->ReplaceInput(left->InputAt(1), 1);
1488 instruction->ReplaceInput(left->InputAt(0), 0);
1489 instruction->ReplaceInput(right->InputAt(0), 1);
1500 HInstruction* argument = instruction->InputAt(1);
1501 HInstruction* receiver = instruction->InputAt(0);
1528 HInstruction* value = invoke->InputAt(0);
1529 HInstruction* distance = invoke->InputAt(1);
1541 HInstruction* clinit = invoke->InputAt(invoke->InputCount() - 1);
1544 HInstruction* ldclass = clinit->InputAt(0);
1553 return potential_length->InputAt(0) == potential_array;
1557 return potential_array->InputAt(0) == potential_length;
1564 HInstruction* source = instruction->InputAt(0);
1565 HInstruction* destination = instruction->InputAt(2);
1566 HInstruction* count = instruction->InputAt(4);
1621 HInstruction* left = invoke->InputAt(0);
1624 right = invoke->InputAt(1);
1639 HInstruction* x = invoke->InputAt(0);
1648 HInstruction* x = invoke->InputAt(0);
1737 HInstruction* cond = deoptimize->InputAt(0);