HomeSort by relevance Sort by last modified time
    Searched refs:CreateAlloca (Results 1 - 21 of 21) 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(),
  /art/compiler/jni/portable/
jni_compiler.cc 115 ::llvm::AllocaInst* shadow_frame_ = irb_.CreateAlloca(shadow_frame_type);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 255 llvm::AllocaInst *ret = tmp.CreateAlloca(type, 0, varName.c_str());
923 stringVar = builder.CreateAlloca(stringConstant->getType());
967 stringVar = builder.CreateAlloca(stringConstant->getType());
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 393 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, 0,
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 619 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 637 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
toy.cpp 1008 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 866 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 622 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
toy.cpp 906 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/clang/lib/CodeGen/
CGBuiltin.cpp 607 return RValue::get(Builder.CreateAlloca(Builder.getInt8Ty(), Size));
    [all...]
CGDecl.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [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 373 milliseconds