Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp517 return PyThreadContextEntry::pushContext(*this); in contextEnter()
523 PyThreadContextEntry::popContext(*this); in contextExit()
593 std::vector<PyThreadContextEntry> &PyThreadContextEntry::getStack() { in getStack()
598 PyThreadContextEntry *PyThreadContextEntry::getTopOfStack() { in getTopOfStack()
627 PyMlirContext *PyThreadContextEntry::getContext() { in getContext()
639 PyLocation *PyThreadContextEntry::getLocation() { in getLocation()
645 PyMlirContext *PyThreadContextEntry::getDefaultContext() { in getDefaultContext()
655 PyLocation *PyThreadContextEntry::getDefaultLocation() { in getDefaultLocation()
838 return PyThreadContextEntry::pushLocation(*this); in contextEnter()
844 PyThreadContextEntry::popLocation(*this); in contextExit()
[all …]
H A DIRModule.h102 class PyThreadContextEntry {
110 PyThreadContextEntry(FrameKind frameKind, pybind11::object context, in PyThreadContextEntry() function
131 static PyThreadContextEntry *getTopOfStack();
140 static std::vector<PyThreadContextEntry> &getStack();