Searched defs:SlotIndex (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 454 size_t SlotIndex = FreeSlots[ReservedIndex]; in reserveSlot() local 459 void GuardedPoolAllocator::freeSlot(size_t SlotIndex) { in freeSlot()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 222 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() argument 223 SmallVectorImpl<SlotIndex> *) { in pruneValue()
|
H A D | SlotIndexes.h | 121 SlotIndex(IndexListEntry *entry, unsigned slot) : lie(entry, slot) {} in SlotIndex() function 124 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { in SlotIndex() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 133 DenseMap<Register, std::vector<std::pair<SlotIndex, MachineInstr *>>> in undefInvalidDbgValues()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.h | 28 class SlotIndex; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 504 for (size_t SlotIndex = 0; SlotIndex < Slots.size(); SlotIndex += 2) { in visitKnownRecord() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 964 std::optional<std::pair<SlotIndex, SmallVector<unsigned>>> &Kills, in extendDef() 1018 SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs, in addDefsFromCopies()
|
H A D | RegisterCoalescer.cpp | 3072 SmallVectorImpl<std::pair<SlotIndex, LaneBitmask>> &TaintExtent) { in taintExtent()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2893 int SlotIndex = MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots() local 2934 int SlotIndex = MFI.CreateFixedSpillStackObject(Size, SpillSlotOffset); in assignCalleeSavedSpillSlots() local
|
/freebsd/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 2837 U16 SlotIndex; /* 0x2E */ member 2950 U16 SlotIndex; /* 0x22 */ member 3448 U16 SlotIndex; /* 0x16 */ member 3749 U16 SlotIndex; /* 0x20 */ member
|