Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc38 void InsertOp(const InstructionOperand& op) { in InsertOp() function in v8::internal::compiler::__anon8e75a0ef0111::OperandSet
179 outputs.InsertOp(*instruction->OutputAt(i)); in RemoveClobberedDestinations()
182 outputs.InsertOp(*instruction->TempAt(i)); in RemoveClobberedDestinations()
187 inputs.InsertOp(*instruction->InputAt(i)); in RemoveClobberedDestinations()
221 dst_cant_be.InsertOp(*from->InputAt(i)); in MigrateMoves()
230 src_cant_be.InsertOp(*from->OutputAt(i)); in MigrateMoves()
233 src_cant_be.InsertOp(*from->TempAt(i)); in MigrateMoves()
241 src_cant_be.InsertOp(move->destination()); in MigrateMoves()
265 src_cant_be.InsertOp(current->destination); in MigrateMoves()
438 conflicting_srcs.InsertOp(dest); in OptimizeMerge()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp3344 unsigned InsertOp = 0; in emitINSERT_DF_VIDX() local
3351 InsertOp = Mips::INSERT_B; in emitINSERT_DF_VIDX()
3357 InsertOp = Mips::INSERT_H; in emitINSERT_DF_VIDX()
3363 InsertOp = Mips::INSERT_W; in emitINSERT_DF_VIDX()
3369 InsertOp = Mips::INSERT_D; in emitINSERT_DF_VIDX()
3410 BuildMI(*BB, MI, DL, TII->get(InsertOp), WdTmp2) in emitINSERT_DF_VIDX()