Home
last modified time | relevance | path

Searched refs:InstrDist (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp90 indexList.push_back(createEntry(&MI, index += SlotIndex::InstrDist)); in runOnMachineFunction()
98 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist)); in runOnMachineFunction()
162 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes()
242 Entry.setIndex(Index * SlotIndex::InstrDist); in packIndexes()
H A DRegAllocFast.cpp76 LastIndex += InstrDist; in init()
127 Step = static_cast<uint64_t>(InstrDist); in getIndex()
156 if (LLVM_UNLIKELY(!Step || (!LastIndex && Step == InstrDist))) { in getIndex()
172 enum { InstrDist = 1024 }; enumerator
H A DRegAllocGreedy.cpp328 (Size / SlotIndex::InstrDist) > in getPriority()
1711 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h40 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
H A DSlotIndexes.h115 InstrDist = 4 * Slot_Count