Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp105 indexList.push_back(*createEntry(&MI, index += SlotIndex::InstrDist)); in analyze()
113 indexList.push_back(*createEntry(nullptr, index += SlotIndex::InstrDist)); in analyze()
174 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes()
254 Entry.setIndex(Index * SlotIndex::InstrDist); in packIndexes()
H A DRegAllocFast.cpp77 LastIndex += InstrDist; in init()
128 Step = static_cast<uint64_t>(InstrDist); in getIndex()
157 if (LLVM_UNLIKELY(!Step || (!LastIndex && Step == InstrDist))) { in getIndex()
173 enum { InstrDist = 1024 }; enumerator
H A DRegAllocGreedy.cpp326 (Size / SlotIndex::InstrDist) > in getPriority()
1709 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h40 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
H A DSlotIndexes.h112 InstrDist = 4 * Slot_Count enumerator