Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp97 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()
126 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
131 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()
146 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()
149 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
153 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()
289 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
H A DFunctionLoweringInfo.cpp363 StatepointStackSlots.clear(); in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h155 SmallVector<unsigned, 50> StatepointStackSlots; variable