| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 833 Starts.resize(NumSlots); in calculateLiveIntervals() 835 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals() 1164 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap() 1194 if (!NumSlots) in runOnMachineFunction() 1198 SortedSlots.reserve(NumSlots); in runOnMachineFunction() 1199 Intervals.reserve(NumSlots); in runOnMachineFunction() 1200 LiveStarts.resize(NumSlots); in runOnMachineFunction() 1225 for (unsigned i=0; i < NumSlots; ++i) { in runOnMachineFunction() 1238 calculateLiveIntervals(NumSlots); in runOnMachineFunction() 1252 for (unsigned I = 0; I < NumSlots; ++I) { in runOnMachineFunction() [all …]
|
| H A D | StackSlotColoring.cpp | 520 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local 521 if (NumSlots == 0) in runOnMachineFunction()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMarkLastScratchLoad.cpp | 73 const unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local 74 if (NumSlots == 0) { in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 914 unsigned NumSlots = 1; in sortUseList() local 927 for (I = 0; I < NumSlots; ++I) { in sortUseList() 939 if (I == NumSlots) { in sortUseList() 940 ++NumSlots; in sortUseList() 941 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList() 952 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RetireControlUnit.h | 53 unsigned NumSlots; // Slots reserved to this instruction. member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 122 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local 123 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot() 129 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
|
| /freebsd-14.2/sys/dev/mps/ |
| H A D | mps_table.c | 412 MPS_PRINTFIELD(sc, data, NumSlots, %d); in mps_print_evt_sas()
|
| H A D | mps_mapping.c | 2297 if (!event_data->NumSlots) { in mps_mapping_enclosure_dev_status_change_event() 2390 et_entry->num_slots = le16toh(event_data->NumSlots); in mps_mapping_enclosure_dev_status_change_event()
|
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mpr_table.c | 433 MPR_PRINTFIELD_16(sc, data, NumSlots, %d); in mpr_print_evt_sas()
|
| H A D | mpr_mapping.c | 2767 if (!event_data->NumSlots) { in mpr_mapping_enclosure_dev_status_change_event() 2860 et_entry->num_slots = le16toh(event_data->NumSlots); in mpr_mapping_enclosure_dev_status_change_event()
|
| /freebsd-14.2/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_cnfg.h | 1181 U8 NumSlots; /* 0x0D */ member 1638 U8 NumSlots; /* 0x0C */ member 3450 U16 NumSlots; /* 0x14 */ member
|
| /freebsd-14.2/usr.sbin/mpsutil/ |
| H A D | mps_show.c | 671 le16toh(enc->NumSlots), le32toh(enc->EnclosureLogicalID.High), in show_enclosures()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 985 int NumSlots = processIndex(); in initializeIndexIfNeeded() local 987 return NumSlots; in initializeIndexIfNeeded() 2941 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local 3003 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex() 3004 ++NumSlots; in printModuleSummaryIndex() 3007 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()
|
| /freebsd-14.2/sys/dev/mps/mpi/ |
| H A D | mpi2_ioc.h | 876 U16 NumSlots; /* 0x0C */ member
|
| H A D | mpi2_cnfg.h | 2510 U16 NumSlots; /* 0x18 */ member
|
| /freebsd-14.2/sys/dev/mpr/mpi/ |
| H A D | mpi2_ioc.h | 1094 U16 NumSlots; /* 0x0C */ member
|
| H A D | mpi2_cnfg.h | 3045 U16 NumSlots; /* 0x18 */ member
|
| /freebsd-14.2/sys/dev/mpt/mpilib/ |
| H A D | mpi_cnfg.h | 3016 U16 NumSlots; /* 18h */ member
|