Searched refs:RefCountingOpLowering (Results 1 – 1 of 1) sorted by relevance
614 class RefCountingOpLowering : public ConversionPattern { class616 explicit RefCountingOpLowering(MLIRContext *ctx, StringRef apiFunctionName) in RefCountingOpLowering() function in __anon61a0c9350711::RefCountingOpLowering640 class AddRefOpLowering : public RefCountingOpLowering<AddRefOp> {643 : RefCountingOpLowering(ctx, kAddRef) {} in AddRefOpLowering()647 class DropRefOpLowering : public RefCountingOpLowering<DropRefOp> {650 : RefCountingOpLowering(ctx, kDropRef) {} in DropRefOpLowering()