Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/examples/BrainF/
DBrainF.cpp99 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
/external/llvm/examples/BrainF/
DBrainF.cpp99 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp491 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
499 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
517 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
524 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
DCore.cpp3007 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc()
3018 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
/external/llvm/include/llvm/IR/
DInstructions.h1474 static Instruction *CreateMalloc(Instruction *InsertBefore,
1479 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
1484 static Instruction *CreateMalloc(Instruction *InsertBefore,
1490 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h2010 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy,
2015 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,
2020 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy,
2026 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,
/external/llvm/lib/IR/
DInstructions.cpp528 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
536 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
555 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
562 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
DCore.cpp2695 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc()
2706 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp947 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1266 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA()
1496 CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, AllocSize, NumElements, in tryToOptimizeStoreOfMallocToGlobal()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h1197 static Instruction *CreateMalloc(Instruction *InsertBefore,
1202 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1310 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA()
1540 CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, AllocSize, NumElements, in tryToOptimizeStoreOfMallocToGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1328 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA()
1556 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1986 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc()
1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
DInstructions.cpp438 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
455 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/external/llvm/bindings/go/llvm/
Dir.go1451 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1518 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1754 See the method [llvm::CallInst::CreateMalloc]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli2022 See the method [llvm::CallInst::CreateMalloc]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2006 See the method [llvm::CallInst::CreateMalloc]. *)