Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1532 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local
1570 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1571 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1573 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); in expandAtomicOpToLibcall()
1575 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
/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/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-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2957 Value *AllocaValue = in processStaticAllocas() local
2962 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()