Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/examples/BrainF/
H A DBrainF.cpp99 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A 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,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DInstructions.h1629 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 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
H A DCore.cpp2695 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 DInstructions.cpp610 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 DCore.cpp3425 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 DInstructions.h1602 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 DWebAssemblyLowerEmscriptenEHSjLj.cpp898 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp858 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 DCore.cpp3444 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 DGlobalOpt.cpp1266 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 DGlobalOpt.cpp1327 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/
DIRBuilder.h625 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/
DIRBuilder.h625 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/
DIRBuilder.h631 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/
DIRBuilder.h625 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 DWebAssemblyLowerEmscriptenEHSjLj.cpp1294 CallInst::CreateMalloc(SetjmpTableSize, IntPtrTy, IRB.getInt32Ty(), size, in runSjLjOnFunction()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp2595 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/
DBitcodeReader.cpp3103 I = CallInst::CreateMalloc(CurBB, Int32Ty, Ty->getElementType(), in ParseFunctionBody()
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1451 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2006 See the method [llvm::CallInst::CreateMalloc]. *)