Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1837 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local
1875 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1876 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1877 Builder.CreateLifetimeStart(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()
1878 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1879 Args.push_back(AllocaValue); in expandAtomicOpToLibcall()
1920 Builder.CreateLifetimeEnd(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3434 Value *AllocaValue = in processStaticAllocas() local
3438 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()