Searched refs:CreateAlloca (Results 1 - 15 of 15) sorted by relevance

/external/llvm/unittests/Support/
H A DIRBuilderTest.cpp43 AllocaInst *Var1 = Builder.CreateAlloca(Builder.getInt8Ty());
44 AllocaInst *Var2 = Builder.CreateAlloca(Builder.getInt32Ty());
45 AllocaInst *Var3 = Builder.CreateAlloca(Builder.getInt8Ty(),
/external/mesa3d/src/pixelflinger2/
H A Dllvm_scanline.cpp479 Value * framePtr = builder.CreateAlloca(intPointerType);
481 Value * depthPtr = builder.CreateAlloca(intPointerType);
483 Value * stencilPtr = builder.CreateAlloca(bytePointerType);
487 Value * countPtr = builder.CreateAlloca(intType);
544 sCmpPtr = builder.CreateAlloca(builder.getInt1Ty());
546 sPtr = builder.CreateAlloca(byteType);
572 zPtr = builder.CreateAlloca(intType); // temp store for modifying incoming z
H A Dllvm_texture.cpp255 Value * tcPtr = builder.CreateAlloca(intType);
397 Value * sPtr = builder.CreateAlloca(floatType);
398 Value * tPtr = builder.CreateAlloca(floatType);
399 Value * maPtr = builder.CreateAlloca(floatType);
400 Value * facePtr = builder.CreateAlloca(intType);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp262 llvm::AllocaInst *ret = tmp.CreateAlloca(type, 0, varName.c_str());
901 stringVar = builder.CreateAlloca(stringConstant->getType());
944 stringVar = builder.CreateAlloca(stringConstant->getType());
/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp394 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, 0,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp44 AllocaInst *New = Builder->CreateAlloca(NewTy, 0, AI.getName());
H A DInstCombineCasts.cpp134 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt);
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp531 return RValue::get(Builder.CreateAlloca(Builder.getInt8Ty(), Size));
1294 Value *Tmp = Builder.CreateAlloca(Int64Ty, One);
2172 Value *Tmp = Builder.CreateAlloca(Int32Ty, One);
2180 Value *Tmp = Builder.CreateAlloca(Int32Ty, One);
H A DCGDecl.cpp833 llvm::AllocaInst *vla = Builder.CreateAlloca(llvmTy, elementCount, "vla");
H A DCGObjCGNU.cpp860 llvm::Value *tmp = Builder.CreateAlloca(SelValue->getType());
1067 llvm::Value *ObjCSuper = Builder.CreateAlloca(ObjCSuperTy);
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp619 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
/external/mesa3d/src/glsl/
H A Dir_to_llvm.cpp214 v = bld.CreateAlloca(type, 0, var->name);
/external/llvm/lib/VMCore/
H A DCore.cpp2005 return wrap(unwrap(B)->CreateAlloca(unwrap(Ty), 0, Name));
2010 return wrap(unwrap(B)->CreateAlloca(unwrap(Ty), unwrap(Val), Name));
/external/llvm/include/llvm/Support/
H A DIRBuilder.h747 AllocaInst *CreateAlloca(Type *Ty, Value *ArraySize = 0, function in class:llvm::IRBuilder
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2048 See the method [llvm::LLVMBuilder::CreateAlloca]. *)
2055 See the method [llvm::LLVMBuilder::CreateAlloca]. *)

Completed in 164 milliseconds