Home
last modified time | relevance | path

Searched defs:TestBytecodeRoundtripPass (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/test/lib/IR/
H A DTestBytecodeRoundtrip.cpp49 struct TestBytecodeRoundtripPass struct
51 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestBytecodeRoundtripPass) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID()
54 StringRef getDescription() const final { in getDescription()
57 void getDependentDialects(DialectRegistry &registry) const override { in getDependentDialects()
61 TestBytecodeRoundtripPass(const TestBytecodeRoundtripPass &) {} in TestBytecodeRoundtripPass() function
63 LogicalResult initialize(MLIRContext *context) override { in initialize()
68 void runOnOperation() override { in runOnOperation()
93 targetVersion{*this, "test-dialect-version",
98 mlir::Pass::Option<int> testKind{
103 void doRoundtripWithConfigs(Operation *op, in doRoundtripWithConfigs()
[all …]