MLIR  19.0.0git
Functions
TosaToSCF.cpp File Reference
#include "mlir/Conversion/TosaToSCF/TosaToSCF.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Dialect/Tosa/IR/TosaOps.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"

Go to the source code of this file.

Functions

static void inlineIfCase (Region &srcRegion, Region &dstRegion, OperandRange operands, PatternRewriter &rewriter)
 
static void inlineWhileCase (Region &srcRegion, Region &dstRegion, PatternRewriter &rewriter, bool isCond)
 

Function Documentation

◆ inlineIfCase()

static void inlineIfCase ( Region srcRegion,
Region dstRegion,
OperandRange  operands,
PatternRewriter rewriter 
)
static

◆ inlineWhileCase()

static void inlineWhileCase ( Region srcRegion,
Region dstRegion,
PatternRewriter rewriter,
bool  isCond 
)
static