Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
290 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
H A DFunctionLoweringInfo.cpp361 StatepointStackSlots.clear(); in clear()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h150 SmallVector<unsigned, 50> StatepointStackSlots; variable