HomeSort by relevance Sort by last modified time
    Searched refs:CreateAlloca (Results 1 - 16 of 16) sorted by null

  /external/llvm/unittests/Support/
IRBuilderTest.cpp 45 AllocaInst *Var1 = Builder.CreateAlloca(Builder.getInt8Ty());
46 AllocaInst *Var2 = Builder.CreateAlloca(Builder.getInt32Ty());
47 AllocaInst *Var3 = Builder.CreateAlloca(Builder.getInt8Ty(),
  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 217 llvm::AllocaInst *AX = Builder.CreateAlloca(Int32Ty, 0, "AX");
228 AIn = Builder.CreateAlloca(InTy, 0, "AIn");
238 AOut = Builder.CreateAlloca(OutTy, 0, "AOut");
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 479 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
llvm_texture.cpp 255 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/
ExceptionDemo.cpp 255 llvm::AllocaInst *ret = tmp.CreateAlloca(type, 0, varName.c_str());
894 stringVar = builder.CreateAlloca(stringConstant->getType());
938 stringVar = builder.CreateAlloca(stringConstant->getType());
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 393 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, 0,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 110 AllocaInst *New = Builder->CreateAlloca(NewTy, 0, AI.getName());
InstCombineCasts.cpp 135 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 619 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 537 return RValue::get(Builder.CreateAlloca(Builder.getInt8Ty(), Size));
    [all...]
CGDecl.cpp 886 llvm::AllocaInst *vla = Builder.CreateAlloca(llvmTy, elementCount, "vla");
    [all...]
CGObjCGNU.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 214 v = bld.CreateAlloca(type, 0, var->name);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 780 AllocaInst *CreateAlloca(Type *Ty, Value *ArraySize = 0,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1466 milliseconds