Home
last modified time | relevance | path

Searched defs:operationName (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/lib/Bindings/Python/
H A DDialectTransform.cpp79 mlirStringRefCreate(operationName.data(), operationName.size()); in populateDialectTransformSubmodule() argument
91 return nb::str(operationName.data, operationName.length); in populateDialectTransformSubmodule() local
H A DIRModule.cpp112 registerOperationImpl(const std::string & operationName,py::object pyClass,bool replace) registerOperationImpl() argument
172 lookupOperationClass(llvm::StringRef operationName) lookupOperationClass() argument
H A DMainModule.cpp74 std::string operationName = PYBIND11_MODULE() local
/llvm-project/mlir/test/CAPI/
H A Dtransform.c70 MlirStringRef operationName = in testOperationType() local
/llvm-project/mlir/lib/CAPI/IR/
H A DPass.cpp56 mlirPassManagerGetNestedUnder(MlirPassManager passManager,MlirStringRef operationName) mlirPassManagerGetNestedUnder() argument
61 mlirOpPassManagerGetNestedUnder(MlirOpPassManager passManager,MlirStringRef operationName) mlirOpPassManagerGetNestedUnder() argument
/llvm-project/mlir/lib/CAPI/Dialect/
H A DTransform.cpp81 MlirStringRef operationName) { in mlirTransformOperationTypeGet()
/llvm-project/mlir/unittests/Debug/
H A DFileLineColLocBreakpointManagerTest.cpp23 StringRef operationName, in createOp()
/llvm-project/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp80 bool mlirOperationImplementsInterfaceStatic(MlirStringRef operationName, in mlirOperationImplementsInterfaceStatic()
/llvm-project/mlir/lib/Pass/
H A DPass.cpp831 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 DLinalgOps.cpp1345 FailureOr<OperationName> operationName = parser.parseCustomOperationName(); parse() local
1588 FailureOr<OperationName> operationName = parser.parseCustomOperationName(); parse() local