Home
last modified time | relevance | path

Searched refs:StatepointStackSlots (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp99 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()
128 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
133 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()
148 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()
151 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
155 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()
292 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
H A DFunctionLoweringInfo.cpp365 StatepointStackSlots.clear(); in clear()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h150 SmallVector<unsigned, 50> StatepointStackSlots; variable