Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp59 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()
87 assert(NumSlots <= Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()
92 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()
106 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()
109 StatepointMaxSlotsRequired, Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()
218 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
DFunctionLoweringInfo.cpp358 StatepointStackSlots.clear(); in clear()
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h164 SmallVector<unsigned, 50> StatepointStackSlots; variable