Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp866 Starts.resize(NumSlots); in calculateLiveIntervals()
868 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals()
1193 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()
1223 if (!NumSlots) in runOnMachineFunction()
1227 SortedSlots.reserve(NumSlots); in runOnMachineFunction()
1228 Intervals.reserve(NumSlots); in runOnMachineFunction()
1229 LiveStarts.resize(NumSlots); in runOnMachineFunction()
1254 for (unsigned i=0; i < NumSlots; ++i) { in runOnMachineFunction()
1267 calculateLiveIntervals(NumSlots); in runOnMachineFunction()
1281 for (unsigned I = 0; I < NumSlots; ++I) { in runOnMachineFunction()
[all …]
H A DStackSlotColoring.cpp495 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
496 if (NumSlots == 0) in runOnMachineFunction()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h904 unsigned NumSlots = 1; in sortUseList() local
917 for (I = 0; I < NumSlots; ++I) { in sortUseList()
929 if (I == NumSlots) { in sortUseList()
930 ++NumSlots; in sortUseList()
931 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
942 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h53 unsigned NumSlots; // Slots reserved to this instruction. member
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp120 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local
121 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()
127 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp977 int NumSlots = processIndex(); in initializeIndexIfNeeded() local
979 return NumSlots; in initializeIndexIfNeeded()
2905 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local
2969 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()
2970 ++NumSlots; in printModuleSummaryIndex()
2973 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()