Home
last modified time | relevance | path

Searched refs:splice (Results 126 - 150 of 262) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp179 RestMBB->splice(RestMBB->begin(), &MBB, MI, MBB.end()); in expandCondMove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp302 ThenMBB->splice(ThenMBB->end(), EHPad, Extract, EHPad->end()); in addExceptionExtraction()
H A DWebAssemblyRegStackify.cpp491 MBB.splice(Insert, &MBB, Def); in moveForSingleUse()
605 MBB.splice(Insert, &MBB, Def); in moveAndTeeForMultiUse()
/third_party/node/lib/internal/
H A Durl.js397 list.splice(i, 2);
405 list.splice(i, 2);
503 list.splice(i, 2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineLICM.cpp636 Preheader->splice(Preheader->getFirstTerminator(), MBB, MI); in HoistPostRA()
832 B->splice(B->getFirstNonPHI(), Preheader, I); in SinkIntoLoop()
1516 // Otherwise, splice the instruction to the preheader. in Hoist()
1517 Preheader->splice(Preheader->getFirstTerminator(),MI->getParent(),MI); in Hoist()
H A DInterleavedLoadCombinePass.cpp1092 InterleavedLoad.splice(InterleavedLoad.end(), Candidates, Res[i]); in findPattern()
1290 Candidates.splice(Candidates.begin(), InterleavedLoad, in run()
H A DBranchRelaxation.cpp236 NewBB->splice(NewBB->end(), OrigBB, MI.getIterator(), OrigBB->end()); in splitBlockBeforeInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp232 DoneBB->splice(DoneBB->end(), &MBB, MI, MBB.end()); in expandCMP_SWAP()
325 DoneBB->splice(DoneBB->end(), &MBB, MI, MBB.end()); in expandCMP_SWAP_128()
384 DoneBB->splice(DoneBB->end(), &MBB, MI, MBB.end()); in expandSetTagLoop()
/third_party/protobuf/js/
H A Dmessage.js1140 arr.splice(opt_index, 0, value);
1382 wrapperArray.splice(index, 0, insertedValue);
1383 array.splice(index, 0, insertedValue.toArray());
/drivers/peripheral/camera/test/ut/buffer_manager/
H A Dbuffer_manager_utest.cpp299 busyList.splice(busyList.begin(), idleList, it); in HWTEST_F()
327 idleList.splice(idleList.end(), busyList, retBufferIt); in HWTEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp475 BB->splice(InsertPos, BB, Clause.second[i]); in EmitFetchClause()
487 BB->splice(InsertPos, BB, Clause.second[i]); in EmitALUClause()
H A DSIFixSGPRCopies.cpp531 I->getParent()->splice(I, MI2->getParent(), MI2);
579 MBB->splice(*R, MBB, MI);
H A DAMDILCFGStructurizer.cpp1368 DstMBB->splice(DstMBB->end(), SrcMBB, SrcMBB->begin(), SrcMBB->end()); in mergeSerialBlock()
1408 MBB->splice(I, TrueMBB, TrueMBB->begin(), TrueMBB->end()); in mergeIfthenelseBlock()
1418 MBB->splice(I, FalseMBB, FalseMBB->begin(), in mergeIfthenelseBlock()
1564 LLVM_DEBUG(dbgs() << "migrateInstruction before splice dstSize = " in migrateInstruction()
1568 //splice insert before insertPos in migrateInstruction()
1569 DstMBB->splice(I, SrcMBB, SrcMBB->begin(), SpliceEnd); in migrateInstruction()
1571 LLVM_DEBUG(dbgs() << "migrateInstruction after splice dstSize = " in migrateInstruction()
H A DAMDGPURewriteOutArguments.cpp383 NewFunc->getBasicBlockList().splice(NewFunc->begin(), F.getBasicBlockList()); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp791 MBB.splice(std::next(SlotI), &MBB, Filler.getReverse()); in searchBackward()
815 MBB.splice(std::next(Slot), &MBB, Filler); in searchForward()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp227 // Since we have now created the new function, splice the body of the old in DeleteDeadVarargs()
230 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList()); in DeleteDeadVarargs()
1008 // Since we have now created the new function, splice the body of the old in RemoveDeadStuffFromFunction()
1011 NF->getBasicBlockList().splice(NF->begin(), F->getBasicBlockList()); in RemoveDeadStuffFromFunction()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js622 this._stack.splice(pos, 0, newFn)
642 this._stack.splice(pos, 0, newFn)
656 this._stack.splice(pos, 1)
843 this.elements.splice(position, 0, insertIdx, val)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedStringBuilder.java226 public int splice( in splice() method in FormattedStringBuilder
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedStringBuilder.java212 public int splice( in splice() method in FormattedStringBuilder
/third_party/icu/icu4c/source/i18n/
H A Dformatted_string_builder.cpp196 FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() function in FormattedStringBuilder
H A Dnumber_patternmodifier.cpp198 overwriteLen = output.splice( in apply()
/third_party/node/deps/icu-small/source/i18n/
H A Dformatted_string_builder.cpp196 FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() function in FormattedStringBuilder
/third_party/node/deps/npm/node_modules/yallist/
H A Dyallist.js323 Yallist.prototype.splice = function (start, deleteCount, ...nodes) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformatted_string_builder.cpp195 FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() function in FormattedStringBuilder
H A Dnumber_patternmodifier.cpp194 overwriteLen = output.splice( in apply()

Completed in 39 milliseconds

1234567891011