Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp894 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h1615 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy,
1620 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,
1625 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy,
1631 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp546 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
554 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
572 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
579 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
H A DCore.cpp3295 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc()
3306 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1310 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA()
1540 CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, AllocSize, NumElements, in tryToOptimizeStoreOfMallocToGlobal()