Home
last modified time | relevance | path

Searched refs:CreateAlloca (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/unittests/IR/
DIRBuilderTest.cpp53 AllocaInst *Var1 = Builder.CreateAlloca(Builder.getInt8Ty()); in TEST_F()
54 AllocaInst *Var2 = Builder.CreateAlloca(Builder.getInt32Ty()); in TEST_F()
55 AllocaInst *Var3 = Builder.CreateAlloca(Builder.getInt8Ty(), in TEST_F()
300 AllocaInst *I = Builder.CreateAlloca(Builder.getInt8Ty()); in TEST_F()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp256 llvm::AllocaInst *ret = tmp.CreateAlloca(type, 0, varName.c_str()); in createEntryBlockAlloca()
924 stringVar = builder.CreateAlloca(stringConstant->getType()); in generateStringPrint()
968 stringVar = builder.CreateAlloca(stringConstant->getType()); in generateIntegerPrint()
/external/llvm/lib/CodeGen/
DStackProtector.cpp354 AI = B.CreateAlloca(PtrTy, nullptr, "StackGuardSlot"); in CreatePrologue()
DShadowStackGCLowering.cpp398 AtEntry.CreateAlloca(ConcreteStackEntryTy, nullptr, "gc_frame"); in runOnFunction()
DWinEHPrepare.cpp1291 Builder.CreateAlloca(V->getType(), nullptr, "eh.temp.alloca"); in materializeValueFor()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp246 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C)); in CreateOldFunctionBodyAndDI()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1707 Alloca = IRB.CreateAlloca(IRB.getInt8Ty(), in createAllocaForLayout()
1711 Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize), in createAllocaForLayout()
2056 AllocaInst *NewAlloca = IRB.CreateAlloca(IRB.getInt8Ty(), NewSize); in handleDynamicAllocaCall()
DMemorySanitizer.cpp2817 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
2934 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
DDataFlowSanitizer.cpp1305 DFSF.AllocaShadowMap[&I] = IRB.CreateAlloca(DFSF.DFS.ShadowTy); in visitAllocaInst()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp637 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
Dtoy.cpp1008 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp682 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp622 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
Dtoy.cpp906 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp183 AllocaInst *New = IC.Builder->CreateAlloca(NewTy, nullptr, AI.getName()); in simplifyAllocaArraySize()
DInstCombineCasts.cpp140 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt); in PromoteCastOfAllocation()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp866 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp872 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1080 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp750 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp750 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp750 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp751 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/clang/lib/CodeGen/
DCGDecl.cpp999 llvm::AllocaInst *vla = Builder.CreateAlloca(llvmTy, elementCount, "vla"); in EmitAutoVarAlloca()
/external/llvm/lib/IR/
DCore.cpp2457 return wrap(unwrap(B)->CreateAlloca(unwrap(Ty), nullptr, Name)); in LLVMBuildAlloca()
2462 return wrap(unwrap(B)->CreateAlloca(unwrap(Ty), unwrap(Val), Name)); in LLVMBuildArrayAlloca()

12