HomeSort by relevance Sort by last modified time
    Searched defs:Context (Results 151 - 175 of 1592) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainFDriver.cpp 91 LLVMContext &Context = getGlobalContext();
128 Module *mod = bf.parse(in, 65536, cf, Context); //64 KiB
  /external/swiftshader/third_party/LLVM/examples/Fibonacci/
fibonacci.cpp 39 static Function *CreateFibFunction(Module *M, LLVMContext &Context) {
43 cast<Function>(M->getOrInsertFunction("fib", Type::getInt32Ty(Context),
44 Type::getInt32Ty(Context),
48 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", FibF);
51 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1);
52 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
59 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF);
61 BasicBlock* RecurseBB = BasicBlock::Create(Context, "recurse", FibF);
68 ReturnInst::Create(Context, One, RetBB);
86 ReturnInst::Create(Context, Sum, RecurseBB);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 120 LLVMContext &Context = getGlobalContext();
134 M.reset(ParseBitcodeFile(BufferPtr.get(), Context, &ErrorMessage));
  /external/swiftshader/third_party/LLVM/tools/llvm-extract/
llvm-extract.cpp 83 LLVMContext &Context = getGlobalContext();
90 M.reset(getLazyIRFileModule(InputFilename, Err, Context));
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 98 LLVMContext& Context) {
100 std::unique_ptr<Module> Result = parseIRFile(FN, Err, Context);
115 LLVMContext Context;
121 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context));
  /frameworks/rs/rsov/compiler/
rs2spirv.cpp 34 #include "Context.h"
64 static bool WriteBitcode(rs2spirv::Context &Ctxt, Module *M,
76 LLVMContext Context;
85 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
105 rs2spirv::Context &Ctxt = rs2spirv::Context::getInstance();
  /packages/apps/Dialer/java/com/android/dialer/strictmode/
StrictModeUtils.java 20 import android.content.Context;
112 application.getSharedPreferences(application.getPackageName(), Context.MODE_PRIVATE);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 91 void *Context; // The CGPassManager object that is vending this.
95 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraphSCCPass.h 91 void *Context; // The CGPassManager object that is vending this.
95 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraphSCCPass.h 91 void *Context; // The CGPassManager object that is vending this.
95 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CallGraphSCCPass.h 90 void *Context; // The CGPassManager object that is vending this.
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CallGraphSCCPass.h 90 void *Context; // The CGPassManager object that is vending this.
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CallGraphSCCPass.h 90 void *Context; // The CGPassManager object that is vending this.
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CallGraphSCCPass.h 90 void *Context; // The CGPassManager object that is vending this.
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 91 void *Context; // The CGPassManager object that is vending this.
95 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CallGraphSCCPass.h 91 void *Context; // The CGPassManager object that is vending this.
95 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CallGraphSCCPass.h 91 void *Context; // The CGPassManager object that is vending this.
95 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CallGraphSCCPass.h 90 void *Context; // The CGPassManager object that is vending this.
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CallGraphSCCPass.h 90 void *Context; // The CGPassManager object that is vending this.
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CallGraphSCCPass.h 90 void *Context; // The CGPassManager object that is vending this.
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CallGraphSCCPass.h 90 void *Context; // The CGPassManager object that is vending this.
94 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
drmk.h 15 PVOID Context;
  /prebuilts/go/darwin-x86/misc/cgo/test/
basic.go 140 type Context struct {
  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 60 * If runtime.SetCgoTraceback is used to set a context function,
61 * calls the context function and returns the context value.
91 * The cgo context function. See runtime.SetCgoTraceback.
94 uintptr_t Context;
  /prebuilts/go/linux-x86/misc/cgo/test/
basic.go 140 type Context struct {

Completed in 827 milliseconds

1 2 3 4 5 67 8 91011>>