Searched refs:InsertOp (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | move-optimizer.cc | 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() [all …]
|
/external/tensorflow/tensorflow/core/kernels/lookup_tables/ |
D | generic_table_op_kernels.cc | 84 using InsertOp = LookupTableInsertOp< typedef 199 InsertOp<string, table_value_dtype>); \ 205 InsertOp<StringViewVariantWrapper, table_value_dtype>); \
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1970 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 3321 unsigned InsertOp = 0; in emitINSERT_DF_VIDX() local 3328 InsertOp = Mips::INSERT_B; in emitINSERT_DF_VIDX() 3334 InsertOp = Mips::INSERT_H; in emitINSERT_DF_VIDX() 3340 InsertOp = Mips::INSERT_W; in emitINSERT_DF_VIDX() 3346 InsertOp = Mips::INSERT_D; in emitINSERT_DF_VIDX() 3387 BuildMI(*BB, MI, DL, TII->get(InsertOp), WdTmp2) in emitINSERT_DF_VIDX()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 3230 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()
|