Home
last modified time | relevance | path

Searched refs:getRoot (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DOutlinedHashTree.h64 assert(getRoot()->Hash == 0 && !getRoot()->Terminals); in clear()
65 getRoot()->Successors.clear(); in clear()
81 const HashNode *getRoot() const { return &Root; } in getRoot() function
82 HashNode *getRoot() { return &Root; } in getRoot() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRewriteRope.cpp714 static RopePieceBTreeNode *getRoot(void *P) { in getRoot() function
725 RopePieceBTree::~RopePieceBTree() { getRoot(Root)->Destroy(); } in ~RopePieceBTree()
727 unsigned RopePieceBTree::size() const { return getRoot(Root)->size(); } in size()
730 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear()
733 getRoot(Root)->Destroy(); in clear()
740 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert()
741 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert()
744 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert()
745 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert()
750 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase()
[all …]
H A DTrieRawHashMap.cpp185 while (!getRoot()->Next.compare_exchange_weak(CurrentHead, S.get())) in save()
193 TrieSubtrie *getRoot() { return getTrailingObjects(); } in getRoot() function in ThreadSafeTrieRawHashMapBase::ImplType
207 ::new (getRoot()) TrieSubtrie(StartBit, NumBits); in ImplType()
238 TrieSubtrie *S = Impl->getRoot(); in find()
266 TrieSubtrie *S = Impl.getRoot(); in insert()
374 for (TrieSubtrie *Trie = Impl->getRoot(); Trie; Trie = Trie->Next.load()) in destroyImpl()
381 TrieSubtrie *Trie = Impl->getRoot()->Next; in destroyImpl()
390 ThreadSafeTrieRawHashMapBase::getRoot() const { in getRoot() function in ThreadSafeTrieRawHashMapBase
394 return PointerBase(Impl->getRoot()); in getRoot()
498 for (TrieSubtrie *Trie = Impl->getRoot(); Trie; Trie = Trie->Next.load()) in getNumTries()
H A DDeltaTree.cpp386 static DeltaTreeNode *getRoot(void *Root) { return (DeltaTreeNode *)Root; } in getRoot() function
392 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 && in DeltaTree()
397 DeltaTree::~DeltaTree() { getRoot(Root)->Destroy(); } in ~DeltaTree()
403 const DeltaTreeNode *Node = getRoot(Root); in getDeltaAt()
452 DeltaTreeNode *MyRoot = getRoot(Root); in AddDelta()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DOutlinedHashTree.cpp25 Stack.emplace_back(getRoot()); in walkGraph()
73 HashNode *Current = getRoot(); in insert()
91 HashNode *Dst = getRoot(); in merge()
92 const HashNode *Src = Tree->getRoot(); in merge()
120 const HashNode *Current = getRoot(); in find()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py801 snap = ZFSTest.pool.getRoot().getSnap()
2665 rootds = ZFSTest.pool.getRoot().getName()
3087 snap = ZFSTest.pool.getRoot().getSnap()
3098 snap = ZFSTest.pool.getRoot().getSnap()
3106 snap = ZFSTest.pool.getRoot().getSnap()
3116 snap = ZFSTest.pool.getRoot().getSnap()
3125 snap = ZFSTest.pool.getRoot().getSnap()
3139 snap = ZFSTest.pool.getRoot().getSnap()
3157 snap = ZFSTest.pool.getRoot().getSnap()
3165 snap1 = ZFSTest.pool.getRoot().getSnap()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp130 if (G->getRoot().getNode()) in addCustomGraphFeatures()
131 GW.emitEdge(nullptr, -1, G->getRoot().getNode(), G->getRoot().getResNo(), in addCustomGraphFeatures()
309 const SDNode *N = DAG->getRoot().getNode(); in getCustomGraphFeatures()
H A DSelectionDAGBuilder.cpp1116 SDValue Root = DAG.getRoot(); in updateRoot()
1149 SDValue SelectionDAGBuilder::getRoot() { in getRoot() function in SelectionDAGBuilder
3606 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in visitUnreachable()
4564 getRoot(), AllocSize, in visitAlloca()
4628 Root = getRoot(); in visitLoad()
4642 Root = DAG.getRoot(); in visitLoad()
4717 SDValue CopyNode = DAG.getCopyToReg(getRoot(), getCurSDLoc(), VReg, in visitStoreToSwiftError()
4749 getRoot(), getCurSDLoc(), in visitLoadFromSwiftError()
4791 SDValue Root = I.isVolatile() ? getRoot() : getMemoryRoot(); in visitStore()
5046 SDValue InChain = AddToChain ? DAG.getRoot() : DAG.getEntryNode(); in visitMaskedLoad()
[all …]
H A DStatepointLowering.cpp489 SDValue Chain = Builder.getRoot(); in lowerIncomingStatepointValue()
742 SI.CLI.setChain(getRoot()); in LowerAsSTATEPOINT()
900 SDValue Chain = DAG.getRoot(); in LowerAsSTATEPOINT()
1252 SDValue Chain = DAG.getRoot(); in visitGCRelocate()
1270 const SDValue Chain = DAG.getRoot(); // != Builder.getRoot() in visitGCRelocate()
1325 DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in LowerDeoptimizingReturn()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h44 MachineBasicBlock *getRoot() const { in getRoot() function
45 return Base.getRoot(); in getRoot()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp78 BC.getNumVisited(CallSite, BlockID)+1).getRoot()); in IncrementCount()
83 return BlockCounter(GetFactory(F).getEmptyMap().getRoot()); in GetEmptyCounter()
H A DExplodedGraph.cpp474 assert(N == getRoot() && "Found non-root node with no predecessors!"); in trim()
513 assert(N == getRoot()); in trim()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp805 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil) in toString()
911 MsgPackDoc.getRoot() in refRegisters()
929 MsgPackDoc.getRoot() in refShaderFunctions()
952 MsgPackDoc.getRoot() in refComputeRegisters()
968 MsgPackDoc.getRoot() in refGraphicsRegisters()
984 MsgPackDoc.getRoot() in refHwStage()
1042 auto &M = MsgPackDoc.getRoot().getMap(/*Convert=*/true); in getPALVersion()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h97 CallGraphNode *getRoot() const { return Root; } in getRoot() function
263 return CGN->getRoot(); // Start at the external node!
289 return CGN->getRoot();
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h154 SortChildrenRec(getRoot()); in sortTypes()
158 TypeEntry *getRoot() const { return Root; } in getRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h63 BlockT *getRoot() const { in getRoot() function
116 this->Roots = {DT.getRoot()}; in analyze()
H A DDDG.h272 NodeType &getRoot() const { in getRoot() function
522 return &DG->getRoot();
563 return &DG->getRoot();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h125 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key]; in getRootMetadata()
129 return HSAMetadataDoc->getRoot(); in getHSAMetadataRoot()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp156 Instruction *getRoot() { return Root; } in getRoot() function in __anon176cfc890111::Reduction
459 if (R.getRoot() == I) in Search()
669 IRBuilder<NoFolder> Builder(R.getRoot()->getParent()); in InsertParallelMACs()
681 Mul = cast<Instruction>(Builder.CreateSExt(Mul, R.getRoot()->getType())); in InsertParallelMACs()
701 Builder.SetInsertPoint(R.getRoot()); in InsertParallelMACs()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp238 Yout << getRoot(); in toYAML()
245 Yin >> getRoot(); in fromYAML()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h162 return B.getRoot();
208 return B.getRoot();
H A DExplodedGraph.h348 ExplodedNode *getRoot() const { return Root; } in getRoot() function
499 static NodeRef getEntryNode(const GraphTy G) { return G->getRoot(); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp274 if (isa<yaml::NullNode>(Document.getRoot())) in parse()
277 DescriptorList = dyn_cast<yaml::MappingNode>(Document.getRoot()); in parse()
279 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp47 llvm::MDNode *CodeGenTBAA::getRoot() { in getRoot() function in CodeGenTBAA
78 Char = createScalarTypeNode("omnipotent char", getRoot(), /* Size= */ 1); in getChar()
415 return TBAAAccessInfo(createScalarTypeNode("vtable pointer", getRoot(), Size), in getVTablePtrAccessInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h303 DocNode &getRoot() { return Root; } in getRoot() function
306 void clear() { getRoot() = getEmptyNode(); } in clear()

1234