/aosp_15_r20/external/llvm/examples/BrainF/ |
H A D | BrainF.cpp | 99 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Instructions.h | 1474 static Instruction *CreateMalloc(Instruction *InsertBefore, 1479 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, 1484 static Instruction *CreateMalloc(Instruction *InsertBefore, 1490 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Instructions.h | 1629 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, 1634 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, 1640 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, 1645 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy,
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 528 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
|
H A D | Core.cpp | 2695 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() 2706 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 610 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst 618 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst 636 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst 643 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
|
H A D | Core.cpp | 3425 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() 3436 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instructions.h | 1602 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, 1607 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, 1612 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, 1618 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 898 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 858 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst 866 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst 884 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst 891 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
|
H A D | Core.cpp | 3444 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() 3455 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1266 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() 1496 CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, AllocSize, NumElements, in tryToOptimizeStoreOfMallocToGlobal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1327 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() 1559 CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, AllocSize, NumElements, in tryToOptimizeStoreOfMallocToGlobal()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | IRBuilder.h | 625 CallInst *CreateMalloc(Type *IntPtrTy, Type *AllocTy, Value *AllocSize, 634 CallInst *CreateMalloc(Type *IntPtrTy, Type *AllocTy, Value *AllocSize,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | IRBuilder.h | 625 CallInst *CreateMalloc(Type *IntPtrTy, Type *AllocTy, Value *AllocSize, 634 CallInst *CreateMalloc(Type *IntPtrTy, Type *AllocTy, Value *AllocSize,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | IRBuilder.h | 631 CallInst *CreateMalloc(Type *IntPtrTy, Type *AllocTy, Value *AllocSize, 640 CallInst *CreateMalloc(Type *IntPtrTy, Type *AllocTy, Value *AllocSize,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | IRBuilder.h | 625 CallInst *CreateMalloc(Type *IntPtrTy, Type *AllocTy, Value *AllocSize, 634 CallInst *CreateMalloc(Type *IntPtrTy, Type *AllocTy, Value *AllocSize,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1294 CallInst::CreateMalloc(SetjmpTableSize, IntPtrTy, IRB.getInt32Ty(), size, in runSjLjOnFunction()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | llvm_codegen.cpp | 2595 llvm::Instruction* I = irb_.CreateMalloc( in visit() 2598 llvm::Instruction* I = llvm::CallInst::CreateMalloc( in visit()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 3103 I = CallInst::CreateMalloc(CurBB, Int32Ty, Ty->getElementType(), in ParseFunctionBody()
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1451 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2006 See the method [llvm::CallInst::CreateMalloc]. *)
|