Home
last modified time | relevance | path

Searched defs:rootOp (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/mlir/test/lib/Dialect/Tensor/
H A DTestTensorTransforms.cpp105 RewritePatternSet patterns(rootOp->getContext()); in applyFoldIntoPackAndUnpackPatterns() argument
111 RewritePatternSet patterns(rootOp->getContext()); in applyFoldConstantExtractSlicePatterns() argument
99 applyReassociativeReshapeFoldingPatterns(Operation * rootOp) applyReassociativeReshapeFoldingPatterns() argument
127 applyFoldConsecutiveInsertExtractSlicePatterns(Operation * rootOp) applyFoldConsecutiveInsertExtractSlicePatterns() argument
134 applyDropRedundantInsertSliceRankExpansionPatterns(Operation * rootOp) applyDropRedundantInsertSliceRankExpansionPatterns() argument
140 applySimplifyPackUnpackPatterns(Operation * rootOp) applySimplifyPackUnpackPatterns() argument
276 applyRewriteExtractFromCollapseShapePatterns(Operation * rootOp,bool useForeach) applyRewriteExtractFromCollapseShapePatterns() argument
303 testTrackingListenerReplacements(Operation * rootOp) testTrackingListenerReplacements() argument
378 Operation *rootOp = getOperation(); runOnOperation() local
[all...]
/llvm-project/mlir/include/mlir/Query/
H A DQuerySession.h20 QuerySession(Operation * rootOp,llvm::SourceMgr & sourceMgr,unsigned bufferId,const matcher::Registry & matcherRegistry) QuerySession() argument
/llvm-project/mlir/lib/Dialect/EmitC/Transforms/
H A DFormExpressions.cpp33 Operation *rootOp = getOperation(); in runOnOperation() local
/llvm-project/mlir/include/mlir/Dialect/Vector/Utils/
H A DVectorUtils.h143 Operation *rootOp = sourceOp; matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorMultiReduction.cpp57 Operation *rootOp; in matchAndRewrite() local
157 rootOp = maskableOp.getMaskingOp(); in matchAndRewrite() local
368 Operation *rootOp; matchAndRewrite() local
427 Operation *rootOp; matchAndRewrite() local
[all...]
H A DVectorTransferOpTransforms.cpp931 transferOpflowOpt(RewriterBase & rewriter,Operation * rootOp) transferOpflowOpt() argument
H A DLowerVectorContract.cpp1224 Operation *rootOp; in matchAndRewrite() local
/llvm-project/mlir/lib/Interfaces/
H A DSideEffectInterfaces.cpp43 wouldOpBeTriviallyDeadImpl(Operation * rootOp) wouldOpBeTriviallyDeadImpl() argument
335 getEffectsRecursively(Operation * rootOp) getEffectsRecursively() argument
/llvm-project/mlir/lib/Query/
H A DQuery.cpp128 Operation *rootOp = qs.getRootOp(); in run() local
/llvm-project/mlir/test/lib/Rewrite/
H A DTestPDLByteCode.cpp18 Operation *rootOp) { in customSingleEntityConstraint() argument
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h240 OpRewriteStmt(TypeID typeID, SMRange loc, Expr *rootOp) in OpRewriteStmt()
259 EraseStmt(SMRange loc, Expr *rootOp) : Base(loc, rootOp) {} in EraseStmt()
283 ReplaceStmt(SMRange loc, Expr *rootOp, unsigned numReplExprs) in ReplaceStmt()
308 RewriteStmt(SMRange loc, Expr *rootOp, CompoundStmt *rewriteBody) in RewriteStmt()
/llvm-project/mlir/lib/Bytecode/Writer/
H A DIRNumbering.cpp199 computeGlobalNumberingState(Operation * rootOp) computeGlobalNumberingState() argument
590 finalizeDialectResourceNumberings(Operation * rootOp) finalizeDialectResourceNumberings() argument
H A DBytecodeWriter.cpp694 write(Operation * rootOp,raw_ostream & os) write() argument
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp218 EraseStmt *EraseStmt::create(Context &ctx, SMRange loc, Expr *rootOp) { in create()
225 ReplaceStmt *ReplaceStmt::create(Context &ctx, SMRange loc, Expr *rootOp, in create()
239 RewriteStmt *RewriteStmt::create(Context &ctx, SMRange loc, Expr *rootOp, in create()
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2312 if (failed(rootOp)) in parseEraseStmt() local
2386 if (failed(rootOp)) in parseReplaceStmt() local
2451 FailureOr<ast::Expr *> rootOp = parseExpr(); parseRewriteStmt() local
3063 createEraseStmt(SMRange loc,ast::Expr * rootOp) createEraseStmt() argument
3073 createReplaceStmt(SMRange loc,ast::Expr * rootOp,MutableArrayRef<ast::Expr * > replValues) createReplaceStmt() argument
3108 createRewriteStmt(SMRange loc,ast::Expr * rootOp,ast::CompoundStmt * rewriteBody) createRewriteStmt() argument
[all...]
/llvm-project/mlir/lib/Conversion/VectorToArmSME/
H A DVectorToArmSME.cpp459 Operation *rootOp = outerProductOp; in matchAndRewrite() local
/llvm-project/mlir/lib/Pass/
H A DPassCrashRecovery.cpp238 void PassCrashReproducerGenerator::finalize(Operation *rootOp, in finalize() argument
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp1241 convertVectorToMMAOps(RewriterBase & rewriter,Operation * rootOp) convertVectorToMMAOps() argument
1274 convertVectorToNVVMCompatibleMMASync(RewriterBase & rewriter,Operation * rootOp) convertVectorToNVVMCompatibleMMASync() argument
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1050 const Operator &rootOp = pattern.getSourceRootOp(); in emit() local
1127 const Operator &rootOp = pattern.getSourceRootOp(); in emitRewriteLogic() local
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DVectorLegalization.cpp213 Operation *rootOp = outerProductOp; matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp310 Operation *rootOp = yieldedValue.getDefiningOp(); getRootOp() local
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp619 if (pdl::OperationOp rootOp = root.getDefiningOp<pdl::OperationOp>()) in generate() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp245 getInnermostParallelLoops(Operation * rootOp,SmallVectorImpl<scf::ParallelOp> & result) getInnermostParallelLoops() argument
/llvm-project/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp1293 Operation *rootOp = expressionOp.getRootOp(); emitExpression() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp519 Operation *rootOp; matchAndRewrite() local
667 Operation *rootOp; matchAndRewrite() local

12