Home
last modified time | relevance | path

Searched defs:getOpName (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Pass/
H A DPass.cpp377 return impl->getOpName(); in getOpName() function in OpPassManager
159 std::optional<OperationName> getOpName(MLIRContext &context) { getOpName() function
164 std::optional<StringRef> getOpName() const { getOpName() function
383 OpPassManager::getOpName(MLIRContext &context) const { getOpName() function in OpPassManager
[all...]
/llvm-project/mlir/include/mlir/Pass/
H A DPass.h83 std::optional<StringRef> getOpName() const { return opName; } in getOpName() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp240 const std::string &getOpName() { return opName; } getOpName() function in mlir::python::PyConcreteOpInterface