Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 25 of 97) sorted by relevance

1234

/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dstring_h.pass.cpp50 char storage[] = "hello world"; in main() local
58 char storage[] = "hello world"; in main() local
67 char storage[] = "hello world"; in main() local
75 char storage[] = "hello world"; in main() local
84 char storage[] = "hello world"; in main() local
92 char storage[] = "hello world"; in main() local
101 char storage[] = "hello world"; in main() local
110 char storage[] = "hello world"; in main() local
120 char storage[] = "hello world"; in main() local
128 char storage[] = "hello world"; in main() local
/llvm-project/libcxx/test/std/strings/c.strings/
H A Dcstring.pass.cpp51 char storage[] = "hello world"; in main() local
59 char storage[] = "hello world"; in main() local
68 char storage[] = "hello world"; in main() local
76 char storage[] = "hello world"; in main() local
85 char storage[] = "hello world"; in main() local
93 char storage[] = "hello world"; in main() local
102 char storage[] = "hello world"; in main() local
111 char storage[] = "hello world"; in main() local
121 char storage[] = "hello world"; in main() local
129 char storage[] = "hello world"; in main() local
/llvm-project/mlir/lib/IR/
H A DODSSupport.cpp22 mlir::convertFromAttribute(int64_t &storage, Attribute attr, in convertFromAttribute() argument
32 Attribute mlir::convertToAttribute(MLIRContext *ctx, int64_t storage) { in convertToAttribute() argument
38 convertDenseArrayFromAttr(MutableArrayRef<T> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError,StringRef denseArrayTyStr) convertDenseArrayFromAttr() argument
55 convertFromAttribute(MutableArrayRef<int64_t> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError) convertFromAttribute() argument
61 convertFromAttribute(MutableArrayRef<int32_t> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError) convertFromAttribute() argument
68 convertToAttribute(MLIRContext * ctx,ArrayRef<int64_t> storage) convertToAttribute() argument
[all...]
/llvm-project/libc/benchmarks/gpu/timing/nvptx/
H A Dtiming.h32 volatile auto storage = result; overhead() local
43 volatile T storage = t; latency() local
75 volatile T1 storage = t1; latency() local
/llvm-project/lldb/source/Target/
H A DTrace.cpp189 Storage &storage = GetUpdatedStorage(); in GetLiveThreadBinaryDataSize() local
195 Storage &storage = GetUpdatedStorage(); in GetLiveCpuBinaryDataSize() local
201 Storage &storage = GetUpdatedStorage(); in GetLiveProcessBinaryDataSize() local
376 Storage &storage = GetUpdatedStorage(); in GetPostMortemThreadDataFile() local
389 Storage &storage = GetUpdatedStorage(); in GetPostMortemCpuDataFile() local
402 Storage &storage = GetUpdatedStorage(); in SetPostMortemThreadDataFile() local
408 Storage &storage = GetUpdatedStorage(); in SetPostMortemCpuDataFile() local
424 Storage &storage = GetUpdatedStorage(); in OnLiveCpuBinaryDataRead() local
484 Storage &storage = GetUpdatedStorage(); in OnAllCpusBinaryDataRead() local
514 Storage &storage = GetUpdatedStorage(); in GetTracedCpus() local
[all …]
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp71 std::optional<StorageClass> storage) { in getExtensions() argument
77 std::optional<StorageClass> storage) { in getCapabilities() argument
151 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
165 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
254 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
262 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
321 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
330 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
492 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
504 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
552 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
558 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
591 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
623 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
630 STORAGE_CASE(storage,cap8,cap16) getCapabilities() argument
742 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
762 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
830 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
836 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
1130 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
1137 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
1229 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument
1235 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument
[all...]
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMapMemRefStorageClassPass.cpp77 #define STORAGE_SPACE_MAP_FN(storage, space) \ in mapMemorySpaceToVulkanStorageClass() argument
93 #define STORAGE_SPACE_MAP_FN(storage, space) \ in mapVulkanStorageClassToMemorySpace() argument
131 #define STORAGE_SPACE_MAP_FN(storage, space) \ in mapMemorySpaceToOpenCLStorageClass() argument
147 #define STORAGE_SPACE_MAP_FN(storage, space) \ in mapOpenCLStorageClassToMemorySpace() argument
174 std::optional<spirv::StorageClass> storage = in MemorySpaceToStorageClassConverter() local
/llvm-project/mlir/include/mlir/Support/
H A DStorageUniquer.h172 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local
210 auto *storage = Storage::construct(allocator, std::move(derivedKey)); in get() local
252 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
H A DTypeID.h140 TypeID(const Storage *storage) : storage(storage) {} in TypeID()
143 const Storage *storage; variable
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp38 value_type storage; member
53 value_type storage; member
/llvm-project/mlir/include/mlir-c/Dialect/Transform/
H A DInterpreter.h21 #define DEFINE_C_API_STRUCT(name, storage) \ argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h98 void Init(void *storage, uptr size) { in Init()
116 CompactRingBuffer(void *storage, uptr size) { in CompactRingBuffer()
121 CompactRingBuffer(const CompactRingBuffer &other, void *storage) { in CompactRingBuffer()
/llvm-project/mlir/include/mlir-c/
H A DRewrite.h30 #define DEFINE_C_API_STRUCT(name, storage) \ argument
H A DIntegerSet.h32 #define DEFINE_C_API_STRUCT(name, storage) \ argument
H A DAffineMap.h33 #define DEFINE_C_API_STRUCT(name, storage) \ argument
H A DAffineExpr.h32 #define DEFINE_C_API_STRUCT(name, storage) \ argument
H A DExecutionEngine.h25 #define DEFINE_C_API_STRUCT(name, storage) \ argument
/llvm-project/lld/Common/
H A DMemory.cpp21 void *storage = context().bAlloc.Allocate(size, align); in getOrCreate() local
/llvm-project/lldb/test/API/lang/cpp/thread_local/
H A Dmain.cpp1 int storage = 45; variable
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp14 void InitThreadList(uptr storage, uptr size) { in InitThreadList() argument
/llvm-project/flang/module/
H A D__ppc_types.f9019 integer(16) :: storage variable
/llvm-project/clang/test/PCH/
H A Dcxx-attrs-packexpansion.cpp13 alignas(Types...) T storage[10]; member
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dtest.pass.cpp23 std::string storage; in main() local
/llvm-project/mlir/include/mlir/CAPI/
H A DWrap.h41 llvm::SmallVectorImpl<CppTy> &storage) { in unwrapList()
/llvm-project/flang/unittests/Runtime/
H A DTemporaryStack.cpp69 void *storage = RTNAME(CreateValueStack)(__FILE__, __LINE__); in TEST() local
99 void *storage = RTNAME(CreateValueStack)(__FILE__, __LINE__); in TEST() local
184 void *storage = RTNAME(CreateDescriptorStack)(__FILE__, __LINE__); in TEST() local
210 void *storage = RTNAME(CreateDescriptorStack)(__FILE__, __LINE__); in TEST() local

1234