| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 866 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 D | StackSlotColoring.cpp | 495 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 D | RetireControlUnit.cpp | 69 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 D | Value.h | 892 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 D | RetireControlUnit.h | 53 unsigned NumSlots; // Slots reserved to this instruction. member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 120 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 D | mps_table.c | 414 MPS_PRINTFIELD(sc, data, NumSlots, %d); in mps_print_evt_sas()
|
| H A D | mps_mapping.c | 2299 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 D | mpr_table.c | 435 MPR_PRINTFIELD_16(sc, data, NumSlots, %d); in mpr_print_evt_sas()
|
| H A D | mpr_mapping.c | 2769 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 D | AsmWriter.cpp | 945 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 D | mps_show.c | 671 le16toh(enc->NumSlots), le32toh(enc->EnclosureLogicalID.High), in show_enclosures()
|
| /freebsd-13.1/sys/dev/mps/mpi/ |
| H A D | mpi2_ioc.h | 878 U16 NumSlots; /* 0x0C */ member
|
| H A D | mpi2_cnfg.h | 2512 U16 NumSlots; /* 0x18 */ member
|
| /freebsd-13.1/sys/dev/mpr/mpi/ |
| H A D | mpi2_ioc.h | 1096 U16 NumSlots; /* 0x0C */ member
|
| H A D | mpi2_cnfg.h | 3047 U16 NumSlots; /* 0x18 */ member
|
| /freebsd-13.1/sys/dev/mpt/mpilib/ |
| H A D | mpi_cnfg.h | 3017 U16 NumSlots; /* 18h */ member
|