Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp83 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()
110 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
115 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()
130 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()
133 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
137 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()
245 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
H A DFunctionLoweringInfo.cpp349 StatepointStackSlots.clear(); in clear()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h187 SmallVector<unsigned, 50> StatepointStackSlots; variable