Searched defs:getOwner (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/IR/ | ||
H A D | Value.cpp | 105 Operation *OpResultImpl::getOwner() const { in getOwner() function in OpResultImpl |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | Value.h | 328 Block *getOwner() const { return getImpl()->owner; } in getOwner() function |
H A D | UseDefLists.h | 38 Operation *getOwner() const { return owner; } in getOwner() function |
H A D | ValueRange.h | 168 Operation *getOwner() const { return owner; } in getOwner() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | RDFGraph.cpp | 428 Node RefNode::getOwner(const DataFlowGraph &G) { getOwner() function in llvm::rdf::RefNode |
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRCore.cpp | 545 py::object getOwner() { getOwner() function in __anon0d8b16ee0311::PyOpOperand |