Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp921 class RefCountingOpLowering : public OpConversionPattern<RefCountingOp> { class
923 explicit RefCountingOpLowering(TypeConverter &converter, MLIRContext *ctx, in RefCountingOpLowering() function in __anonbcc505752611::RefCountingOpLowering
946 class RuntimeAddRefOpLowering : public RefCountingOpLowering<RuntimeAddRefOp> {
949 : RefCountingOpLowering(converter, ctx, kAddRef) {} in RuntimeAddRefOpLowering()
953 : public RefCountingOpLowering<RuntimeDropRefOp> {
956 : RefCountingOpLowering(converter, ctx, kDropRef) {} in RuntimeDropRefOpLowering()