Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp493 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 DStackSlotColoring.cpp532 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
533 if (NumSlots == 0) in runOnMachineFunction()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp73 const unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local
74 if (NumSlots == 0) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h914 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 DRetireControlUnit.h53 unsigned NumSlots; // Slots reserved to this instruction. member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp122 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 Dmps_table.c412 MPS_PRINTFIELD(sc, data, NumSlots, %d); in mps_print_evt_sas()
H A Dmps_mapping.c2297 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 Dmpr_table.c433 MPR_PRINTFIELD_16(sc, data, NumSlots, %d); in mpr_print_evt_sas()
H A Dmpr_mapping.c2767 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 Dmpi30_cnfg.h1182 U8 NumSlots; /* 0x0D */ member
1688 U8 NumSlots; /* 0x0C */ member
3543 U16 NumSlots; /* 0x14 */ member
/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c670 le16toh(enc->NumSlots), le32toh(enc->EnclosureLogicalID.High), in show_enclosures()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp992 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 Dmpi2_ioc.h876 U16 NumSlots; /* 0x0C */ member
H A Dmpi2_cnfg.h2510 U16 NumSlots; /* 0x18 */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1094 U16 NumSlots; /* 0x0C */ member
H A Dmpi2_cnfg.h3045 U16 NumSlots; /* 0x18 */ member
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h3016 U16 NumSlots; /* 18h */ member