Home
last modified time | relevance | path

Searched refs:getNextNode (Results 1 – 25 of 107) sorted by relevance

12345

/external/llvm/include/llvm/ADT/
Dilist_node.h107 NodeTy *getNextNode() {
112 return List.getNextNode(*static_cast<NodeTy *>(this));
115 const NodeTy *getNextNode() const {
116 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
/external/swiftshader/third_party/LLVM/unittests/ADT/
DilistTest.cpp31 EXPECT_EQ(0, List.back().getNextNode()); in TEST()
35 EXPECT_EQ(2, List.front().getNextNode()->Value); in TEST()
40 EXPECT_EQ(2, ConstList.front().getNextNode()->Value); in TEST()
/external/llvm/unittests/ADT/
DilistTest.cpp34 EXPECT_EQ(nullptr, List.getNextNode(List.back())); in TEST()
38 EXPECT_EQ(2, List.getNextNode(List.front())->Value); in TEST()
43 EXPECT_EQ(2, ConstList.getNextNode(ConstList.front())->Value); in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node.h274 NodeTy *getNextNode() { in getNextNode() function
279 return List.getNextNode(*static_cast<NodeTy *>(this)); in getNextNode()
282 const NodeTy *getNextNode() const { in getNextNode() function
283 return const_cast<ilist_node_with_parent *>(this)->getNextNode(); in getNextNode()
Dilist.h385 pointer getNextNode(reference N) const {
392 const_pointer getNextNode(const_reference N) const {
393 return getNextNode(const_cast<reference >(N));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_node.h289 NodeTy *getNextNode() { in getNextNode() function
294 return List.getNextNode(*static_cast<NodeTy *>(this)); in getNextNode()
298 const NodeTy *getNextNode() const { in getNextNode() function
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode(); in getNextNode()
Dilist.h372 pointer getNextNode(reference N) const {
379 const_pointer getNextNode(const_reference N) const {
380 return getNextNode(const_cast<reference >(N));
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
Dilist_node.h80 NodeTy *getNextNode() {
91 const NodeTy *getNextNode() const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeShrink.cpp91 for (MachineInstr *I = Old->getNextNode(); M.find(I)->second == OrderNew; in FindDominatedInstruction()
92 I = I->getNextNode()) in FindDominatedInstruction()
212 I = I->getNextNode()) in runOnMachineFunction()
DSafeStack.cpp452 IRB.SetInsertPoint(I->getNextNode()); in createStackRestorePoints()
539 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
546 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
575 replaceDbgDeclare(Arg, BasePointer, BasePointer->getNextNode(), DIB, in moveStaticAllocasToUnsafeStack()
578 IRB.SetInsertPoint(cast<Instruction>(NewArg)->getNextNode()); in moveStaticAllocasToUnsafeStack()
634 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DBasicTestIterator.java123 protected abstract int getNextNode(); in getNextNode() method in BasicTestIterator
170 next = getNextNode(); in nextNode()
DMatchPatternIterator.java188 protected int getNextNode() in getNextNode() method in MatchPatternIterator
235 next = getNextNode(); in nextNode()
DAttributeIterator.java54 protected int getNextNode() in getNextNode() method in AttributeIterator
DAxesWalker.java320 protected int getNextNode() in getNextNode() method in AxesWalker
363 nextNode = walker.getNextNode(); in nextNode()
DOneStepIteratorForward.java138 protected int getNextNode() in getNextNode() method in OneStepIteratorForward
DChildTestIterator.java79 protected int getNextNode() in getNextNode() method in ChildTestIterator
/external/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp49 if (!MI->getNextNode()) in getInsertPt()
51 return MI->getNextNode(); in getInsertPt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp474 IRBuilder<> Builder(CB->getNextNode()); in insertSpills()
533 InsertPt = FramePtr->getNextNode(); in insertSpills()
550 InsertPt = cast<Instruction>(E.def())->getNextNode(); in insertSpills()
584 FramePtrBB->splitBasicBlock(FramePtr->getNextNode(), "AllocaSpillBB"); in insertSpills()
722 PN = dyn_cast<PHINode>(PN->getNextNode()); in rewritePHIs()
840 Instruction *InsertPt = CoroBegin->getNextNode(); in moveSpillUsesAfterCoroBegin()
862 splitBlockIfNotFirst(I->getNextNode(), "After" + Name); in splitAround()
DCoroSplit.cpp153 S->getNextNode(), ResumeBB->getName() + Twine(".landing")); in createResumeEntryBlock()
402 IRBuilder<> Builder(Shape.FramePtr->getNextNode()); in updateCoroFrame()
512 if (simplifyTerminatorLeadingToRet(Call->getNextNode())) { in addMustTailToCoroResumes()
560 for (Instruction *I = Save->getNextNode(); I != Suspend; in simplifySuspendPoint()
561 I = I->getNextNode()) { in simplifySuspendPoint()
697 Instruction *InsertPt = CoroBegin->getNextNode(); in relocateInstructionBefore()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIListTest.cpp34 EXPECT_EQ(nullptr, List.getNextNode(List.back())); in TEST()
38 EXPECT_EQ(2, List.getNextNode(List.front())->Value); in TEST()
43 EXPECT_EQ(2, ConstList.getNextNode(ConstList.front())->Value); in TEST()
/external/llvm/lib/CodeGen/
DSafeStack.cpp482 IRB.SetInsertPoint(I->getNextNode()); in createStackRestorePoints()
569 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
576 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
604 replaceDbgDeclare(Arg, BasePointer, BasePointer->getNextNode(), DIB, in moveStaticAllocasToUnsafeStack()
607 IRB.SetInsertPoint(cast<Instruction>(NewArg)->getNextNode()); in moveStaticAllocasToUnsafeStack()
662 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp149 Inst = Inst->getNextNode()->getNextNode(); in TEST()
419 Inst = Inst->getNextNode(); // Get %y = add ... in TEST_F()
561 auto *ADbgVal = cast<DbgValueInst>(A.getNextNode()); in TEST()
DCloning.cpp248 EXPECT_EQ(AddSplit->getNextNode(), MulSplit); in TEST_F()
249 EXPECT_EQ(MulSplit->getNextNode(), Split->getTerminator()); in TEST_F()
297 EXPECT_EQ(MulSplit->getNextNode(), SubSplit); in TEST_F()
298 EXPECT_EQ(SubSplit->getNextNode(), Split->getTerminator()); in TEST_F()
345 EXPECT_EQ(MulSplit->getNextNode(), Split->getTerminator()); in TEST_F()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h205 return Instr.getNextNode() ? *Instr.getNextNode() in getPointImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp193 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock()
194 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) { in canSinkFromBlock()

12345