Lines Matching refs:PyOperationRef
198 PyRegionIterator(PyOperationRef operation) in PyRegionIterator()
219 PyOperationRef operation;
227 PyRegionList(PyOperationRef operation) : operation(std::move(operation)) {} in PyRegionList()
251 PyOperationRef operation;
256 PyBlockIterator(PyOperationRef operation, MlirBlock next) in PyBlockIterator()
279 PyOperationRef operation;
288 PyBlockList(PyOperationRef operation, MlirRegion region) in PyBlockList()
352 PyOperationRef operation;
358 PyOperationIterator(PyOperationRef parentOperation, MlirOperation next) in PyOperationIterator()
369 PyOperationRef returnOperation = in dunderNext()
382 PyOperationRef parentOperation;
392 PyOperationList(PyOperationRef parentOperation, MlirBlock block) in PyOperationList()
439 PyOperationRef parentOperation;
932 PyOperationRef PyOperation::createInstance(PyMlirContextRef contextRef, in createInstance()
949 return PyOperationRef(unownedOperation, std::move(pyRef)); in createInstance()
952 PyOperationRef PyOperation::forOperation(PyMlirContextRef contextRef, in forOperation()
965 return PyOperationRef(existing, std::move(pyRef)); in forOperation()
968 PyOperationRef PyOperation::createDetached(PyMlirContextRef contextRef, in createDetached()
976 PyOperationRef created = createInstance(std::move(contextRef), operation, in createDetached()
1065 llvm::Optional<PyOperationRef> PyOperation::getParentOperation() { in getParentOperation()
1077 llvm::Optional<PyOperationRef> parentOperation = getParentOperation(); in getBlock()
1098 static void maybeInsertOperation(PyOperationRef &op, in maybeInsertOperation()
1228 PyOperationRef created = in create()
1237 PyOperationRef cloned = in clone()
1613 PyOperationRef firstOpRef = PyOperation::forOperation( in atBlockBegin()
1622 PyOperationRef terminatorOpRef = PyOperation::forOperation( in atBlockTerminator()
1709 PyOperationRef ownerRef = in createFromCapsule()
1886 PyConcreteValue(PyOperationRef operationRef, MlirValue value) in PyConcreteValue()
1987 PyBlockArgumentList(PyOperationRef operation, MlirBlock block, in PyBlockArgumentList()
2023 PyOperationRef operation;
2035 PyOpOperandList(PyOperationRef operation, intptr_t startIndex = 0, in PyOpOperandList()
2070 PyOperationRef pyOwner = in getRawElement()
2079 PyOperationRef operation;
2090 PyOpResultList(PyOperationRef operation, intptr_t startIndex = 0, in PyOpResultList()
2122 PyOperationRef operation;
2129 PyOpAttributeMap(PyOperationRef operation) in PyOpAttributeMap()
2188 PyOperationRef operation;
2522 PyOperationRef moduleOp = PyOperation::forOperation( in populateIRCore()