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

1 2 3 4 5 6 7 891011>>

  /external/llvm/unittests/MC/
DwarfLineTables.cpp 23 struct Context {
29 Context() {
49 Context Ctxt;
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 46 LLVMContext Context;
61 auto ReaderOrErr = SampleProfileReader::create(Profile, Context);
146 Metadata *MD = Summary.getMD(Context);
154 Module M("my_module", Context);
  /external/spirv-llvm/lib/SPIRV/
SPIRVRegularizeLLVM.cpp 112 LLVMContext *Context = &M->getContext();
130 removeFnAttr(Context, Call, Attribute::NoUnwind);
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 119 LLVMContext Context;
129 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
163 LLVMContext Context;
168 if (!ReadSPIRV(Context, IFS, M, Err)) {
239 LLVMContext Context;
249 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 75 LLVMContext &C, ///< Context for global info
293 LLVMContext& Context; ///< The context for global information
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.h 34 LLVMContext &Context;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LLVMTargetMachine.cpp 132 MCContext *Context = 0;
133 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Context))
135 assert(Context != 0 && "Failed to get MCContext");
138 Context->setAllowTemporaryLabels(false);
155 MCE = getTarget().createMCCodeEmitter(*getInstrInfo(), STI, *Context);
159 MCStreamer *S = getTarget().createAsmStreamer(*Context, Out,
173 *Context);
179 *Context, *MAB, Out,
188 AsmStreamer.reset(createNullStreamer(*Context));
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.h 23 DWARFContext &Context;
34 DWARFCompileUnit(DWARFContext &context) : Context(context) {
38 DWARFContext &getContext() const { return Context; }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 71 LLVMContext Context;
72 Module M("", Context);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.cpp 134 MCContext *Context = 0;
135 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Context))
137 assert(Context != 0 && "Failed to get MCContext");
140 Context->setAllowTemporaryLabels(false);
156 MCStreamer *S = getTarget().createAsmStreamer(*Context, Out,
172 AsmStreamer.reset(createNullStreamer(*Context));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 27 LLVMContext &Context = MainFn->getContext();
29 PointerType::getUnqual(Type::getInt8PtrTy(Context));
31 Type::getInt32PtrTy(Context);
33 Constant *InitFn = M.getOrInsertFunction(FnName, Type::getInt32Ty(Context),
34 Type::getInt32Ty(Context),
36 Type::getInt32Ty(Context),
42 Args[0] = Constant::getNullValue(Type::getInt32Ty(Context));
51 Constant::getNullValue(Type::getInt32Ty(Context)));
62 Args[3] = ConstantInt::get(Type::getInt32Ty(Context), NumElements);
94 Type::getInt32Ty(Context), true)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueTypes.cpp 23 LLVMContext &Context = LLVMTy->getContext();
24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits());
25 return getVectorVT(Context, IntTy, getVectorNumElements());
28 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) {
30 VT.LLVMTy = IntegerType::get(Context, BitWidth);
35 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT,
38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
149 Type *EVT::getTypeForEVT(LLVMContext &Context) const {
154 case MVT::isVoid: return Type::getVoidTy(Context);
155 case MVT::i1: return Type::getInt1Ty(Context);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 47 LLVMContext& Context;
72 LLVMContext& getContext() const { return Context; }
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 230 LLVMContext &Context = getGlobalContext();
248 M.reset(ParseIRFile(InputFilename, Err, Context));
  /external/swiftshader/third_party/LLVM/unittests/Support/
ValueHandleTest.cpp 296 LLVMContext *Context;
299 Context(&getGlobalContext()) {}
302 Context(&getGlobalContext()) {}
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
MetadataTest.cpp 25 LLVMContext Context;
33 MDString *s1 = MDString::get(Context, StringRef(&x[0], 3));
35 MDString *s2 = MDString::get(Context, StringRef(&x[0], 3));
45 MDString *s1 = MDString::get(Context, StringRef(&x[0], 3));
46 MDString *s2 = MDString::get(Context, StringRef(&y[0], 3));
54 MDString *s = MDString::get(Context, StringRef(str, 13));
67 MDString *s = MDString::get(Context, StringRef(str+0, 5));
81 MDString *s1 = MDString::get(Context, StringRef(&x[0], 3));
82 MDString *s2 = MDString::get(Context, StringRef(&y[0], 3));
90 MDNode *n1 = MDNode::get(Context, V)
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 42 public static class Context {
94 // Create a new context with the specified config attributes, sharing data with sharedContext.
96 public static EglBase create(Context sharedContext, int[] configAttributes) {
98 && (sharedContext == null || sharedContext instanceof EglBase14.Context))
99 ? new EglBase14((EglBase14.Context) sharedContext, configAttributes)
100 : new EglBase10((EglBase10.Context) sharedContext, configAttributes);
112 // Create dummy 1x1 pixel buffer surface so the context can be made current.
117 public abstract Context getEglBaseContext();
131 // Detach the current EGL context, so that it can be made current on another thread.
  /frameworks/base/tools/aapt2/
StringPool.h 55 class Context {
65 Context() = default;
66 Context(uint32_t p, const ConfigDescription& c) : priority(p), config(c) {}
67 explicit Context(uint32_t p) : priority(p) {}
68 explicit Context(const ConfigDescription& c) : priority(kNormalPriority), config(c) {
87 const Context& GetContext() const;
112 const Context& GetContext() const;
125 Context context; member in class:aapt::StringPool::Entry
145 Context context member in class:aapt::StringPool::StyleEntry
    [all...]
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 40 llvm::LLVMContext *Context;
86 llvm::Type::getInt32Ty(*Context), EltOffset);
91 llvm::Type::getInt32Ty(*Context),
107 llvm::Type::getInt8PtrTy(*Context),
114 llvm::Type::getInt8Ty(*Context), Int8Ptr, llvm::makeArrayRef(Indices),
138 Context = &F.getParent()->getContext();
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
FragmentTabHostUtil.java 23 import android.content.Context;
48 public static void setup(TabHost tabHost, Context context) {
68 invoke(getMethod(tabHost.getClass(), "setup", Context.class,
69 fragmentManager, int.class), tabHost, context, null, local
  /frameworks/rs/rsov/compiler/
Context.h 52 class Context {
56 static Context &getInstance();
58 Context();
  /packages/apps/Nfc/src/com/android/nfc/
DtaServiceConnector.java 22 import android.content.Context;
37 Context mContext;
42 public DtaServiceConnector(Context mContext) {
50 myConnection,Context.BIND_AUTO_CREATE);
81 public static Intent createExplicitFromImplicitIntent(Context context, Intent implicitIntent) {
82 PackageManager pm = context.getPackageManager();
  /packages/apps/TV/tests/common/src/com/android/tv/testing/activities/
BaseMainActivityTestCase.java 20 import android.content.Context;
58 Context.BIND_AUTO_CREATE);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Mangle.h 40 /// MangleContext - Context for tracking state which persists across multiple
52 ASTContext &Context;
63 explicit MangleContext(ASTContext &Context,
66 : Context(Context), Diags(Diags), Kind(Kind) {}
70 ASTContext &getASTContext() const { return Context; }
176 static ItaniumMangleContext *create(ASTContext &Context,
241 static MicrosoftMangleContext *create(ASTContext &Context,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Mangle.h 40 /// MangleContext - Context for tracking state which persists across multiple
52 ASTContext &Context;
63 explicit MangleContext(ASTContext &Context,
66 : Context(Context), Diags(Diags), Kind(Kind) {}
70 ASTContext &getASTContext() const { return Context; }
176 static ItaniumMangleContext *create(ASTContext &Context,
241 static MicrosoftMangleContext *create(ASTContext &Context,

Completed in 799 milliseconds

1 2 3 4 5 6 7 891011>>