Home
last modified time | relevance | path

Searched refs:insertAfter (Results 1 – 25 of 64) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp290 auto insertAfter = block->size() > 0 ? &block->back() : nullptr; in EmitVariable() local
291 while(insertAfter != nullptr && insertAfter->isTerminator()) in EmitVariable()
293 insertAfter = insertAfter->getPrevNode(); in EmitVariable()
302 scope.pending.insertAfter = insertAfter; in EmitVariable()
339 if(pending.insertAfter != nullptr) in emitPending()
341 builder->SetInsertPoint(pending.block, ++pending.insertAfter->getIterator()); in emitPending()
375 if(pending.insertAfter != nullptr) { di->moveAfter(pending.insertAfter); } in emitPending()
DLLVMReactorDebugInfo.hpp121 llvm::Instruction *insertAfter = nullptr; member
/third_party/jsframework/runtime/main/model/
DdomHelper.ts73 element.element.insertAfter(end, updateMark);
74 element.element.insertAfter(start, updateMark);
181 return parent.insertAfter(element, after);
202 signal = parent.insertAfter(el, temp);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp79 NewASCToLocal->insertAfter(allocaInst); in runOnFunction()
80 NewASCToGeneric->insertAfter(NewASCToLocal); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp211 RealRem->insertAfter(RemInst); in optimizeDivRem()
301 Mul->insertAfter(RemInst); in optimizeDivRem()
302 Sub->insertAfter(Mul); in optimizeDivRem()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_bb.cpp144 insertAfter(exit, inst); // after last phi in insertHead()
166 insertAfter(exit, inst); in insertTail()
175 insertAfter(exit, inst); in insertTail()
216 BasicBlock::insertAfter(Instruction *p, Instruction *q) in insertAfter() function in nv50_ir::BasicBlock
Dnv50_ir_ra.cpp572 bb->insertAfter(cal, mov); in visit()
1731 defi->bb->insertAfter(defi, s); in spill()
1741 defi->bb->insertAfter(defi, st); in spill()
2113 i->bb->insertAfter(i, hzd); in addHazard()
2156 insn->bb->insertAfter(insn, split); in condenseDefs()
2578 i->bb->insertAfter(i, nop); in visit()
2591 i->bb->insertAfter(i, nop); in visit()
2669 cst->bb->insertAfter(cst, mov); in insertConstraintMoves()
/third_party/typescript/tests/baselines/reference/
DgenericClassWithStaticFactory.js86 public insertAfter(data: T): List<T> {
213 List.prototype.insertAfter = function (data) { method in List
DgenericClassWithStaticFactory.types336 public insertAfter(data: T): List<T> {
337 >insertAfter : (data: T) => List<T>
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp609 RuleChain *insertAfter = prules->mRules; in parse() local
610 while (insertAfter->fNext!=nullptr && in parse()
611 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){ in parse()
612 insertAfter=insertAfter->fNext; in parse()
614 newChain->fNext = insertAfter->fNext; in parse()
615 insertAfter->fNext = newChain; in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h629 iterator insertAfter(iterator I, MachineInstr *MI) {
634 return Insts.insertAfter(I.getInstrIterator(), MI);
646 return Insts.insertAfter(I, MI);
/third_party/typescript/tests/cases/compiler/
DgenericClassWithStaticFactory.ts85 public insertAfter(data: T): List<T> { method in List
/third_party/node/deps/icu-small/source/i18n/
Dplurrule.cpp736 RuleChain *insertAfter = prules->mRules; in parse() local
737 while (insertAfter->fNext!=nullptr && in parse()
738 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){ in parse()
739 insertAfter=insertAfter->fNext; in parse()
741 newChain->fNext = insertAfter->fNext; in parse()
742 insertAfter->fNext = newChain; in parse()
/third_party/icu/icu4c/source/i18n/
Dplurrule.cpp728 RuleChain *insertAfter = prules->mRules; in parse() local
729 while (insertAfter->fNext!=nullptr && in parse()
730 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){ in parse()
731 insertAfter=insertAfter->fNext; in parse()
733 newChain->fNext = insertAfter->fNext; in parse()
734 insertAfter->fNext = newChain; in parse()
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp728 RuleChain *insertAfter = prules->mRules; in parse() local
729 while (insertAfter->fNext!=nullptr && in parse()
730 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){ in parse()
731 insertAfter=insertAfter->fNext; in parse()
733 newChain->fNext = insertAfter->fNext; in parse()
734 insertAfter->fNext = newChain; in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp459 StackAddr->insertAfter(&I); in setupEntryBlockAndCallSites()
461 StoreStackAddr->insertAfter(StackAddr); in setupEntryBlockAndCallSites()
DGCRootLowering.cpp166 SI->insertAfter(Root); in InsertRootInitializers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp286 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { in insertAfter() function in VPRecipeBase
291 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
307 insertAfter(InsertPos); in moveAfter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h95 void insertAfter(Instruction *InsertPos);
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts648 const insertAfter = findChild("x", sourceFile); constant
650 changeTracker.insertNodeAfter(sourceFile, insertAfter, newNode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp79 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter() function in Instruction
80 InsertPos->getParent()->getInstList().insertAfter(InsertPos->getIterator(), in insertAfter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp643 NewPtr->insertAfter(cast<Instruction>(PtrInc)); in rewriteLoadStores()
655 ReplNewPtr->insertAfter(RealNewPtr); in rewriteLoadStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp309 LoadNotNull->insertAfter(LI); in addAssumeNonNull()
311 CI->insertAfter(LoadNotNull); in addAssumeNonNull()
/third_party/parse5/packages/parse5/test/
Dopen-element-stack.test.js71 stack.insertAfter(element1, element3);
75 stack.insertAfter(element2, element1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h105 void insertAfter(Instruction *InsertPos);

123