HomeSort by relevance Sort by last modified time
    Searched refs:Storage (Results 226 - 250 of 710) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cache.go 12 // Storage for low-numbered values and blocks.
17 // Storage for DWARF variable locations. Lazily allocated
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cache.go 12 // Storage for low-numbered values and blocks.
17 // Storage for DWARF variable locations. Lazily allocated
  /external/llvm/lib/IR/
ConstantsContext.h 366 SmallVectorImpl<Constant *> &Storage) {
367 assert(Storage.empty() && "Expected empty storage");
369 Storage.push_back(C->getOperand(I));
370 Operands = Storage;
462 SmallVectorImpl<Constant *> &Storage)
467 assert(Storage.empty() && "Expected empty storage");
469 Storage.push_back(CE->getOperand(I));
470 Ops = Storage;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 33 // External storage for depth first iterator that reuses the info lookup map
39 df_iterator_dom_storage(BaseSet &Storage) : Storage(Storage) {}
43 return Storage.insert({N, InfoType()});
48 BaseSet &Storage;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h 33 // External storage for depth first iterator that reuses the info lookup map
39 df_iterator_dom_storage(BaseSet &Storage) : Storage(Storage) {}
43 return Storage.insert({N, InfoType()});
48 BaseSet &Storage;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h 33 // External storage for depth first iterator that reuses the info lookup map
39 df_iterator_dom_storage(BaseSet &Storage) : Storage(Storage) {}
43 return Storage.insert({N, InfoType()});
48 BaseSet &Storage;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 33 // External storage for depth first iterator that reuses the info lookup map
39 df_iterator_dom_storage(BaseSet &Storage) : Storage(Storage) {}
43 return Storage.insert({N, InfoType()});
48 BaseSet &Storage;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h 33 // External storage for depth first iterator that reuses the info lookup map
39 df_iterator_dom_storage(BaseSet &Storage) : Storage(Storage) {}
43 return Storage.insert({N, InfoType()});
48 BaseSet &Storage;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h 33 // External storage for depth first iterator that reuses the info lookup map
39 df_iterator_dom_storage(BaseSet &Storage) : Storage(Storage) {}
43 return Storage.insert({N, InfoType()});
48 BaseSet &Storage;
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 125 enum Storage
147 static std::string storageToString (Storage storage);
162 virtual Storage getStorageType (void) const = 0;
172 ContextArray (Storage storage, sglr::Context& context);
177 virtual void bindIndexArray (Array::Target storage);
185 virtual Array::Storage getStorageType (void) const { return m_storage; }
199 Storage m_storage;
223 virtual void newArray (Array::Storage storage)
461 Array::Storage storage; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 22 * See http://www.netlib.org/linalg/html_templates/node91.html for details on the storage scheme.
74 typedef internal::CompressedStorage<Scalar,StorageIndex> Storage;
98 inline Storage& data() { return m_data; }
100 inline const Storage& data() const { return m_data; }
241 * If the size of the vector is decreased, then the storage of the out-of bounds coefficients is kept and reserved.
387 EIGEN_DEPRECATED Storage& _data() { return m_data; }
389 EIGEN_DEPRECATED const Storage& _data() const { return m_data; }
403 Storage m_data;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmdfs.h 87 LPDFS_STORAGE_INFO Storage;
96 ULONG Storage;
107 LPDFS_STORAGE_INFO Storage;
118 ULONG Storage;
142 LPDFS_STORAGE_INFO_1 Storage;
232 LPDFS_STORAGE_INFO_1 Storage;
  /external/libmtp/logs/
mtp-detect-asus-memo-pad7.txt 131 1004: Get storage IDs
132 1005: Get storage info
170 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
181 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
192 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
203 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
214 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
234 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
254 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
270 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONL
    [all...]
mtp-detect-asus-memo-pad7_2.txt 66 1004: Get storage IDs
67 1005: Get storage info
105 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
116 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
127 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
138 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
149 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
169 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
189 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
205 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONL
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 51 /// \brief Active type of storage.
54 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
55 unsigned char Storage;
68 Metadata(unsigned ID, StorageType Storage)
69 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
835 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
885 bool isUniqued() const { return Storage == Uniqued; }
886 bool isDistinct() const { return Storage == Distinct; }
887 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 62 /// \brief Active type of storage.
65 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
66 unsigned char Storage;
79 Metadata(unsigned ID, StorageType Storage)
80 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
853 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
907 bool isUniqued() const { return Storage == Uniqued; }
908 bool isDistinct() const { return Storage == Distinct; }
909 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 62 /// \brief Active type of storage.
65 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
66 unsigned char Storage;
79 Metadata(unsigned ID, StorageType Storage)
80 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
853 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
907 bool isUniqued() const { return Storage == Uniqued; }
908 bool isDistinct() const { return Storage == Distinct; }
909 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Metadata.h 63 /// \brief Active type of storage.
66 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
67 unsigned char Storage;
80 Metadata(unsigned ID, StorageType Storage)
81 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
863 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
917 bool isUniqued() const { return Storage == Uniqued; }
918 bool isDistinct() const { return Storage == Distinct; }
919 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Metadata.h 63 /// \brief Active type of storage.
66 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
67 unsigned char Storage;
80 Metadata(unsigned ID, StorageType Storage)
81 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
863 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
917 bool isUniqued() const { return Storage == Uniqued; }
918 bool isDistinct() const { return Storage == Distinct; }
919 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Metadata.h 65 /// \brief Active type of storage.
68 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
69 unsigned char Storage;
82 Metadata(unsigned ID, StorageType Storage)
83 : SubclassID(ID), Storage(Storage) {
872 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
940 bool isUniqued() const { return Storage == Uniqued; }
941 bool isDistinct() const { return Storage == Distinct; }
942 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Metadata.h 65 /// \brief Active type of storage.
68 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
69 unsigned char Storage;
82 Metadata(unsigned ID, StorageType Storage)
83 : SubclassID(ID), Storage(Storage) {
872 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
940 bool isUniqued() const { return Storage == Uniqued; }
941 bool isDistinct() const { return Storage == Distinct; }
942 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Metadata.h 65 /// \brief Active type of storage.
68 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
69 unsigned char Storage;
82 Metadata(unsigned ID, StorageType Storage)
83 : SubclassID(ID), Storage(Storage) {
872 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
940 bool isUniqued() const { return Storage == Uniqued; }
941 bool isDistinct() const { return Storage == Distinct; }
942 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Metadata.h 65 /// \brief Active type of storage.
68 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
69 unsigned char Storage;
82 Metadata(unsigned ID, StorageType Storage)
83 : SubclassID(ID), Storage(Storage) {
872 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
940 bool isUniqued() const { return Storage == Uniqued; }
941 bool isDistinct() const { return Storage == Distinct; }
942 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 62 /// \brief Active type of storage.
65 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
66 unsigned char Storage;
79 Metadata(unsigned ID, StorageType Storage)
80 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
853 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
907 bool isUniqued() const { return Storage == Uniqued; }
908 bool isDistinct() const { return Storage == Distinct; }
909 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Metadata.h 63 /// \brief Active type of storage.
66 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
67 unsigned char Storage;
80 Metadata(unsigned ID, StorageType Storage)
81 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
863 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
917 bool isUniqued() const { return Storage == Uniqued; }
918 bool isDistinct() const { return Storage == Distinct; }
919 bool isTemporary() const { return Storage == Temporary;
    [all...]

Completed in 1245 milliseconds

1 2 3 4 5 6 7 8 91011>>