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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 51 AllocaInst *Var1 = Builder.CreateAlloca(Builder.getInt8Ty());
52 AllocaInst *Var2 = Builder.CreateAlloca(Builder.getInt32Ty());
53 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 394 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, nullptr,
StackProtector.cpp 358 AI = B.CreateAlloca(PtrTy, nullptr, "StackGuardSlot");
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 248 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C));
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 621 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 638 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
toy.cpp 1009 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 867 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 623 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
toy.cpp 907 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 183 AllocaInst *New = Builder->CreateAlloca(NewTy, nullptr, AI.getName());
    [all...]
InstCombineCasts.cpp 143 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGBuiltin.cpp 619 return RValue::get(Builder.CreateAlloca(Builder.getInt8Ty(), Size));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
MemorySanitizer.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/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 507 milliseconds