Home
last modified time | relevance | path

Searched defs:RuntimeArrayTypeStorage (Results 1 – 9 of 9) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/SPIRV/
H A DSPIRVTypes.cpp351 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
352 using KeyTy = Type;
354 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
360 bool operator==(const KeyTy &key) const { return elementType == key; } in operator ==()
362 RuntimeArrayTypeStorage(const KeyTy &key) : elementType(key) {} in RuntimeArrayTypeStorage() argument
364 Type elementType;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp438 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
439 using KeyTy = std::pair<Type, unsigned>;
441 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
447 bool operator==(const KeyTy &key) const { in operator ==()
451 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument
454 Type elementType;
455 unsigned stride;
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp438 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
439 using KeyTy = std::pair<Type, unsigned>;
441 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
447 bool operator==(const KeyTy &key) const { in operator ==()
451 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() function
454 Type elementType;
455 unsigned stride;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp429 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
430 using KeyTy = std::pair<Type, unsigned>;
432 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
438 bool operator==(const KeyTy &key) const { in operator ==()
442 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument
445 Type elementType;
446 unsigned stride;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp429 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
430 using KeyTy = std::pair<Type, unsigned>;
432 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
438 bool operator==(const KeyTy &key) const { in operator ==()
442 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument
445 Type elementType;
446 unsigned stride;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/SPIRV/
H A DSPIRVTypes.cpp505 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
506 using KeyTy = std::pair<Type, unsigned>;
508 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
514 bool operator==(const KeyTy &key) const { in operator ==()
518 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument
521 Type elementType;
522 unsigned stride;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp429 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
430 using KeyTy = std::pair<Type, unsigned>;
432 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
438 bool operator==(const KeyTy &key) const { in operator ==()
442 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument
445 Type elementType;
446 unsigned stride;
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp429 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
430 using KeyTy = std::pair<Type, unsigned>;
432 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
438 bool operator==(const KeyTy &key) const { in operator ==()
442 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() function
445 Type elementType;
446 unsigned stride;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/SPIRV/
H A DSPIRVTypes.cpp643 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
644 using KeyTy = std::pair<Type, unsigned>;
646 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
652 bool operator==(const KeyTy &key) const { in operator ==()
656 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() function
659 Type elementType;