Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FuncInfo

58   AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size());
83 assert(Builder.FuncInfo.StatepointStackSlots.size() ==
98 Builder.FuncInfo.StatepointStackSlots.push_back(FI);
103 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate];
131 Builder.FuncInfo.StatepointRelocatedValues[RelocOps.getStatepoint()];
223 auto Itr = std::find(Builder.FuncInfo.StatepointStackSlots.begin(),
224 Builder.FuncInfo.StatepointStackSlots.end(), *Index);
225 assert(Itr != Builder.FuncInfo.StatepointStackSlots.end() &&
230 std::distance(Builder.FuncInfo.StatepointStackSlots.begin(), Itr);
363 unsigned Reg = Builder.FuncInfo.CreateRegs(ISP.getActualReturnType());
372 Builder.FuncInfo.ValueMap[CS.getInstruction()] = Reg;
599 Builder.FuncInfo.StatepointRelocatedValues[StatepointInstr];
875 FuncInfo.StatepointRelocatedValues[RelocateOpers.getStatepoint()];