Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Alloca

62 /// variable sized alloca's in the source program are the only source of
105 /// If this stack object is originated from an Alloca instruction
107 const AllocaInst *Alloca;
128 isSpillSlot(isSS), isStatepointSpillSlot(false), Alloca(Val),
139 /// lowering. All non-alloca stack objects have their alignment clamped to the
143 /// then only use a single alloca to allocate this frame and only a
145 /// optimization, each such alloca gets its own dynamic realignment.
412 /// Return the underlying Alloca of the specified
417 return Objects[ObjectIdx+NumFixedObjects].Alloca;
628 const AllocaInst *Alloca = nullptr);
643 int CreateVariableSizedObject(unsigned Alignment, const AllocaInst *Alloca);