Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1777 AllocaInst *AllocaResult = nullptr; in expandAtomicOpToLibcall() local
1834 AllocaResult = AllocaBuilder.CreateAlloca(I->getType()); in expandAtomicOpToLibcall()
1835 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1836 unsigned AllocaAS = AllocaResult->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall()
1838 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS)); in expandAtomicOpToLibcall()
1890 V = Builder.CreateAlignedLoad(I->getType(), AllocaResult, in expandAtomicOpToLibcall()