HomeSort by relevance Sort by last modified time
    Searched refs:CreateMalloc (Results 1 - 22 of 22) sorted by null

  /external/llvm/examples/BrainF/
BrainF.cpp 99 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 441 static Instruction *createMalloc(Instruction *InsertBefore,
448 "createMalloc needs either InsertBefore or InsertAtEnd");
522 /// CreateMalloc - Generate the IR for a call to malloc:
528 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore,
533 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize,
536 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore,
542 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize,
547 /// CreateMalloc - Generate the IR for a call to malloc:
555 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd,
559 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize
    [all...]
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]
Instructions.cpp 353 static Instruction *createMalloc(Instruction *InsertBefore,
359 "createMalloc needs either InsertBefore or InsertAtEnd");
432 /// CreateMalloc - Generate the IR for a call to malloc:
438 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore,
443 return createMalloc(InsertBefore, NULL, IntPtrTy, AllocTy, AllocSize,
447 /// CreateMalloc - Generate the IR for a call to malloc:
455 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd,
459 return createMalloc(NULL, InsertAtEnd, IntPtrTy, AllocTy, AllocSize,
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 3257 milliseconds