Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1308 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 DInstructions.h1290 static Instruction *CreateMalloc(Instruction *InsertBefore,
1295 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2439 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc()
2450 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
H A DInstructions.cpp457 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 Dir.go1443 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1966 See the method [llvm::CallInst::CreateMalloc]. *)