Searched defs:resultMapping (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/include/mlir/Transforms/ |
H A D | OneToNTypeConversion.h | 233 OpAdaptor(const OneToNTypeMapping * operandMapping,const OneToNTypeMapping * resultMapping,const ValueRange * convertedOperands,RangeT values,SourceOp op) OpAdaptor() argument 254 const OneToNTypeMapping *resultMapping; global() variable 267 matchAndRewrite(Operation * op,OneToNPatternRewriter & rewriter,const OneToNTypeMapping & operandMapping,const OneToNTypeMapping & resultMapping,ValueRange convertedOperands) matchAndRewrite() argument [all...] |
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | OneToNTypeConversion.cpp | 31 const OneToNTypeMapping &resultMapping = adaptor.getResultMapping(); in matchAndRewrite() local 68 const OneToNTypeMapping &resultMapping = adaptor.getResultMapping(); in matchAndRewrite() local 149 const OneToNTypeMapping &resultMapping in matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseIterationToScf.cpp | 62 const OneToNTypeMapping &resultMapping = adaptor.getResultMapping(); matchAndRewrite() local 119 const OneToNTypeMapping &resultMapping = adaptor.getResultMapping(); matchAndRewrite() local 167 const OneToNTypeMapping &resultMapping = adaptor.getResultMapping(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Func/Transforms/ |
H A D | OneToNFuncConversions.cpp | 34 const OneToNTypeMapping &resultMapping = adaptor.getResultMapping(); in matchAndRewrite() local
|
H A D | DecomposeCallGraphTypes.cpp |
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | OneToNTypeConversion.cpp | 215 replaceOp(Operation * op,ValueRange newValues,const OneToNTypeMapping & resultMapping) replaceOp() argument 275 OneToNTypeMapping resultMapping(originalResultTypes); matchAndRewrite() local 427 matchAndRewrite(Operation * op,OneToNPatternRewriter & rewriter,const OneToNTypeMapping & operandMapping,const OneToNTypeMapping & resultMapping,ValueRange convertedOperands) const matchAndRewrite() argument
|