Home
last modified time | relevance | path

Searched refs:InsertOp (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dmove-optimizer.cc36 void InsertOp(const InstructionOperand& op) { in InsertOp() function in v8::internal::compiler::__anon6498dd0a0111::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()
[all …]
/external/clang/lib/Basic/
DSourceManager.cpp1970 InsertOp = IncludedLocMap.insert(std::make_pair(FID, DecompTy())); in getDecomposedIncludedLoc() local
1971 DecompTy &DecompLoc = InsertOp.first->second; in getDecomposedIncludedLoc()
1972 if (!InsertOp.second) in getDecomposedIncludedLoc()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp3230 unsigned InsertOp = 0; in emitINSERT_DF_VIDX() local
3237 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()