Searched defs:AsyncValue (Results 1 – 4 of 4) sorted by relevance
63 class AsyncValue : public AsyncRuntimeObject { class65 explicit AsyncValue(size_t size, size_t alignment, unsigned ref_count = 1) in AsyncValue() function in mlir::runtime::AsyncValue
22 class AsyncValue; variable
45 llvm::SmallVector<RCReference<AsyncValue>, 4>* results, in SetError()