Home
last modified time | relevance | path

Searched refs:endIdx (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp201 SlotIndex endIdx; in repairIndexesInRange() local
203 endIdx = getMBBEndIdx(MBB); in repairIndexesInRange()
205 endIdx = getInstructionIndex(*End); in repairIndexesInRange()
212 IndexList::iterator ListI = endIdx.listEntry()->getIterator(); in repairIndexesInRange()
H A DTwoAddressInstructionPass.cpp1630 SlotIndex endIdx = in processTiedPairs() local
1635 LI.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1638 S.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1645 LR->addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp294 for (size_t callIdx = 0, endIdx = inputs.size(); callIdx < endIdx; in finalize() local
310 while (finalIdx < endIdx) { in finalize()
322 if (finalIdx == endIdx && in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h623 SlotIndex endIdx(endEntry, SlotIndex::Slot_Block); in insertMBBInMaps()
629 MBBRanges.push_back(std::make_pair(startIdx, endIdx)); in insertMBBInMaps()
H A DLiveIntervals.h505 const SlotIndex endIdx, LiveRange &LR, Register Reg,
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4003 size_t startIdx, size_t endIdx) in ZSTD_deriveSeqStoreChunk() argument
4013 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()
4020 resultSeqStore->sequences = originalSeqStore->sequencesStart + endIdx; in ZSTD_deriveSeqStoreChunk()
4021 if (endIdx == (size_t)(originalSeqStore->sequences - originalSeqStore->sequencesStart)) { in ZSTD_deriveSeqStoreChunk()
4197 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument
4206 size_t midIdx = (startIdx + endIdx)/2; in ZSTD_deriveBlockSplitsHelper()
4208 DEBUGLOG(5, "ZSTD_deriveBlockSplitsHelper: startIdx=%zu endIdx=%zu", startIdx, endIdx); in ZSTD_deriveBlockSplitsHelper()
4209 assert(endIdx >= startIdx); in ZSTD_deriveBlockSplitsHelper()
4210 …if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) { in ZSTD_deriveBlockSplitsHelper()
4211 DEBUGLOG(6, "ZSTD_deriveBlockSplitsHelper: Too few sequences (%zu)", endIdx - startIdx); in ZSTD_deriveBlockSplitsHelper()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c4004 size_t startIdx, size_t endIdx) in ZSTD_deriveSeqStoreChunk() argument
4014 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()
4021 resultSeqStore->sequences = originalSeqStore->sequencesStart + endIdx; in ZSTD_deriveSeqStoreChunk()
4022 if (endIdx == (size_t)(originalSeqStore->sequences - originalSeqStore->sequencesStart)) { in ZSTD_deriveSeqStoreChunk()
4198 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument
4207 size_t midIdx = (startIdx + endIdx)/2; in ZSTD_deriveBlockSplitsHelper()
4209 DEBUGLOG(5, "ZSTD_deriveBlockSplitsHelper: startIdx=%zu endIdx=%zu", startIdx, endIdx); in ZSTD_deriveBlockSplitsHelper()
4210 assert(endIdx >= startIdx); in ZSTD_deriveBlockSplitsHelper()
4211 …if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) { in ZSTD_deriveBlockSplitsHelper()
4212 DEBUGLOG(6, "ZSTD_deriveBlockSplitsHelper: Too few sequences (%zu)", endIdx - startIdx); in ZSTD_deriveBlockSplitsHelper()
[all …]