Searched refs:NumSlots (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp66 unsigned NextSlotIdx = CurrentInstructionSlotIdx + std::max(1U, Current.NumSlots);
79 CurrentInstructionSlotIdx += std::max(1U, Current.NumSlots);
81 AvailableEntries += Current.NumSlots;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h45 // 'NumSlots' represents the number of entries consumed by the instruction in
53 unsigned NumSlots; // Slots reserved to this instruction. member in struct:llvm::mca::RetireControlUnit::RUToken
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp495 void calculateLiveIntervals(unsigned NumSlots);
511 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
814 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { argument
822 Starts.resize(NumSlots);
824 DefinitelyInUse.resize(NumSlots);
864 for (unsigned i = 0; i < NumSlots; ++i) {
1142 unsigned NumSlots) {
1144 for (unsigned i=0; i < NumSlots; ++i) {
1171 unsigned NumSlots = MFI->getObjectIndexEnd(); local
1174 if (!NumSlots)
1141 expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots) argument
1185 LLVM_DEBUG(dbgs() << "Found " << NumMarkers << " markers and " << NumSlots local
[all...]
H A DStackSlotColoring.cpp499 unsigned NumSlots = LS->getNumIntervals(); local
500 if (NumSlots == 0)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h762 unsigned NumSlots = 1; local
775 for (I = 0; I < NumSlots; ++I) {
787 if (I == NumSlots) {
788 ++NumSlots;
789 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32");
800 for (unsigned I = 0; I < NumSlots; ++I)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp105 const size_t NumSlots = AllocatedStackSlots.size(); local
106 assert(NextSlotToAllocate <= NumSlots && "Broken invariant");
112 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) {
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c600 enc->NumSlots, enc->EnclosureLogicalID.High,
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_table.c384 MPR_PRINTFIELD(sc, data, NumSlots, %d);
H A Dmpr_mapping.c2768 if (!event_data->NumSlots) {
2851 et_entry->num_slots = le16toh(event_data->NumSlots);
/freebsd-11-stable/sys/dev/mps/
H A Dmps_table.c361 MPS_PRINTFIELD(sc, data, NumSlots, %d);
H A Dmps_mapping.c2303 if (!event_data->NumSlots) {
2386 et_entry->num_slots = le16toh(event_data->NumSlots);
/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2_ioc.h896 U16 NumSlots; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_SAS_ENCL_DEV_STATUS_CHANGE
H A Dmpi2_cnfg.h2588 U16 NumSlots; /* 0x18 */ member in struct:_MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0
/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1119 U16 NumSlots; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_SAS_ENCL_DEV_STATUS_CHANGE
H A Dmpi2_cnfg.h3100 U16 NumSlots; /* 0x18 */ member in struct:_MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h3089 U16 NumSlots; /* 18h */ member in struct:_CONFIG_PAGE_SAS_ENCLOSURE_0

Completed in 459 milliseconds