Searched refs:NodeAccess (Results 1 – 6 of 6) sorted by relevance
25 struct NodeAccess;46 friend struct ilist_detail::NodeAccess;164 struct NodeAccess { struct211 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { argument218 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()222 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()226 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()230 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
40 template <> struct IteratorHelper<false> : ilist_detail::NodeAccess {41 using Access = ilist_detail::NodeAccess;46 template <> struct IteratorHelper<true> : ilist_detail::NodeAccess {47 using Access = ilist_detail::NodeAccess;
30 struct LocalAccess : ilist_detail::NodeAccess {31 using NodeAccess::getPrev;32 using NodeAccess::getNext;
281 friend struct llvm::ilist_detail::NodeAccess;
343 return NodeAccess::getNodePtr<OptionsT>(n); in getNodePtr()350 return NodeAccess::getNodePtr<OptionsT>(n); in getNodePtr()356 return NodeAccess::getValuePtr<OptionsT>(n); in getValuePtr()363 return NodeAccess::getValuePtr<OptionsT>(n); in getValuePtr()
211 typename compute_node_options<::mlir::Operation>::type> : NodeAccess {