/external/llvm-project/llvm/include/llvm/ADT/ |
D | simple_ilist.h | 160 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()
|
D | ilist_node.h | 166 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()
|
D | ilist_iterator.h | 84 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/ |
D | simple_ilist.h | 160 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()
|
D | ilist_node.h | 166 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()
|
D | ilist_iterator.h | 84 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/ |
D | simple_ilist.h | 156 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()
|
D | ilist_node.h | 163 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()
|
D | ilist_iterator.h | 84 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/ |
D | IListIteratorTest.cpp | 23 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/ |
D | Simple.h | 179 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/ |
D | BlockSupport.h | 205 static node_type *getNodePtr(pointer N); 206 static const node_type *getNodePtr(const_pointer N);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundleIterator.h | 133 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/ |
D | MachineInstrBundleIterator.h | 133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) && 182 bool isValid() const { return MII.getNodePtr(); }
|
/external/llvm-project/mlir/lib/IR/ |
D | Operation.cpp | 415 ::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/ |
D | X86AvoidStoreForwardingBlocks.cpp | 416 if (PrevInstrIt.getNodePtr() == LoadInst) in buildCopy() 503 LoadInst->getParent()->instr_begin()).getNodePtr(); in updateKillStatus()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 416 if (PrevInstrIt.getNodePtr() == LoadInst) in buildCopy() 504 .getNodePtr(); in updateKillStatus()
|