/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZPostRewrite.cpp | 179 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 D | WebAssemblyLateEHPrepare.cpp | 302 ThenMBB->splice(ThenMBB->end(), EHPad, Extract, EHPad->end()); in addExceptionExtraction()
|
H A D | WebAssemblyRegStackify.cpp | 491 MBB.splice(Insert, &MBB, Def); in moveForSingleUse() 605 MBB.splice(Insert, &MBB, Def); in moveAndTeeForMultiUse()
|
/third_party/node/lib/internal/ |
H A D | url.js | 397 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 D | MachineLICM.cpp | 636 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 D | InterleavedLoadCombinePass.cpp | 1092 InterleavedLoad.splice(InterleavedLoad.end(), Candidates, Res[i]); in findPattern() 1290 Candidates.splice(Candidates.begin(), InterleavedLoad, in run()
|
H A D | BranchRelaxation.cpp | 236 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 D | AArch64ExpandPseudoInsts.cpp | 232 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 D | message.js | 1140 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 D | buffer_manager_utest.cpp | 299 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 D | R600ControlFlowFinalizer.cpp | 475 BB->splice(InsertPos, BB, Clause.second[i]); in EmitFetchClause() 487 BB->splice(InsertPos, BB, Clause.second[i]); in EmitALUClause()
|
H A D | SIFixSGPRCopies.cpp | 531 I->getParent()->splice(I, MI2->getParent(), MI2); 579 MBB->splice(*R, MBB, MI);
|
H A D | AMDILCFGStructurizer.cpp | 1368 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 D | AMDGPURewriteOutArguments.cpp | 383 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 D | MipsDelaySlotFiller.cpp | 791 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 D | DeadArgumentElimination.cpp | 227 // 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 D | lunr.js | 622 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 D | FormattedStringBuilder.java | 226 public int splice( in splice() method in FormattedStringBuilder
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | FormattedStringBuilder.java | 212 public int splice( in splice() method in FormattedStringBuilder
|
/third_party/icu/icu4c/source/i18n/ |
H A D | formatted_string_builder.cpp | 196 FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() function in FormattedStringBuilder
|
H A D | number_patternmodifier.cpp | 198 overwriteLen = output.splice( in apply()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | formatted_string_builder.cpp | 196 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 D | yallist.js | 323 Yallist.prototype.splice = function (start, deleteCount, ...nodes) {
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | formatted_string_builder.cpp | 195 FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() function in FormattedStringBuilder
|
H A D | number_patternmodifier.cpp | 194 overwriteLen = output.splice( in apply()
|