MLIR  20.0.0git
mlir::AttrTypeReplacer Member List

This is the complete list of members for mlir::AttrTypeReplacer, including all inherited members.

addReplacement(ReplaceFn< Attribute > fn)mlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >
addReplacement(ReplaceFn< Type > fn)mlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >
addReplacement(FnT &&callback)mlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >inline
recursivelyReplaceElementsIn(Operation *op, bool replaceAttrs=true, bool replaceLocs=false, bool replaceTypes=false)mlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >
replace(Attribute attr)mlir::AttrTypeReplacer
replace(Type type)mlir::AttrTypeReplacer
replaceBase(Attribute attr)mlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >protected
replaceBase(Type type)mlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >protected
replaceElementsIn(Operation *op, bool replaceAttrs=true, bool replaceLocs=false, bool replaceTypes=false)mlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >
ReplaceFn typedefmlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >
ReplaceFnResult typedefmlir::detail::AttrTypeReplacerBase< AttrTypeReplacer >