Home
last modified time | relevance | path

Searched refs:CreateMalloc (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/BrainF/
DBrainF.cpp87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
/external/llvm/include/llvm/
DInstructions.h1210 static Instruction *CreateMalloc(Instruction *InsertBefore,
1215 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
/external/llvm/lib/VMCore/
DCore.cpp1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc()
2008 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
DInstructions.cpp438 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
455 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1331 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA()
1564 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1755 See the method [llvm::CallInst::CreateMalloc]. *)