Searched refs:CreateMalloc (Results 1 – 6 of 6) sorted by relevance
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
|
/external/llvm/include/llvm/ |
D | Instructions.h | 1210 static Instruction *CreateMalloc(Instruction *InsertBefore, 1215 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
|
/external/llvm/lib/VMCore/ |
D | Core.cpp | 1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() 2008 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
|
D | Instructions.cpp | 438 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/ |
D | GlobalOpt.cpp | 1331 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() 1564 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1755 See the method [llvm::CallInst::CreateMalloc]. *)
|