/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 493 void calculateLiveIntervals(unsigned NumSlots); 509 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots); 829 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals() argument 837 Starts.resize(NumSlots); in calculateLiveIntervals() 839 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals() 879 for (unsigned i = 0; i < NumSlots; ++i) { in calculateLiveIntervals() 1166 unsigned NumSlots) { in expungeSlotMap() argument 1168 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap() 1195 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local 1198 if (!NumSlots) in runOnMachineFunction() [all …]
|
H A D | StackSlotColoring.cpp | 532 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local 533 if (NumSlots == 0) in runOnMachineFunction()
|
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.h | 914 unsigned NumSlots = 1; in sortUseList() 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) 902 unsigned NumSlots = 1; sortUseList() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RetireControlUnit.h | 53 unsigned NumSlots; // Slots reserved to this instruction. member
|
/freebsd/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/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/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/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 1182 U8 NumSlots; /* 0x0D */ member 1688 U8 NumSlots; /* 0x0C */ member 3543 U16 NumSlots; /* 0x14 */ member
|
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_show.c | 670 le16toh(enc->NumSlots), le32toh(enc->EnclosureLogicalID.High), in show_enclosures()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 992 int NumSlots = processIndex(); in initializeIndexIfNeeded() local 994 return NumSlots; in initializeIndexIfNeeded() 3031 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local 3093 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex() 3094 ++NumSlots; in printModuleSummaryIndex() 3097 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()
|
/freebsd/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/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/sys/dev/mpt/mpilib/ |
H A D | mpi_cnfg.h | 3016 U16 NumSlots; /* 18h */ member
|