Searched refs:InsertOp (Results 1 – 3 of 3) sorted by relevance
36 void InsertOp(const InstructionOperand& op) { in InsertOp() function in v8::internal::compiler::__anon6498dd0a0111::OperandSet182 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()[all …]
1970 InsertOp = IncludedLocMap.insert(std::make_pair(FID, DecompTy())); in getDecomposedIncludedLoc() local1971 DecompTy &DecompLoc = InsertOp.first->second; in getDecomposedIncludedLoc()1972 if (!InsertOp.second) in getDecomposedIncludedLoc()
3230 unsigned InsertOp = 0; in emitINSERT_DF_VIDX() local3237 InsertOp = Mips::INSERT_B; in emitINSERT_DF_VIDX()3243 InsertOp = Mips::INSERT_H; in emitINSERT_DF_VIDX()3249 InsertOp = Mips::INSERT_W; in emitINSERT_DF_VIDX()3255 InsertOp = Mips::INSERT_D; in emitINSERT_DF_VIDX()3296 BuildMI(*BB, MI, DL, TII->get(InsertOp), WdTmp2) in emitINSERT_DF_VIDX()