Home
last modified time | relevance | path

Searched full:splits (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd/lib/libpmc/pmu-events/arch/x86/bonnell/
H A Dmemory.json19 "BriefDescription": "Load splits",
27 "BriefDescription": "Load splits (At Retirement)",
43 "BriefDescription": "ld-op-st splits",
75 "BriefDescription": "Store splits",
83 "BriefDescription": "Store splits (Ar Retirement)",
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_ldm.c62 * splits. This effectively resets the hash state. This is used when skipping
89 * Registers in the splits array all the split points found in the first
91 * either all the data has been processed or LDM_BATCH_SIZE splits are
92 * present in the splits array.
94 * Precondition: The splits array must not be full.
98 size_t* splits, unsigned* numSplits) in ZSTD_ldm_gear_feed() argument
111 splits[*numSplits] = n; \ in ZSTD_ldm_gear_feed()
276 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_fillHashTable() local
287 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits); in ZSTD_ldm_fillHashTable()
290 if (ip + splits[n] >= istart + minMatchLength) { in ZSTD_ldm_fillHashTable()
[all …]
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst24.020 splits="$*"
21 check "$LINENO" "$splits" "a@bc@d@a@bc@d@a bc d@a bc d"
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetID.cpp88 auto Splits = Features.split(':'); in parseTargetIDWithFormatCheckingOnly() local
89 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly()
90 auto Feature = Splits.first.drop_back(); in parseTargetIDWithFormatCheckingOnly()
99 Features = Splits.second; in parseTargetIDWithFormatCheckingOnly()
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c59 #define PLX_MAX_SPLIT 128 /* Allow are at most 128 splits. */
73 } splits[PLX_MAX_SPLIT]; member
372 mw->splits[j].mw_map_mode = VM_MEMATTR_UNCACHEABLE; in ntb_plx_attach()
722 bsize = mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
760 addr = split ? UINT64_MAX : mw->splits[0].mw_xlat_addr; in ntb_plx_mw_set_trans_internal()
769 size = split ? 0 : mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
775 eaddr = addr = mw->splits[sp].mw_xlat_addr; in ntb_plx_mw_set_trans_internal()
776 size = mw->splits[sp++].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
811 mw->splits[sp].mw_xlat_addr = addr; in ntb_plx_mw_set_trans()
812 mw->splits[sp].mw_xlat_size = size; in ntb_plx_mw_set_trans()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSplitModule.h9 // This file defines the function llvm::SplitModule, which splits a module
25 /// Splits the module M into N linkable partitions. The function ModuleCallback
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp361 // predecessors. Therefore we must get complete list of Splits before in splitCallSite()
363 SmallVector<BasicBlock *, 2> Splits(predecessors((TailBB))); in splitCallSite() local
364 assert(Splits.size() == 2 && "Expected exactly 2 splits!"); in splitCallSite()
365 for (BasicBlock *BB : Splits) { in splitCallSite()
523 // Successful musttail call-site splits result in erased CI and erased BB. in doCallSiteSplitting()
H A DSROA.cpp835 // If we've finished all splits, this is easy. in advance()
3751 /// This method recursively splits an aggregate op (load or store) into
3752 /// scalar or vector ops. It splits recursively until it hits a single value
4315 // We need to accumulate the splits required of each load or store where we in presplitLoadsAndStores()
4321 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member
4395 assert(Offsets.Splits.empty() && in presplitLoadsAndStores()
4396 "Should not have splits the first time we see an instruction!"); in presplitLoadsAndStores()
4398 Offsets.Splits.push_back(P.endOffset() - S.beginOffset()); in presplitLoadsAndStores()
4411 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores()
4412 "Cannot have an empty set of splits on the second partition!"); in presplitLoadsAndStores()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp12 // This pass splits out cold machine basic blocks from the parent function. This
67 cl::desc("Splits all EH code and it's descendants by default."),
89 /// setDescendantEHBlocksCold - This splits all EH pads and blocks reachable
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext.hpp81 //! \brief Splits a string into words.
83 //! Splits the given string into multiple words, all separated by the
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml77 description: CRAM page size. The controller splits the burst access
141 reaches 0, the controller splits the current access, toggles NE to
/freebsd/lib/libc/db/btree/
H A Dbt_debug.c294 (void)fprintf(stderr, "%lu splits (%lu root splits, %lu sort splits)\n", in __bt_stat()
/freebsd/lib/libc/regex/grot/
H A Dsplit.c147 * pgm sep splits stdin lines by sep
148 * pgm str sep splits str by sep
149 * pgm str sep n splits str by sep n times
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c178 * pgm sep splits stdin lines by sep
179 * pgm str sep splits str by sep
180 * pgm str sep n splits str by sep n times
/freebsd/crypto/openssl/apps/include/
H A Dplatform.h26 * Win32-specific argv initialization that splits OS-supplied UNICODE
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp160 auto Splits = Part.rtrim().split('='); in parseHIPVersionFile() local
161 if (Splits.first == "HIP_VERSION_MAJOR") { in parseHIPVersionFile()
162 if (Splits.second.getAsInteger(0, Major)) in parseHIPVersionFile()
164 } else if (Splits.first == "HIP_VERSION_MINOR") { in parseHIPVersionFile()
165 if (Splits.second.getAsInteger(0, Minor)) in parseHIPVersionFile()
167 } else if (Splits.first == "HIP_VERSION_PATCH") in parseHIPVersionFile()
168 VersionPatch = Splits.second.str(); in parseHIPVersionFile()
/freebsd/contrib/one-true-awk/testdir/
H A DT.flags23 ### Awk is now like gawk and splits into separate characters if FS = ""
/freebsd/usr.bin/csplit/
H A Dcsplit.c32 * This utility splits its input into numbered output files by line number
352 /* Handle splits for /regexp/ and %regexp% patterns. */
436 /* Handle splits based on line number. */
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.h17 /// A LinkGraph pass that splits blocks in a section that follows the DWARF
/freebsd/sbin/nvmecontrol/
H A Dfabrics.h12 * Splits 'in_address' into separate 'address' and 'port' strings. If
/freebsd/contrib/openpam/doc/man/
H A Dopenpam_readlinev.318 function reads a line from a file, splits it
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.h20 /// Splits the module M into N linkable partitions. The function ModuleCallback
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst24 For example, x86-64's medium code model splits global variables into small and
/freebsd/contrib/one-true-awk/
H A Dawk.1266 splits the string
282 An empty string as field separator splits the string
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1069 // unnecessary splits at scopes with no branch/selects. If in shouldSplit()
1145 SmallVector<CHRScope *, 8> Splits; in splitScope() local
1197 Splits.push_back(Scope); in splitScope()
1218 Splits.push_back(Scope); in splitScope()
1223 assert(Splits.size() == SplitsConditionValues.size() && in splitScope()
1224 Splits.size() == SplitsSplitFromOuter.size() && in splitScope()
1225 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope()
1226 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope()
1227 CHRScope *Split = Splits[I]; in splitScope()
1242 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope()
[all …]

123456789