Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
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()
DFunctionLoweringInfo.cpp349 StatepointStackSlots.clear(); in clear()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h187 SmallVector<unsigned, 50> StatepointStackSlots; variable