|
static BaseMemRefType | mlir::bufferization::func_ext::getBufferizedFunctionArgType (FuncOp funcOp, int64_t index, const BufferizationOptions &options) |
| Return the index-th bufferized function argument type. More...
|
|
static FuncOp | mlir::bufferization::func_ext::getCalledFunction (CallOpInterface callOp, SymbolTableCollection &symbolTables) |
| Return the FuncOp called by callOp . More...
|
|
static FuncOp | mlir::bufferization::func_ext::getCalledFunction (CallOpInterface callOp, const AnalysisState &state) |
| Return the FuncOp called by callOp . More...
|
|
static const FuncAnalysisState & | mlir::bufferization::func_ext::getFuncAnalysisState (const AnalysisState &state) |
| Get FuncAnalysisState. More...
|
|
static FuncOpAnalysisState | mlir::bufferization::func_ext::getFuncOpAnalysisState (const AnalysisState &state, FuncOp funcOp) |
| Return the state (phase) of analysis of the FuncOp. More...
|
|
static std::optional< int64_t > | mlir::bufferization::func_ext::getEquivalentFuncArgIdx (FuncOp funcOp, const FuncAnalysisState &state, int64_t returnValIdx) |
| Return the index of the bbArg in the given FuncOp that is equivalent to the specified return value (if any). More...
|
|