Lines Matching refs:InsertOp
36 void InsertOp(const InstructionOperand& op) { in InsertOp() function in v8::internal::compiler::__anondb3047930111::OperandSet
182 outputs.InsertOp(*instruction->OutputAt(i)); in RemoveClobberedDestinations()
185 outputs.InsertOp(*instruction->TempAt(i)); in RemoveClobberedDestinations()
190 inputs.InsertOp(*instruction->InputAt(i)); in RemoveClobberedDestinations()
224 dst_cant_be.InsertOp(*from->InputAt(i)); in MigrateMoves()
233 src_cant_be.InsertOp(*from->OutputAt(i)); in MigrateMoves()
236 src_cant_be.InsertOp(*from->TempAt(i)); in MigrateMoves()
244 src_cant_be.InsertOp(move->destination()); in MigrateMoves()
268 src_cant_be.InsertOp(current->destination); in MigrateMoves()
443 conflicting_srcs.InsertOp(dest); in OptimizeMerge()
458 conflicting_srcs.InsertOp(current->first.destination); in OptimizeMerge()