Lines Matching defs:in
3 // found in the LICENSE file.
464 // OutOfLineRecordWrite uses the index in an 'add' instruction as well as
572 // it to account for the base register in inputs[0].
1290 InstructionOperand in[] = {temp_operand, result_operand, shift_31};
1291 selector->EmitDeoptimize(opcode, 0, nullptr, 3, in, cont->kind(),
1298 InstructionOperand in[] = {temp_operand, result_operand, shift_31,
1300 selector->Emit(opcode, 0, nullptr, 4, in);
1539 // Skip any alignment holes in pushed nodes.
1699 // We can also handle the case where the {node} and the comparison are in
1700 // the same basic block, and the comparison is the only user of {node} in
1701 // this basic block ({node} has users in other basic blocks).