Searched refs:CreateMalloc (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1308 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() 1541 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1290 static Instruction *CreateMalloc(Instruction *InsertBefore, 1295 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 2439 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() 2450 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
|
| H A D | Instructions.cpp | 457 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst 474 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1443 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1966 See the method [llvm::CallInst::CreateMalloc]. *)
|