Searched refs:CreateMalloc (Results 1 – 7 of 7) 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/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1307 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() 1536 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2466 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() 2477 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
|
D | Instructions.cpp | 469 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst 486 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 1483 static Instruction *CreateMalloc(Instruction *InsertBefore, 1488 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1451 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1976 See the method [llvm::CallInst::CreateMalloc]. *)
|