| /llvm-project-15.0.7/mlir/test/lib/Dialect/Linalg/ |
| H A D | TestLinalgTransforms.cpp | 138 MatmulOp::getOperationName(), ctx, in applyPatterns() 143 MatmulOp::getOperationName(), ctx, in applyPatterns() 148 MatmulOp::getOperationName(), ctx, in applyPatterns() 153 MatmulOp::getOperationName(), ctx, in applyPatterns() 159 MatvecOp::getOperationName(), ctx, in applyPatterns() 177 MatmulOp::getOperationName(), ctx, in applyPatterns() 184 MatmulOp::getOperationName(), ctx, in applyPatterns() 191 MatmulOp::getOperationName(), ctx, in applyPatterns() 197 MatvecOp::getOperationName(), ctx, in applyPatterns() 203 MatmulOp::getOperationName(), ctx, in applyPatterns() [all …]
|
| H A D | TestLinalgFusionTransforms.cpp | 104 OpPassManager pm(func::FuncOp::getOperationName()); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpGenHelpers.cpp | 34 static std::string getOperationName(const Record &def) { in getOperationName() function 55 !includeRegex.match(getOperationName(*def.second))) in getRequestedOpDefinitions() 59 excludeRegex.match(getOperationName(*def.second))) in getRequestedOpDefinitions()
|
| H A D | RewriterGen.cpp | 600 op.getOperationName(), i); in emitOpMatch() 657 op.getOperationName(), argIndex + 1)); in emitOperandMatch() 666 op.getOperationName(), argIndex); in emitOperandMatch() 675 operand - op.operand_begin(), op.getOperationName(), in emitOperandMatch() 782 op.getOperationName(), namedAttr->name, in emitAttributeMatch() 791 op.getOperationName(), argIndex + 1)); in emitAttributeMatch() 813 op.getOperationName(), namedAttr->name, in emitAttributeMatch() 925 << "found operation " << op.getOperationName() << '\n'); in collectOps() 940 auto rootName = rootOp.getOperationName(); in emit() 962 return lhs->getOperationName() < rhs->getOperationName(); in emit() [all …]
|
| H A D | LLVMIRIntrinsicGen.cpp | 95 std::string getOperationName() const { in getOperationName() function in __anon725579a20111::LLVMIntrinsic 228 << "<\"" << intr.getOperationName() << "\", "; in emitIntrinsic()
|
| H A D | LLVMIRConversionGen.cpp | 110 return emitError("no 'llvmBuilder' field for op " + op.getOperationName()); in emitOneBuilder() 151 op.getOperationName()); in emitOneBuilder()
|
| /llvm-project-15.0.7/mlir/unittests/IR/ |
| H A D | PatternMatchTest.cpp | 20 /*generatedNames=*/{test::OpB::getOperationName()}) {} in AnOpRewritePattern() 28 ASSERT_EQ(ops.front().getStringRef(), test::OpB::getOperationName()); in TEST()
|
| H A D | InterfaceAttachmentTest.cpp | 276 return ModuleOp::getOperationName().size() + 2 * arg; in getNameLengthPlusArgTwice() 290 return UnrealizedConversionCastOp::getOperationName().size() + 2 * arg; in getNameLengthPlusArgTwice() 348 return ConcreteOp::getOperationName().size() + 2 * arg; in getNameLengthPlusArgTwice()
|
| /llvm-project-15.0.7/mlir/unittests/Interfaces/ |
| H A D | ControlFlowInterfacesTest.cpp | 26 static StringRef getOperationName() { return "cftest.dummy_op"; } in getOperationName() function 35 static StringRef getOperationName() { in getOperationName() function 53 static StringRef getOperationName() { return "cftest.loop_regions_op"; } in getOperationName() function 75 static StringRef getOperationName() { in getOperationName() function 95 static StringRef getOperationName() { return "cftest.sequential_regions_op"; } in getOperationName() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Transforms/ |
| H A D | DialectConversion.h | 404 : ConversionPattern(SourceOp::getOperationName(), benefit, context) {} in ConversionPattern() argument 407 : ConversionPattern(typeConverter, SourceOp::getOperationName(), benefit, in ConversionPattern() argument 505 populateFunctionOpInterfaceTypeConversionPattern(FuncOpT::getOperationName(), in populateFunctionOpInterfaceTypeConversionPattern() 688 setOpAction(OperationName(OpT::getOperationName(), &ctx), action); in setOpAction() 697 addLegalOp(OperationName(OpT::getOperationName(), &ctx)); in addLegalOp() 714 addDynamicallyLegalOp(OperationName(OpT::getOperationName(), &ctx), in addDynamicallyLegalOp() 737 addIllegalOp(OperationName(OpT::getOperationName(), &ctx)); in addIllegalOp() 754 OperationName opName(OpT::getOperationName(), &ctx);
|
| /llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/ |
| H A D | Pattern.h | 138 : ConvertToLLVMPattern(SourceOp::getOperationName(), 198 return LLVM::detail::oneToOneRewrite(op, TargetOp::getOperationName(), in matchAndRewrite()
|
| H A D | VectorPattern.h | 79 op, TargetOp::getOperationName(), adaptor.getOperands(), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/ |
| H A D | LegalizeForLLVMExport.cpp | 54 return LLVM::detail::oneToOneRewrite(op, Intr32OpTy::getOperationName(), in matchAndRewrite() 58 return LLVM::detail::oneToOneRewrite(op, Intr64OpTy::getOperationName(), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Tosa/ |
| H A D | TosaTestPasses.cpp | 33 : RewritePattern(tosa::NegateOp::getOperationName(), 1, context) {} in ConvertTosaNegateOp() 103 : RewritePattern(tosa::Conv2DOp::getOperationName(), 1, context) {} in ConvertTosaConv2DOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgDialect.cpp | 92 OpType::getOperationName(), in addNamedOpBuilderImpl()
|
| /llvm-project-15.0.7/mlir/test/lib/Pass/ |
| H A D | TestDynamicPipeline.cpp | 32 OpPassManager pm(ModuleOp::getOperationName(), in getDependentDialects()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/ |
| H A D | BufferizableOpInterface.h | 156 allowOperation(OpTy::getOperationName()); in allowOperationImpl() 162 denyOperation(OpTy::getOperationName()); in denyOperationImpl()
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | Pass.h | 352 OperationPass(TypeID passID) : Pass(passID, OpT::getOperationName()) {} in OperationPass() 357 return pass->getOpName() == OpT::getOperationName(); in classof()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/ |
| H A D | LowerToAffineLoops.cpp | 101 : ConversionPattern(BinaryOp::getOperationName(), 1, ctx) {} in BinaryOpLowering() 277 : ConversionPattern(toy::TransposeOp::getOperationName(), 1, ctx) {} in TransposeOpLowering()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | LowerToAffineLoops.cpp | 101 : ConversionPattern(BinaryOp::getOperationName(), 1, ctx) {} in BinaryOpLowering() 277 : ConversionPattern(toy::TransposeOp::getOperationName(), 1, ctx) {} in TransposeOpLowering()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | LowerToAffineLoops.cpp | 101 : ConversionPattern(BinaryOp::getOperationName(), 1, ctx) {} in BinaryOpLowering() 277 : ConversionPattern(toy::TransposeOp::getOperationName(), 1, ctx) {} in TransposeOpLowering()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpDefinition.h | 897 OperationState state(loc, TerminatorOpType::getOperationName()); in buildTerminator() 919 TerminatorOpType::getOperationName() + in verifyRegionTrait() 925 << TerminatorOpType::getOperationName() << '\''; in verifyRegionTrait() 1254 << llvm::makeArrayRef({ParentOpTypes::getOperationName()...}) 1650 if (op->getName().getStringRef() == ConcreteType::getOperationName()) 1652 "classof on '" + ConcreteType::getOperationName() + 1691 ConcreteType::getOperationName(), &context); 1695 ConcreteType::getOperationName() + ".");
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/ |
| H A D | TestTransformDialectExtension.cpp | 37 static constexpr llvm::StringLiteral getOperationName() { in getOperationName() function in __anonc991b9c70111::TestTransformOp 89 static constexpr llvm::StringLiteral getOperationName() { in getOperationName() function in __anonc991b9c70111::TestTransformUnrestrictedOpNoInterface
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.h | 241 static StringRef getOperationName() { return "affine.dma_start"; } in getOperationName() function 294 static StringRef getOperationName() { return "affine.dma_wait"; } in getOperationName() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/ |
| H A D | TransformDialect.h | 31 *RegisteredOperationName::lookup(OpTy::getOperationName(), context); in checkImplementsTransformInterface()
|