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

  /external/llvm/examples/BrainF/
BrainF.cpp 135 endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb));
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 125 endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb));
  /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/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 571 static Instruction *createFree(Value *Source,
576 "createFree needs either InsertBefore or InsertAtEnd");
605 /// CreateFree - Generate the IR for a call to the builtin free function.
606 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) {
607 return createFree(Source, None, InsertBefore, nullptr);
609 Instruction *CallInst::CreateFree(Value *Source,
612 return createFree(Source, Bundles, InsertBefore, nullptr);
615 /// CreateFree - Generate the IR for a call to the builtin free function.
618 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) {
619 Instruction *FreeCall = createFree(Source, None, nullptr, InsertAtEnd)
    [all...]
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 463 static Instruction* createFree(Value* Source, Instruction *InsertBefore,
466 "createFree needs either InsertBefore or InsertAtEnd");
495 /// CreateFree - Generate the IR for a call to the builtin free function.
496 Instruction * CallInst::CreateFree(Value* Source, Instruction *InsertBefore) {
497 return createFree(Source, InsertBefore, NULL);
500 /// CreateFree - Generate the IR for a call to the builtin free function.
503 Instruction* CallInst::CreateFree(Value* Source, BasicBlock *InsertAtEnd) {
504 Instruction* FreeCall = createFree(Source, NULL, InsertAtEnd);
505 assert(FreeCall && "CreateFree did not create a CallInst");
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [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 981 milliseconds