Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp488 void calculateLiveIntervals(unsigned NumSlots);
504 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
834 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals()
842 Starts.resize(NumSlots); in calculateLiveIntervals()
844 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals()
884 for (unsigned i = 0; i < NumSlots; ++i) { in calculateLiveIntervals()
1172 unsigned NumSlots) { in expungeSlotMap()
1174 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()
1216 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction()
1219 if (!NumSlots) in runOnMachineFunction()
829 calculateLiveIntervals(unsigned NumSlots) calculateLiveIntervals() argument
1166 expungeSlotMap(DenseMap<int,int> & SlotRemap,unsigned NumSlots) expungeSlotMap() argument
1195 unsigned NumSlots = MFI->getObjectIndexEnd(); runOnMachineFunction() local
[all...]
H A DStackSlotColoring.cpp531 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
532 if (NumSlots == 0) in runOnMachineFunction()
535 unsigned NumSlots = LS->getNumIntervals(); runOnMachineFunction() local
/llvm-project/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/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp73 const unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
74 if (NumSlots == 0) { in runOnMachineFunction()
/llvm-project/llvm/include/llvm/IR/
H A DValue.h918 unsigned NumSlots = 1; in sortUseList()
931 for (I = 0; I < NumSlots; ++I) { in sortUseList()
943 if (I == NumSlots) { in sortUseList()
944 ++NumSlots; in sortUseList()
945 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
956 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
914 unsigned NumSlots = 1; sortUseList() local
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h53 unsigned NumSlots; // Slots reserved to this instruction. member
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp121 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot()
122 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot() local
128 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp994 int NumSlots = processIndex(); in initializeIndexIfNeeded()
996 return NumSlots;
3071 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex()
3133 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in getTTResKindName()
3134 ++NumSlots; in getTTResKindName()
3137 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in getTTResKindName()
992 int NumSlots = processIndex(); initializeIndexIfNeeded() local
3031 int NumSlots = Machine.initializeIndexIfNeeded(); printModuleSummaryIndex() local