Lines Matching refs:PyThreadContextEntry

469   return PyThreadContextEntry::pushContext(*this);  in contextEnter()
475 PyThreadContextEntry::popContext(*this); in contextExit()
479 PyMlirContext *context = PyThreadContextEntry::getDefaultContext(); in resolve()
494 std::vector<PyThreadContextEntry> &PyThreadContextEntry::getStack() { in getStack()
495 static thread_local std::vector<PyThreadContextEntry> stack; in getStack()
499 PyThreadContextEntry *PyThreadContextEntry::getTopOfStack() { in getTopOfStack()
506 void PyThreadContextEntry::push(FrameKind frameKind, py::object context, in push()
528 PyMlirContext *PyThreadContextEntry::getContext() { in getContext()
534 PyInsertionPoint *PyThreadContextEntry::getInsertionPoint() { in getInsertionPoint()
540 PyLocation *PyThreadContextEntry::getLocation() { in getLocation()
546 PyMlirContext *PyThreadContextEntry::getDefaultContext() { in getDefaultContext()
551 PyInsertionPoint *PyThreadContextEntry::getDefaultInsertionPoint() { in getDefaultInsertionPoint()
556 PyLocation *PyThreadContextEntry::getDefaultLocation() { in getDefaultLocation()
561 py::object PyThreadContextEntry::pushContext(PyMlirContext &context) { in pushContext()
569 void PyThreadContextEntry::popContext(PyMlirContext &context) { in popContext()
580 PyThreadContextEntry::pushInsertionPoint(PyInsertionPoint &insertionPoint) { in pushInsertionPoint()
591 void PyThreadContextEntry::popInsertionPoint(PyInsertionPoint &insertionPoint) { in popInsertionPoint()
604 py::object PyThreadContextEntry::pushLocation(PyLocation &location) { in pushLocation()
613 void PyThreadContextEntry::popLocation(PyLocation &location) { in popLocation()
658 return PyThreadContextEntry::pushLocation(*this); in contextEnter()
663 PyThreadContextEntry::popLocation(*this); in contextExit()
667 auto *location = PyThreadContextEntry::getDefaultLocation(); in resolve()
991 ip = PyThreadContextEntry::getDefaultInsertionPoint(); in create()
1102 return PyThreadContextEntry::pushInsertionPoint(*this); in contextEnter()
1108 PyThreadContextEntry::popInsertionPoint(*this); in contextExit()
2577 auto *context = PyThreadContextEntry::getDefaultContext(); in populateIRSubmodule()
2680 auto *loc = PyThreadContextEntry::getDefaultLocation(); in populateIRSubmodule()
2972 auto *ip = PyThreadContextEntry::getDefaultInsertionPoint(); in populateIRSubmodule()