Home
last modified time | relevance | path

Searched defs:PyInsertionPoint (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.h35 class PyInsertionPoint; variable
872 PyInsertionPoint(PyBlock block, std::optional<PyOperationRef> refOperation) PyInsertionPoint() function
[all...]
H A DIRCore.cpp1857 PyInsertionPoint::PyInsertionPoint(PyBlock &block) : block(block) {} PyInsertionPoint() function in PyInsertionPoint
1859 PyInsertionPoint::PyInsertionPoint(PyOperationBase &beforeOperationBase) PyInsertionPoint() function in PyInsertionPoint
[all...]