Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp528 void calculateLiveIntervals(unsigned NumSlots);
544 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()
1191 unsigned NumSlots) { in expungeSlotMap() argument
1193 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()
1220 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local
1223 if (!NumSlots) in runOnMachineFunction()
[all …]
H A DStackSlotColoring.cpp495 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
496 if (NumSlots == 0) in runOnMachineFunction()
/netbsd-src/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-src/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-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h53 unsigned NumSlots; // Slots reserved to this instruction. member
/netbsd-src/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-src/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()