Lines Matching defs:Alloced
249 AllocaInst *Alloced) {
250 std::optional<TypeSize> AllocaTypeSize = Alloced->getAllocationSize(DL);
329 AllocaInst *Alloced) {
331 StructType *VarargsTy = cast<StructType>(Alloced->getAllocatedType());
342 auto Dst = Builder.CreateStructGEP(VarargsTy, Alloced, I);
764 AllocaInst *Alloced = Builder.Insert(
768 assert(Alloced->getAllocatedType() == VarargsTy);
772 Builder.CreateLifetimeStart(Alloced, sizeOfAlloca(Ctx, DL, Alloced));
773 Frame.initializeStructAlloca(DL, Builder, Alloced);
791 Args.push_back(ABI->initializeVaList(M, Ctx, Builder, VaList, Alloced));
830 Builder.CreateLifetimeEnd(Alloced, sizeOfAlloca(Ctx, DL, Alloced));