Home
last modified time | relevance | path

Searched refs:PointerTypeStorage (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/SPIRV/
H A DSPIRVTypes.cpp310 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
315 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
317 return new (allocator.allocate<PointerTypeStorage>()) in construct()
318 PointerTypeStorage(key); in construct()
325 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Dialect/SPIRV/
H A DSPIRVTypes.h44 struct PointerTypeStorage;
134 : public Type::TypeBase<PointerType, Type, detail::PointerTypeStorage> {
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h33 struct PointerTypeStorage;
196 detail::PointerTypeStorage> {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h33 struct PointerTypeStorage;
196 detail::PointerTypeStorage> {
/dports/devel/f18/f18-1688bef/include/fir/
H A DType.h44 struct PointerTypeStorage;
194 detail::PointerTypeStorage> {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp379 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
384 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
386 return new (allocator.allocate<PointerTypeStorage>()) in construct()
387 PointerTypeStorage(key); in construct()
394 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp379 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
384 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
386 return new (allocator.allocate<PointerTypeStorage>()) in construct()
387 PointerTypeStorage(key); in construct()
394 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h33 struct PointerTypeStorage;
197 detail::PointerTypeStorage> {
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h49 struct PointerTypeStorage;
249 detail::PointerTypeStorage> {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h33 struct PointerTypeStorage;
197 detail::PointerTypeStorage> {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h49 struct PointerTypeStorage;
249 detail::PointerTypeStorage> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h49 struct PointerTypeStorage;
249 detail::PointerTypeStorage> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/SPIRV/
H A DSPIRVTypes.h62 struct PointerTypeStorage;
225 detail::PointerTypeStorage> {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h33 struct PointerTypeStorage;
197 detail::PointerTypeStorage> {
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h33 struct PointerTypeStorage;
197 detail::PointerTypeStorage> {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/SPIRV/
H A DSPIRVTypes.cpp579 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
584 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
586 return new (allocator.allocate<PointerTypeStorage>()) in construct()
587 PointerTypeStorage(key); in construct()
594 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp370 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
375 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
377 return new (allocator.allocate<PointerTypeStorage>()) in construct()
378 PointerTypeStorage(key); in construct()
385 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp370 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
375 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
377 return new (allocator.allocate<PointerTypeStorage>()) in construct()
378 PointerTypeStorage(key); in construct()
385 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/SPIRV/
H A DSPIRVTypes.cpp446 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
451 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
453 return new (allocator.allocate<PointerTypeStorage>()) in construct()
454 PointerTypeStorage(key); in construct()
461 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp370 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
375 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
377 return new (allocator.allocate<PointerTypeStorage>()) in construct()
378 PointerTypeStorage(key); in construct()
385 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp370 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
375 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
377 return new (allocator.allocate<PointerTypeStorage>()) in construct()
378 PointerTypeStorage(key); in construct()
385 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp658 struct PointerTypeStorage : public mlir::TypeStorage { struct
665 static PointerTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
668 auto *storage = allocator.allocate<PointerTypeStorage>(); in construct()
669 return new (storage) PointerTypeStorage{eleTy}; in construct()
678 PointerTypeStorage() = delete;
679 explicit PointerTypeStorage(mlir::Type eleTy) : eleTy{eleTy} {} in PointerTypeStorage() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp658 struct PointerTypeStorage : public mlir::TypeStorage { struct
665 static PointerTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
668 auto *storage = allocator.allocate<PointerTypeStorage>(); in construct()
669 return new (storage) PointerTypeStorage{eleTy}; in construct()
678 PointerTypeStorage() = delete;
679 explicit PointerTypeStorage(mlir::Type eleTy) : eleTy{eleTy} {} in PointerTypeStorage() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp658 struct PointerTypeStorage : public mlir::TypeStorage { struct
665 static PointerTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
668 auto *storage = allocator.allocate<PointerTypeStorage>(); in construct()
669 return new (storage) PointerTypeStorage{eleTy}; in construct()
678 PointerTypeStorage() = delete;
679 explicit PointerTypeStorage(mlir::Type eleTy) : eleTy{eleTy} {} in PointerTypeStorage() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp658 struct PointerTypeStorage : public mlir::TypeStorage { struct
665 static PointerTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
668 auto *storage = allocator.allocate<PointerTypeStorage>(); in construct()
669 return new (storage) PointerTypeStorage{eleTy}; in construct()
678 PointerTypeStorage() = delete;
679 explicit PointerTypeStorage(mlir::Type eleTy) : eleTy{eleTy} {} in PointerTypeStorage() function

12