Searched refs:Alloced (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 248 AllocaInst *Alloced) { in sizeOfAlloca() argument 249 std::optional<TypeSize> AllocaTypeSize = Alloced->getAllocationSize(DL); in sizeOfAlloca() 328 AllocaInst *Alloced) { in initializeStructAlloca() argument 330 StructType *VarargsTy = cast<StructType>(Alloced->getAllocatedType()); in initializeStructAlloca() 341 auto Dst = Builder.CreateStructGEP(VarargsTy, Alloced, I); in initializeStructAlloca() 763 AllocaInst *Alloced = Builder.Insert( in expandCall() local 767 assert(Alloced->getAllocatedType() == VarargsTy); in expandCall() 771 Builder.CreateLifetimeStart(Alloced, sizeOfAlloca(Ctx, DL, Alloced)); in expandCall() 772 Frame.initializeStructAlloca(DL, Builder, Alloced); in expandCall() 790 Args.push_back(ABI->initializeVaList(M, Ctx, Builder, VaList, Alloced)); in expandCall() [all …]
|