Home
last modified time | relevance | path

Searched refs:PyOperationBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h501 class PyOperationBase {
503 virtual ~PyOperationBase() = default;
516 void moveAfter(PyOperationBase &other);
517 void moveBefore(PyOperationBase &other);
634 friend class PyOperationBase; variable
643 class PyOpView : public PyOperationBase {
724 void insert(PyOperationBase &operationBase);
1012 explicit PySymbolTable(PyOperationBase &operation);
1022 void erase(PyOperationBase &symbol);
1030 PyAttribute insert(PyOperationBase &symbol);
[all …]
H A DIRCore.cpp1047 void PyOperationBase::moveAfter(PyOperationBase &other) { in moveAfter()
1056 void PyOperationBase::moveBefore(PyOperationBase &other) { in moveBefore()
2552 [](PyOperationBase &self, PyOperationBase &other) { in populateIRCore()
2558 [](PyOperationBase &self) { in populateIRCore()
2578 [](PyOperationBase &self) { in populateIRCore()
2584 [](PyOperationBase &self) { in populateIRCore()
2604 [](PyOperationBase &self) { in populateIRCore()
2613 [](PyOperationBase &self) { in populateIRCore()
2643 [](PyOperationBase &self) { in populateIRCore()
2656 [](PyOperationBase &self) { in populateIRCore()
[all …]