Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h892 unsigned NumSlots = 1; in sortUseList() local
905 for (I = 0; I < NumSlots; ++I) { in sortUseList()
917 if (I == NumSlots) { in sortUseList()
918 ++NumSlots; in sortUseList()
919 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
930 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h53 unsigned NumSlots; // Slots reserved to this instruction. member
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/sys/dev/mps/
H A Dmps_table.c414 MPS_PRINTFIELD(sc, data, NumSlots, %d); in mps_print_evt_sas()
H A Dmps_mapping.c2299 if (!event_data->NumSlots) { in mps_mapping_enclosure_dev_status_change_event()
2392 et_entry->num_slots = le16toh(event_data->NumSlots); in mps_mapping_enclosure_dev_status_change_event()
/freebsd-13.1/sys/dev/mpr/
H A Dmpr_table.c435 MPR_PRINTFIELD_16(sc, data, NumSlots, %d); in mpr_print_evt_sas()
H A Dmpr_mapping.c2769 if (!event_data->NumSlots) { in mpr_mapping_enclosure_dev_status_change_event()
2862 et_entry->num_slots = le16toh(event_data->NumSlots); in mpr_mapping_enclosure_dev_status_change_event()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp945 int NumSlots = processIndex(); in initializeIndexIfNeeded() local
947 return NumSlots; in initializeIndexIfNeeded()
2893 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local
2957 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()
2958 ++NumSlots; in printModuleSummaryIndex()
2961 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()
/freebsd-13.1/usr.sbin/mpsutil/
H A Dmps_show.c671 le16toh(enc->NumSlots), le32toh(enc->EnclosureLogicalID.High), in show_enclosures()
/freebsd-13.1/sys/dev/mps/mpi/
H A Dmpi2_ioc.h878 U16 NumSlots; /* 0x0C */ member
H A Dmpi2_cnfg.h2512 U16 NumSlots; /* 0x18 */ member
/freebsd-13.1/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1096 U16 NumSlots; /* 0x0C */ member
H A Dmpi2_cnfg.h3047 U16 NumSlots; /* 0x18 */ member
/freebsd-13.1/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h3017 U16 NumSlots; /* 18h */ member