Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Func/Transforms/
H A DDecomposeCallGraphTypes.cpp
/llvm-project/mlir/lib/Dialect/Shape/Transforms/
H A DBufferizableOpInterfaceImpl.cpp58 TypeRange newResultTypes(yieldOp.getOperands()); in bufferize() local
/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h145 OpT clone(OpBuilder &b, OpT op, TypeRange newResultTypes, in clone()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DConstantArgumentGlobalisation.cpp126 newResultTypes.append(callOp.getResultTypes().begin(), in matchAndRewrite() local
H A DAbstractResult.cpp111 llvm::SmallVector<mlir::Type> newResultTypes; matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Utils/
H A DStructuredOpsUtils.cpp197 Operation *mlir::clone(OpBuilder &b, Operation *op, TypeRange newResultTypes, in clone()
210 TypeRange newResultTypes, in cloneWithoutRegions()
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DBufferizableOpInterfaceImpl.cpp234 TypeRange newResultTypes(newYieldedValuesRange); in bufferize() local
H A DVectorDistribute.cpp957 SmallVector<Type> newResultTypes; matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferResultsToOutParams.cpp191 auto newResultTypes = llvm::to_vector<6>(llvm::map_range( updateCalls() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDecomposeLinalgOps.cpp158 SmallVector<Type> newResultTypes; in createPeeledGenericOp() local
H A DEraseUnusedOperandsAndResults.cpp90 SmallVector<Type> newResultTypes; in matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DBuiltinTypes.cpp183 TypeRange newResultTypes = getWithArgsAndResults() local
194 TypeRange newResultTypes = getWithoutArgsAndResults() local
/llvm-project/mlir/lib/Transforms/
H A DRemoveDeadValues.cpp125 std::vector<Type> newResultTypes; dropUsesAndEraseResults() local
/llvm-project/mlir/test/lib/Dialect/Transform/
H A DTestTransformDialectExtension.cpp821 SmallVector<Type> newResultTypes; matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp187 TypeRange newResultTypes(yieldOp.getResults()); in bufferize() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp3822 SmallVector<Type> newResultTypes; matchAndRewrite() local
4126 SmallVector<Type> newResultTypes(beforeArgs.size()); matchAndRewrite() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp3264 SmallVector<Type> newResultTypes; convertOpResultTypes() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp4538 SmallVector<Type, 4> newResultTypes(op->getResultTypes()); matchAndRewrite() local