Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp614 class RefCountingOpLowering : public ConversionPattern { class
616 explicit RefCountingOpLowering(MLIRContext *ctx, StringRef apiFunctionName) in RefCountingOpLowering() function in __anon61a0c9350711::RefCountingOpLowering
640 class AddRefOpLowering : public RefCountingOpLowering<AddRefOp> {
643 : RefCountingOpLowering(ctx, kAddRef) {} in AddRefOpLowering()
647 class DropRefOpLowering : public RefCountingOpLowering<DropRefOp> {
650 : RefCountingOpLowering(ctx, kDropRef) {} in DropRefOpLowering()