HomeSort by relevance Sort by last modified time
    Searched defs:Globals (Results 26 - 50 of 59) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 75 const std::vector<wasm::WasmGlobal>& globals() const { return Globals; } function in class:llvm::object::WasmObjectFile
174 std::vector<wasm::WasmGlobal> Globals;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 75 const std::vector<wasm::WasmGlobal>& globals() const { return Globals; } function in class:llvm::object::WasmObjectFile
174 std::vector<wasm::WasmGlobal> Globals;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 75 const std::vector<wasm::WasmGlobal>& globals() const { return Globals; } function in class:llvm::object::WasmObjectFile
174 std::vector<wasm::WasmGlobal> Globals;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 75 const std::vector<wasm::WasmGlobal>& globals() const { return Globals; } function in class:llvm::object::WasmObjectFile
174 std::vector<wasm::WasmGlobal> Globals;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 75 const std::vector<wasm::WasmGlobal>& globals() const { return Globals; } function in class:llvm::object::WasmObjectFile
174 std::vector<wasm::WasmGlobal> Globals;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 75 const std::vector<wasm::WasmGlobal>& globals() const { return Globals; } function in class:llvm::object::WasmObjectFile
174 std::vector<wasm::WasmGlobal> Globals;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 75 const std::vector<wasm::WasmGlobal>& globals() const { return Globals; } function in class:llvm::object::WasmObjectFile
174 std::vector<wasm::WasmGlobal> Globals;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 178 std::vector<Global> Globals;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 178 std::vector<Global> Globals;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 178 std::vector<Global> Globals;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 178 std::vector<Global> Globals;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 178 std::vector<Global> Globals;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 178 std::vector<Global> Globals;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 178 std::vector<Global> Globals;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 178 std::vector<Global> Globals;
  /external/swiftshader/third_party/subzero/src/
IceDefs.h 203 Globals.insert(Globals.end(), Other->Globals.begin(), Other->Globals.end());
204 Other->Globals.clear();
214 assert(Globals.empty());
223 Globals.clear();
231 VariableDeclarationArray::iterator begin() { return Globals.begin(); }
233 VariableDeclarationArray::iterator end() { return Globals.end(); }
236 return Globals.begin()
    [all...]
IceGlobalContext.h 463 /// Uses DataLowering to lower Globals. Side effects:
464 /// - discards the initializer list for the global variable in Globals.
465 /// - clears the Globals array.
490 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock);
510 VariableDeclarationList Globals;
572 /// If !HasEmittedCode, SubZero will accumulate all Globals (which are "true"
576 // If Instrumentor is not empty then it will be used to instrument globals and
601 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock);
620 LockedPtr<VariableDeclarationList> _(&Globals, &InitAllocLock);
622 Globals.merge(Globls.get())
    [all...]
WasmTranslator.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 245 ArrayRef<GlobalVariable *> Globals);
254 ArrayRef<GlobalObject *> Globals);
309 // Create globals to stand in for byte arrays and masks. These never actually
491 /// Given a disjoint set of type identifiers and globals, lay out the globals,
494 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalVariable *> Globals) {
495 // Build a new global with the combined contents of the referenced globals.
497 // contents of the referenced globals and whose odd-indexed elements contain
501 for (GlobalVariable *G : Globals) {
526 // Compute the offsets of the original globals within the new global
    [all...]
GlobalOpt.cpp 11 // taken. If obviously true, it marks read/write globals as constant, deletes
52 STATISTIC(NumMarked , "Number of globals marked constant");
53 STATISTIC(NumUnnamed , "Number of globals marked unnamed_addr");
54 STATISTIC(NumSRA , "Number of aggregate globals broken into scalars");
56 STATISTIC(NumSubstitute,"Number of globals with initializers stored into them");
57 STATISTIC(NumDeleted , "Number of globals deleted");
59 STATISTIC(NumLocalized , "Number of globals localized");
152 // memory pointed to by globals at exit. This is popular because it also
154 // before other threads that are still expecting to use those globals. To
443 Module::GlobalListType &Globals = GV->getParent()->getGlobalList()
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 70 DenseSet<const GlobalVariable *> &Globals) {
72 Globals.insert(GV);
76 DiscoverDependentGlobals(U->getOperand(i), Globals);
885 // As ptxas does not support forward references of globals, we need to first
886 // sort the list of module-level globals in def-use order. We visit each
888 // globals. We use a little extra memory maintaining both a set and a list to
890 SmallVector<const GlobalVariable *, 8> Globals;
895 for (const GlobalVariable &I : M.globals())
896 VisitGlobalVariableForEmission(&I, Globals, GVVisited, GVVisiting);
903 for (unsigned i = 0, e = Globals.size(); i != e; ++i
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 11 // taken. If obviously true, it marks read/write globals as constant, deletes
43 STATISTIC(NumMarked , "Number of globals marked constant");
44 STATISTIC(NumUnnamed , "Number of globals marked unnamed_addr");
45 STATISTIC(NumSRA , "Number of aggregate globals broken into scalars");
47 STATISTIC(NumSubstitute,"Number of globals with initializers stored into them");
48 STATISTIC(NumDeleted , "Number of globals deleted");
51 STATISTIC(NumLocalized , "Number of globals localized");
114 /// for scalar globals.
120 /// tracked for scalar globals.
506 Module::GlobalListType &Globals = GV->getParent()->getGlobalList()
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 279 private static class Globals extends IWallpaperManagerCallback.Stub {
289 Globals(Looper looper) {
494 private static Globals sGlobals;
499 sGlobals = new Globals(looper);
    [all...]

Completed in 544 milliseconds

12 3