Searched defs:getOpName (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Pass/ | ||
H A D | Pass.cpp | 377 return impl->getOpName(); in getOpName() function in OpPassManager |
/llvm-project/mlir/include/mlir/Pass/ | ||
H A D | Pass.h | 83 std::optional<StringRef> getOpName() const { return opName; } in getOpName() function |
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRInterfaces.cpp | 240 const std::string &getOpName() { return opName; } getOpName() function in mlir::python::PyConcreteOpInterface |