Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp95 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()
124 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
129 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()
144 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()
147 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
151 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()
282 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
H A DFunctionLoweringInfo.cpp368 StatepointStackSlots.clear(); in clear()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h147 SmallVector<unsigned, 50> StatepointStackSlots; variable