Home | History | Annotate | Download | only in compiler

Lines Matching refs:InsertOp

36   void InsertOp(const InstructionOperand& op) {
182 outputs.InsertOp(*instruction->OutputAt(i));
185 outputs.InsertOp(*instruction->TempAt(i));
190 inputs.InsertOp(*instruction->InputAt(i));
224 dst_cant_be.InsertOp(*from->InputAt(i));
233 src_cant_be.InsertOp(*from->OutputAt(i));
236 src_cant_be.InsertOp(*from->TempAt(i));
244 src_cant_be.InsertOp(move->destination());
268 src_cant_be.InsertOp(current->destination);
443 conflicting_srcs.InsertOp(dest);
458 conflicting_srcs.InsertOp(current->first.destination);