/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 370 SmallVector<BasicBlock *, 2> Splits(predecessors((TailBB))); in splitCallSite() local 371 assert(Splits.size() == 2 && "Expected exactly 2 splits!"); in splitCallSite() 372 for (unsigned i = 0; i < Splits.size(); i++) { in splitCallSite() 373 Splits[i]->getTerminator()->eraseFromParent(); in splitCallSite() 374 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}}); in splitCallSite()
|
D | SROA.cpp | 3645 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member 3719 assert(Offsets.Splits.empty() && in presplitLoadsAndStores() 3722 Offsets.Splits.push_back(P.endOffset() - S.beginOffset()); in presplitLoadsAndStores() 3735 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores() 3737 assert(Offsets.Splits.back() == in presplitLoadsAndStores() 3744 Offsets.Splits.push_back(P.endOffset() - Offsets.S->beginOffset()); in presplitLoadsAndStores() 3774 if (LoadOffsets.Splits == StoreOffsets.Splits) in presplitLoadsAndStores() 3856 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() 3857 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores() 3890 PartOffset = Offsets.Splits[Idx]; in presplitLoadsAndStores() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1167 SmallVector<CHRScope *, 8> Splits; in splitScope() local 1219 Splits.push_back(Scope); in splitScope() 1240 Splits.push_back(Scope); in splitScope() 1245 assert(Splits.size() == SplitsConditionValues.size() && in splitScope() 1246 Splits.size() == SplitsSplitFromOuter.size() && in splitScope() 1247 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope() 1248 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1249 CHRScope *Split = Splits[I]; in splitScope() 1264 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1265 CHRScope *Split = Splits[I]; in splitScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 684 CfgUnorderedMap<SizeT, CfgVector<CfgNode *>> Splits; in shortCircuitJumps() local 692 Splits[Node->getIndex()].push_back(NewNode); in shortCircuitJumps() 709 for (auto *Next : Splits[Current->getIndex()]) { in shortCircuitJumps()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | README.md | 29 1. Splits part preambles and chapters (or any depth of section level) into separate files. Each cha…
|
/third_party/python/Lib/email/ |
D | architecture.rst | 162 Splits the first line on the colon to obtain the name, discards any spaces
|
/third_party/mbedtls/tests/suites/ |
D | host_test.function | 147 * \brief Splits string delimited by ':'. Ignores '\:'.
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | notes.markdown | 364 Splits live ranges for constrained values by inserting the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1573 static void processShaderInputArgs(SmallVectorImpl<ISD::InputArg> &Splits, in processShaderInputArgs() argument 1599 Splits.push_back(*Arg); in processShaderInputArgs() 1618 Splits.push_back(*Arg); in processShaderInputArgs() 2045 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments() local 2056 processShaderInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 2107 Splits.append(Ins.begin(), Ins.end()); in LowerFormalArguments() 2119 CCInfo.AnalyzeFormalArguments(Splits, AssignFn); in LowerFormalArguments() 2289 SmallVector<ISD::OutputArg, 48> Splits; in LowerReturn() local
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_gpu_shader_int16.txt | 459 …| genF16Type frexp(genF16Type x, | Splits x into a floating-point significand in …
|
D | AMD_gpu_shader_half_float.txt | 595 …| genF16Type frexp (genF16Type x, | Splits x into a floating-point significand in t…
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_gpu_shader_int16.txt | 459 …| genF16Type frexp(genF16Type x, | Splits x into a floating-point significand in …
|
D | AMD_gpu_shader_half_float.txt | 595 …| genF16Type frexp (genF16Type x, | Splits x into a floating-point significand in t…
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.errors.txt | 329 /** Splits the given string on \r\n or on only \n if that fails */
|
D | parserharness.types | 765 /** Splits the given string on \r\n or on only \n if that fails */
|
D | parserharness.symbols | 542 /** Splits the given string on \r\n or on only \n if that fails */
|
/third_party/gn/docs/ |
D | reference.md | 61 * [split_list: Splits a list into N different sub-lists.](#func_split_list) 3123 ### <a name="func_split_list"></a>**split_list**: Splits a list into N different sub-lists.
|
/third_party/mindspore/patches/ |
D | 0006-remove-lite-expression-fix-double-loadso.patch | 615 - int group_ = 1; // < Splits filter into groups, `in_channels` and …
|
/third_party/NuttX/ |
D | ReleaseNotes | 15223 value in datasheet. Splits up driver into multiple files to make it
|