Home
last modified time | relevance | path

Searched refs:Alloced (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp230 AllocaInst *Alloced) { in sizeOfAlloca() argument
231 std::optional<TypeSize> AllocaTypeSize = Alloced->getAllocationSize(DL); in sizeOfAlloca()
310 AllocaInst *Alloced) { in initializeStructAlloca() argument
312 StructType *VarargsTy = cast<StructType>(Alloced->getAllocatedType()); in initializeStructAlloca()
323 auto Dst = Builder.CreateStructGEP(VarargsTy, Alloced, I); in initializeStructAlloca()
741 AllocaInst *Alloced = Builder.Insert( in expandCall() local
745 assert(Alloced->getAllocatedType() == VarargsTy); in expandCall()
749 Builder.CreateLifetimeStart(Alloced, sizeOfAlloca(Ctx, DL, Alloced)); in expandCall()
750 Frame.initializeStructAlloca(DL, Builder, Alloced); in expandCall()
768 Args.push_back(ABI->initializeVaList(M, Ctx, Builder, VaList, Alloced)); in expandCall()
[all …]