Searched refs:RefCountingOpLowering (Results 1 – 1 of 1) sorted by relevance
921 class RefCountingOpLowering : public OpConversionPattern<RefCountingOp> { class923 explicit RefCountingOpLowering(TypeConverter &converter, MLIRContext *ctx, in RefCountingOpLowering() function in __anonbcc505752611::RefCountingOpLowering946 class RuntimeAddRefOpLowering : public RefCountingOpLowering<RuntimeAddRefOp> {949 : RefCountingOpLowering(converter, ctx, kAddRef) {} in RuntimeAddRefOpLowering()953 : public RefCountingOpLowering<RuntimeDropRefOp> {956 : RefCountingOpLowering(converter, ctx, kDropRef) {} in RuntimeDropRefOpLowering()