Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackColoring.cpp866 Starts.resize(NumSlots); in calculateLiveIntervals()
868 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals()
1196 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()
1226 if (!NumSlots) in runOnMachineFunction()
1230 SortedSlots.reserve(NumSlots); in runOnMachineFunction()
1231 Intervals.reserve(NumSlots); in runOnMachineFunction()
1232 LiveStarts.resize(NumSlots); in runOnMachineFunction()
1257 for (unsigned i=0; i < NumSlots; ++i) { in runOnMachineFunction()
1270 calculateLiveIntervals(NumSlots); in runOnMachineFunction()
1284 for (unsigned I = 0; I < NumSlots; ++I) { in runOnMachineFunction()
[all …]
H A DStackSlotColoring.cpp490 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
491 if (NumSlots == 0) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp69 unsigned NextSlotIdx = CurrentInstructionSlotIdx + std::max(1U, Current.NumSlots); in computeNextSlotIdx()
82 CurrentInstructionSlotIdx += std::max(1U, Current.NumSlots); in consumeCurrentToken()
84 AvailableEntries += Current.NumSlots; in consumeCurrentToken()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h900 unsigned NumSlots = 1; in sortUseList() local
913 for (I = 0; I < NumSlots; ++I) { in sortUseList()
925 if (I == NumSlots) { in sortUseList()
926 ++NumSlots; in sortUseList()
927 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
938 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
/llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h53 unsigned NumSlots; // Slots reserved to this instruction. member
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp124 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local
125 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()
131 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp942 int NumSlots = processIndex(); in initializeIndexIfNeeded() local
944 return NumSlots; in initializeIndexIfNeeded()
2852 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local
2916 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()
2917 ++NumSlots; in printModuleSummaryIndex()
2920 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()