Home
last modified time | relevance | path

Searched refs:getNodePtr (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
Dsimple_ilist.h160 list_base_type::insertBefore(*I.getNodePtr(), *this->getNodePtr(&Node)); in insert()
183 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } in remove()
206 list_base_type::removeRange(*First.getNodePtr(), *Last.getNodePtr()); in erase()
249 list_base_type::transferBefore(*I.getNodePtr(), *First.getNodePtr(), in splice()
250 *Last.getNodePtr()); in splice()
Dilist_node.h166 static ilist_node_impl<OptionsT> *getNodePtr(typename OptionsT::pointer N) { in getNodePtr() function
172 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr() function
216 static node_type *getNodePtr(pointer N) { in getNodePtr() function
217 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()
220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr() function
221 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()
Dilist_iterator.h84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {}
85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
172 node_pointer getNodePtr() const { return static_cast<node_pointer>(NodePtr); }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dsimple_ilist.h160 list_base_type::insertBefore(*I.getNodePtr(), *this->getNodePtr(&Node)); in insert()
183 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } in remove()
206 list_base_type::removeRange(*First.getNodePtr(), *Last.getNodePtr()); in erase()
249 list_base_type::transferBefore(*I.getNodePtr(), *First.getNodePtr(), in splice()
250 *Last.getNodePtr()); in splice()
Dilist_node.h166 static ilist_node_impl<OptionsT> *getNodePtr(typename OptionsT::pointer N) { in getNodePtr() function
172 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr() function
216 static node_type *getNodePtr(pointer N) { in getNodePtr() function
217 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()
220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr() function
221 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()
Dilist_iterator.h84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {}
85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
173 node_pointer getNodePtr() const { return static_cast<node_pointer>(NodePtr); }
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dsimple_ilist.h156 list_base_type::insertBefore(*I.getNodePtr(), *this->getNodePtr(&Node)); in insert()
179 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } in remove()
202 list_base_type::removeRange(*First.getNodePtr(), *Last.getNodePtr()); in erase()
245 list_base_type::transferBefore(*I.getNodePtr(), *First.getNodePtr(), in splice()
246 *Last.getNodePtr()); in splice()
Dilist_node.h163 static ilist_node_impl<OptionsT> *getNodePtr(typename OptionsT::pointer N) { in getNodePtr() function
168 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr() function
207 static node_type *getNodePtr(pointer N) { in getNodePtr() function
208 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()
210 static const node_type *getNodePtr(const_pointer N) { in getNodePtr() function
211 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()
Dilist_iterator.h84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {}
85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
160 node_pointer getNodePtr() const { return static_cast<node_pointer>(NodePtr); }
/external/llvm-project/llvm/unittests/ADT/
DIListIteratorTest.cpp23 EXPECT_EQ(nullptr, I.getNodePtr()); in TEST()
24 EXPECT_EQ(nullptr, CI.getNodePtr()); in TEST()
25 EXPECT_EQ(nullptr, RI.getNodePtr()); in TEST()
26 EXPECT_EQ(nullptr, CRI.getNodePtr()); in TEST()
69 EXPECT_EQ(L.rbegin().getNodePtr(), L.begin().getNodePtr()); in TEST()
/external/llvm-project/lld/include/lld/Core/
DSimple.h179 reinterpret_cast<const void *>(_references.begin().getNodePtr()); in begin()
185 reinterpret_cast<const void *>(_references.end().getNodePtr()); in end()
197 it = reinterpret_cast<const void *>(std::next(ref).getNodePtr()); in incrementIterator()
/external/llvm-project/mlir/include/mlir/IR/
DBlockSupport.h205 static node_type *getNodePtr(pointer N);
206 static const node_type *getNodePtr(const_pointer N);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
182 bool isValid() const { return MII.getNodePtr(); }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
182 bool isValid() const { return MII.getNodePtr(); }
/external/llvm-project/mlir/lib/IR/
DOperation.cpp415 ::mlir::Operation>::type>::getNodePtr(pointer N) -> node_type * { in getNodePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type
416 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()
421 ::mlir::Operation>::type>::getNodePtr(const_pointer N) in getNodePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type
423 return NodeAccess::getNodePtr<OptionsT>(N); in getNodePtr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp416 if (PrevInstrIt.getNodePtr() == LoadInst) in buildCopy()
503 LoadInst->getParent()->instr_begin()).getNodePtr(); in updateKillStatus()
/external/llvm-project/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp416 if (PrevInstrIt.getNodePtr() == LoadInst) in buildCopy()
504 .getNodePtr(); in updateKillStatus()