Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp526 void calculateLiveIntervals(unsigned NumSlots);
542 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
858 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals() argument
866 Starts.resize(NumSlots); in calculateLiveIntervals()
868 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals()
908 for (unsigned i = 0; i < NumSlots; ++i) { in calculateLiveIntervals()
1194 unsigned NumSlots) { in expungeSlotMap() argument
1196 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()
1223 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local
1226 if (!NumSlots) in runOnMachineFunction()
[all …]
H A DStackSlotColoring.cpp490 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
491 if (NumSlots == 0) in runOnMachineFunction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h897 unsigned NumSlots = 1; in sortUseList() local
910 for (I = 0; I < NumSlots; ++I) { in sortUseList()
922 if (I == NumSlots) { in sortUseList()
923 ++NumSlots; in sortUseList()
924 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
935 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h53 unsigned NumSlots; // Slots reserved to this instruction. member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp122 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local
123 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()
129 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp960 int NumSlots = processIndex(); in initializeIndexIfNeeded() local
962 return NumSlots; in initializeIndexIfNeeded()
2881 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local
2944 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()
2945 ++NumSlots; in printModuleSummaryIndex()
2948 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()