Searched defs:operationName (Results 1 – 10 of 10) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | DialectTransform.cpp | 79 mlirStringRefCreate(operationName.data(), operationName.size()); in populateDialectTransformSubmodule() argument 91 return nb::str(operationName.data, operationName.length); in populateDialectTransformSubmodule() local
|
H A D | IRModule.cpp | 112 registerOperationImpl(const std::string & operationName,py::object pyClass,bool replace) registerOperationImpl() argument 172 lookupOperationClass(llvm::StringRef operationName) lookupOperationClass() argument
|
H A D | MainModule.cpp | 74 std::string operationName = PYBIND11_MODULE() local
|
/llvm-project/mlir/test/CAPI/ |
H A D | transform.c | 70 MlirStringRef operationName = in testOperationType() local
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | Pass.cpp | 56 mlirPassManagerGetNestedUnder(MlirPassManager passManager,MlirStringRef operationName) mlirPassManagerGetNestedUnder() argument 61 mlirOpPassManagerGetNestedUnder(MlirOpPassManager passManager,MlirStringRef operationName) mlirOpPassManagerGetNestedUnder() argument
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | Transform.cpp | 81 MlirStringRef operationName) { in mlirTransformOperationTypeGet()
|
/llvm-project/mlir/unittests/Debug/ |
H A D | FileLineColLocBreakpointManagerTest.cpp | 23 StringRef operationName, in createOp()
|
/llvm-project/mlir/lib/CAPI/Interfaces/ |
H A D | Interfaces.cpp | 80 bool mlirOperationImplementsInterfaceStatic(MlirStringRef operationName, in mlirOperationImplementsInterfaceStatic()
|
/llvm-project/mlir/lib/Pass/ |
H A D | Pass.cpp | 831 PassManager(MLIRContext * ctx,StringRef operationName,Nesting nesting) PassManager() argument 836 PassManager(OperationName operationName,Nesting nesting) PassManager() argument
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 1345 FailureOr<OperationName> operationName = parser.parseCustomOperationName(); parse() local 1588 FailureOr<OperationName> operationName = parser.parseCustomOperationName(); parse() local
|