Searched refs:endIdx (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SlotIndexes.cpp | 201 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 D | TwoAddressInstructionPass.cpp | 1628 SlotIndex endIdx = in processTiedPairs() local 1633 LI.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs() 1636 S.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs() 1643 LR->addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ConcatOutputSection.cpp | 234 for (size_t callIdx = 0, endIdx = inputs.size(); callIdx < endIdx; in finalize() local 250 while (finalIdx < endIdx) { in finalize() 262 if (finalIdx == endIdx && stubsInRangeVA == TargetInfo::outOfRangeVA) { in finalize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 622 SlotIndex endIdx(endEntry, SlotIndex::Slot_Block); in insertMBBInMaps() 628 MBBRanges.push_back(std::make_pair(startIdx, endIdx)); in insertMBBInMaps()
|
H A D | LiveIntervals.h | 493 const SlotIndex endIdx, LiveRange &LR, Register Reg,
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress.c | 3401 size_t startIdx, size_t endIdx) { in ZSTD_deriveSeqStoreChunk() argument 3414 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk() 3421 resultSeqStore->sequences = originalSeqStore->sequencesStart + endIdx; in ZSTD_deriveSeqStoreChunk() 3424 if (endIdx == (size_t)(originalSeqStore->sequences - originalSeqStore->sequencesStart)) { in ZSTD_deriveSeqStoreChunk() 3586 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument 3595 size_t midIdx = (startIdx + endIdx)/2; in ZSTD_deriveBlockSplitsHelper() 3597 …if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) { in ZSTD_deriveBlockSplitsHelper() 3601 DEBUGLOG(4, "ZSTD_deriveBlockSplitsHelper: startIdx=%zu endIdx=%zu", startIdx, endIdx); in ZSTD_deriveBlockSplitsHelper() 3602 ZSTD_deriveSeqStoreChunk(fullSeqStoreChunk, origSeqStore, startIdx, endIdx); in ZSTD_deriveBlockSplitsHelper() 3604 ZSTD_deriveSeqStoreChunk(secondHalfSeqStore, origSeqStore, midIdx, endIdx); in ZSTD_deriveBlockSplitsHelper() [all …]
|