Home
last modified time | relevance | path

Searched refs:getOperationName (Results 1 – 25 of 85) sorted by relevance

1234

/llvm-project-15.0.7/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgTransforms.cpp138 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 DTestLinalgFusionTransforms.cpp104 OpPassManager pm(func::FuncOp::getOperationName()); in runOnOperation()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpGenHelpers.cpp34 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 DRewriterGen.cpp600 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 DLLVMIRIntrinsicGen.cpp95 std::string getOperationName() const { in getOperationName() function in __anon725579a20111::LLVMIntrinsic
228 << "<\"" << intr.getOperationName() << "\", "; in emitIntrinsic()
H A DLLVMIRConversionGen.cpp110 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 DPatternMatchTest.cpp20 /*generatedNames=*/{test::OpB::getOperationName()}) {} in AnOpRewritePattern()
28 ASSERT_EQ(ops.front().getStringRef(), test::OpB::getOperationName()); in TEST()
H A DInterfaceAttachmentTest.cpp276 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 DControlFlowInterfacesTest.cpp26 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 DDialectConversion.h404 : 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 DPattern.h138 : ConvertToLLVMPattern(SourceOp::getOperationName(),
198 return LLVM::detail::oneToOneRewrite(op, TargetOp::getOperationName(), in matchAndRewrite()
H A DVectorPattern.h79 op, TargetOp::getOperationName(), adaptor.getOperands(), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/
H A DLegalizeForLLVMExport.cpp54 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 DTosaTestPasses.cpp33 : 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 DLinalgDialect.cpp92 OpType::getOperationName(), in addNamedOpBuilderImpl()
/llvm-project-15.0.7/mlir/test/lib/Pass/
H A DTestDynamicPipeline.cpp32 OpPassManager pm(ModuleOp::getOperationName(), in getDependentDialects()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h156 allowOperation(OpTy::getOperationName()); in allowOperationImpl()
162 denyOperation(OpTy::getOperationName()); in denyOperationImpl()
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPass.h352 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 DLowerToAffineLoops.cpp101 : 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 DLowerToAffineLoops.cpp101 : 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 DLowerToAffineLoops.cpp101 : 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 DOpDefinition.h897 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 DTestTransformDialectExtension.cpp37 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 DAffineOps.h241 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 DTransformDialect.h31 *RegisteredOperationName::lookup(OpTy::getOperationName(), context); in checkImplementsTransformInterface()

1234