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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp167 void calculateLiveIntervals(unsigned NumSlots);
183 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
391 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { argument
400 Starts.resize(NumSlots);
402 Finishes.resize(NumSlots);
442 for (unsigned i = 0; i < NumSlots; ++i) {
646 unsigned NumSlots) {
648 for (unsigned i=0; i < NumSlots; ++i) {
675 unsigned NumSlots = MFI->getObjectIndexEnd(); local
678 if (!NumSlots)
645 expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots) argument
689 DEBUG(dbgs()<<"Found "<<NumMarkers<<" markers and "<<NumSlots<<" slots\\n"); local
[all...]
H A DStackSlotColoring.cpp432 unsigned NumSlots = LS->getNumIntervals(); local
433 if (NumSlots == 0)
/freebsd-10.3-release/sys/dev/mpr/
H A Dmpr_table.c362 MPR_EVENTFIELD(sc, data, NumSlots, %d);
H A Dmpr_mapping.c1917 if (!event_data->NumSlots) {
1983 et_entry->num_slots = le16toh(event_data->NumSlots);
/freebsd-10.3-release/sys/dev/mps/
H A Dmps_table.c360 MPS_EVENTFIELD(sc, data, NumSlots, %d);
H A Dmps_mapping.c1917 if (!event_data->NumSlots) {
1983 et_entry->num_slots = le16toh(event_data->NumSlots);
/freebsd-10.3-release/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-10.3-release/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1034 U16 NumSlots; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_SAS_ENCL_DEV_STATUS_CHANGE
H A Dmpi2_cnfg.h2868 U16 NumSlots; /* 0x18 */ member in struct:_MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0
/freebsd-10.3-release/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h3089 U16 NumSlots; /* 18h */ member in struct:_CONFIG_PAGE_SAS_ENCLOSURE_0

Completed in 264 milliseconds