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.cpp96 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()
125 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
130 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()
145 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()
148 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
152 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()
288 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
H A DFunctionLoweringInfo.cpp369 StatepointStackSlots.clear(); in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h154 SmallVector<unsigned, 50> StatepointStackSlots; variable