/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()
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 210 ArrayRef<SlotIndex> Undefs); in pruneValue() argument 211 pruneValue(LiveInterval &,SlotIndex,SmallVectorImpl<SlotIndex> *) pruneValue() argument [all...] |
H A D | SlotIndexes.h | 120 SlotIndex(IndexListEntry *entry, unsigned slot) : lie(entry, slot) {} SlotIndex() function 123 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { SlotIndex() function [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 133 DenseMap<Register, std::vector<std::pair<SlotIndex, MachineInstr *>>> in undefInvalidDbgValues() argument [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.h | 28 class SlotIndex; global() variable
|
/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
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 964 extendDef(SlotIndex Idx,DbgVariableValue DbgValue,SmallDenseMap<unsigned,std::pair<LiveRange *,const VNInfo * >> & LiveIntervalInfo,std::optional<std::pair<SlotIndex,SmallVector<unsigned>>> & Kills,LiveIntervals & LIS) extendDef() argument 1018 addDefsFromCopies(DbgVariableValue DbgValue,SmallVectorImpl<std::pair<unsigned,LiveInterval * >> & LocIntervals,SlotIndex KilledAt,SmallVectorImpl<std::pair<SlotIndex,DbgVariableValue>> & NewDefs,MachineRegisterInfo & MRI,LiveIntervals & LIS) addDefsFromCopies() argument [all...] |
H A D | RegisterCoalescer.cpp | 3072 taintExtent(unsigned ValNo,LaneBitmask TaintedLanes,JoinVals & Other,SmallVectorImpl<std::pair<SlotIndex,LaneBitmask>> & TaintExtent) taintExtent() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2896 int SlotIndex = MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); assignCalleeSavedSpillSlots() local 2937 int SlotIndex = MFI.CreateFixedSpillStackObject(Size, SpillSlotOffset); assignCalleeSavedSpillSlots() local
|