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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 50 AllocaInst *Var1 = Builder.CreateAlloca(Builder.getInt8Ty());
51 AllocaInst *Var2 = Builder.CreateAlloca(Builder.getInt32Ty());
52 AllocaInst *Var3 = Builder.CreateAlloca(Builder.getInt8Ty(),
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 263 llvm::AllocaInst *AX = Builder.CreateAlloca(Int32Ty, 0, "AX");
274 AIn = Builder.CreateAlloca(InTy, 0, "AIn");
286 AOut = Builder.CreateAlloca(OutTy, 0, "AOut");
483 llvm::AllocaInst *AX = Builder.CreateAlloca(Int32Ty, 0, "AX");
503 AOut = Builder.CreateAlloca(OutTy, 0, "AOut");
516 AIn = Builder.CreateAlloca(InTy, 0, "AIn");
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 255 llvm::AllocaInst *ret = tmp.CreateAlloca(type, 0, varName.c_str());
891 stringVar = builder.CreateAlloca(stringConstant->getType());
935 stringVar = builder.CreateAlloca(stringConstant->getType());
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 393 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, 0,
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 607 return RValue::get(Builder.CreateAlloca(Builder.getInt8Ty(), Size));
    [all...]
CGDecl.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 619 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 171 AllocaInst *New = Builder->CreateAlloca(NewTy, 0, AI.getName());
InstCombineCasts.cpp 141 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt);
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 128 milliseconds