Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1989 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local
2027 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
2028 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
2029 Builder.CreateLifetimeStart(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()
2030 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
2031 Args.push_back(AllocaValue); in expandAtomicOpToLibcall()
2072 Builder.CreateLifetimeEnd(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3613 Value *AllocaValue = in processStaticAllocas() local
3617 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()