MLIR 22.0.0git
TransformInterpreterUtils.cpp File Reference
#include "mlir/Dialect/Transform/Transforms/TransformInterpreterUtils.h"
#include "mlir/Dialect/Transform/IR/TransformDialect.h"
#include "mlir/Dialect/Transform/IR/TransformOps.h"
#include "mlir/Dialect/Transform/IR/Utils.h"
#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Verifier.h"
#include "mlir/IR/Visitors.h"
#include "mlir/Parser/Parser.h"
#include "mlir/Support/FileUtilities.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "transform-dialect-interpreter-utils"
#define DBGS()

Functions

static transform::TransformOpInterface findTransformEntryPointNonRecursive (Operation *op, StringRef entryPoint)
static transform::TransformOpInterface findTransformEntryPointRecursive (Operation *op, StringRef entryPoint)
static transform::TransformOpInterface findTransformEntryPointInOp (Operation *op, StringRef entryPoint)

Macro Definition Documentation

◆ DBGS

◆ DEBUG_TYPE

#define DEBUG_TYPE   "transform-dialect-interpreter-utils"

Definition at line 31 of file TransformInterpreterUtils.cpp.

Function Documentation

◆ findTransformEntryPointInOp()

transform::TransformOpInterface findTransformEntryPointInOp ( Operation * op,
StringRef entryPoint )
static

◆ findTransformEntryPointNonRecursive()

transform::TransformOpInterface findTransformEntryPointNonRecursive ( Operation * op,
StringRef entryPoint )
static

Definition at line 125 of file TransformInterpreterUtils.cpp.

References mlir::Operation::getRegions().

Referenced by findTransformEntryPointInOp().

◆ findTransformEntryPointRecursive()

transform::TransformOpInterface findTransformEntryPointRecursive ( Operation * op,
StringRef entryPoint )
static