Home
last modified time | relevance | path

Searched refs:ValueTypeStorage (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/
DAsync.h29 struct ValueTypeStorage;
40 : public Type::TypeBase<ValueType, Type, detail::ValueTypeStorage> {
/external/llvm-project/mlir/lib/Dialect/Async/IR/
DAsync.cpp71 struct ValueTypeStorage : public TypeStorage { struct
72 ValueTypeStorage(Type valueType) : valueType(valueType) {} in ValueTypeStorage() argument
79 static ValueTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
81 return new (allocator.allocate<ValueTypeStorage>()) in construct()
82 ValueTypeStorage(valueType); in construct()