Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1528 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local
1566 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1567 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1569 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()
1571 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1686 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local
1733 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1734 AllocaValue->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1736 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()
1738 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
/external/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1721 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local
1768 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1769 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1771 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()
1773 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp66 static Value *findStoredValue(Value *AllocaValue) { in findStoredValue() argument
67 Instruction *Alloca = dyn_cast<AllocaInst>(AllocaValue); in findStoredValue()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2133 Value *AllocaValue = in poisonStack() local
2137 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in poisonStack()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3105 Value *AllocaValue = in processStaticAllocas() local
3109 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3228 Value *AllocaValue = in processStaticAllocas() local
3232 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()