reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
 1788   if (AI.isSwiftError())
 1791   if (AI.isStaticAlloca()) {
 1792     Register Res = getOrCreateVReg(AI);
 1793     int FI = getOrCreateFrameIndex(AI);
 1803   Type *Ty = AI.getAllocatedType();
 1805       std::max((unsigned)DL->getPrefTypeAlignment(Ty), AI.getAlignment());
 1807   Register NumElts = getOrCreateVReg(*AI.getArraySize());
 1809   Type *IntPtrIRTy = DL->getIntPtrType(AI.getType());
 1837   MIRBuilder.buildDynStackAlloc(getOrCreateVReg(AI), AlignedAlloc, Align);
 1839   MF->getFrameInfo().CreateVariableSizedObject(Align ? Align : 1, &AI);