/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenData/ |
H A D | OutlinedHashTree.h | 63 assert(getRoot()->Hash == 0 && !getRoot()->Terminals); in clear() 64 getRoot()->Successors.clear(); in clear() 80 const HashNode *getRoot() const { return &Root; } in getRoot() function 81 HashNode *getRoot() { return &Root; } in getRoot() function
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp | 717 static RopePieceBTreeNode *getRoot(void *P) { in getRoot() function 731 getRoot(Root)->Destroy(); in ~RopePieceBTree() 735 return getRoot(Root)->size(); in size() 739 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() 742 getRoot(Root)->Destroy(); in clear() 749 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert() 750 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert() 753 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert() 754 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert() 759 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase() [all …]
|
H A D | DeltaTree.cpp | 386 static DeltaTreeNode *getRoot(void *Root) { in getRoot() function 396 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 && in DeltaTree() 402 getRoot(Root)->Destroy(); in ~DeltaTree() 409 const DeltaTreeNode *Node = getRoot(Root); in getDeltaAt() 457 DeltaTreeNode *MyRoot = getRoot(Root); in AddDelta()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/ |
H A D | OutlinedHashTree.cpp | 25 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() 121 const HashNode *Current = getRoot(); in find()
|
H A D | OutlinedHashTreeRecord.cpp | 148 IdNodeMap[0] = HashTree->getRoot(); in convertFromStableData()
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
H A D | test_libzfs_core.py | 800 snap = ZFSTest.pool.getRoot().getSnap() 2664 rootds = ZFSTest.pool.getRoot().getName() 3086 snap = ZFSTest.pool.getRoot().getSnap() 3097 snap = ZFSTest.pool.getRoot().getSnap() 3105 snap = ZFSTest.pool.getRoot().getSnap() 3115 snap = ZFSTest.pool.getRoot().getSnap() 3124 snap = ZFSTest.pool.getRoot().getSnap() 3138 snap = ZFSTest.pool.getRoot().getSnap() 3156 snap = ZFSTest.pool.getRoot().getSnap() 3164 snap1 = ZFSTest.pool.getRoot().getSnap() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 130 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 D | SelectionDAGBuilder.cpp | 1120 SDValue Root = DAG.getRoot(); in updateRoot() 1153 SDValue SelectionDAGBuilder::getRoot() { in getRoot() function in SelectionDAGBuilder 3556 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in visitUnreachable() 4480 getRoot(), AllocSize, in visitAlloca() 4554 Root = getRoot(); in visitLoad() 4568 Root = DAG.getRoot(); in visitLoad() 4643 SDValue CopyNode = DAG.getCopyToReg(getRoot(), getCurSDLoc(), VReg, in visitStoreToSwiftError() 4675 getRoot(), getCurSDLoc(), in visitLoadFromSwiftError() 4717 SDValue Root = I.isVolatile() ? getRoot() : getMemoryRoot(); in visitStore() 4972 SDValue InChain = AddToChain ? DAG.getRoot() : DAG.getEntryNode(); in visitMaskedLoad() [all …]
|
H A D | StatepointLowering.cpp | 490 SDValue Chain = Builder.getRoot(); in lowerIncomingStatepointValue() 743 SI.CLI.setChain(getRoot()); in LowerAsSTATEPOINT() 899 SDValue Chain = DAG.getRoot(); in LowerAsSTATEPOINT() 1248 SDValue Chain = DAG.getRoot(); in visitGCRelocate() 1266 const SDValue Chain = DAG.getRoot(); // != Builder.getRoot() in visitGCRelocate() 1321 DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in LowerDeoptimizingReturn()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BlockCounter.cpp | 78 BC.getNumVisited(CallSite, BlockID)+1).getRoot()); in IncrementCount() 83 return BlockCounter(GetFactory(F).getEmptyMap().getRoot()); in GetEmptyCounter()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominanceFrontier.h | 44 MachineBasicBlock *getRoot() const { in getRoot() function 45 return Base.getRoot(); in getRoot()
|
H A D | MachineDominators.h | 123 MachineBasicBlock *getRoot() const { in getRoot() function 125 return Base::getRoot(); in getRoot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 768 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil) in toString() 874 MsgPackDoc.getRoot() in refRegisters() 892 MsgPackDoc.getRoot() in refShaderFunctions() 915 MsgPackDoc.getRoot() in refComputeRegisters() 931 MsgPackDoc.getRoot() in refGraphicsRegisters() 969 MsgPackDoc.getRoot() in refHwStage() 1027 auto &M = MsgPackDoc.getRoot().getMap(/*Convert=*/true); in getPALVersion()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 96 CallGraphNode *getRoot() const { return Root; } in getRoot() function 266 return CGN->getRoot(); // Start at the external node! 292 return CGN->getRoot();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 64 BlockT *getRoot() const { in getRoot() function 137 this->Roots = {DT.getRoot()}; in analyze()
|
H A D | DDG.h | 271 NodeType &getRoot() const { in getRoot() function 518 return &DG->getRoot(); 559 return &DG->getRoot();
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.h | 122 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key]; in getRootMetadata() 126 return HSAMetadataDoc->getRoot(); in getHSAMetadataRoot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 157 Instruction *getRoot() { return Root; } in getRoot() function in __anon176cfc890111::Reduction 459 if (R.getRoot() == I) in Search() 668 IRBuilder<NoFolder> Builder(R.getRoot()->getParent()); in InsertParallelMACs() 680 Mul = cast<Instruction>(Builder.CreateSExt(Mul, R.getRoot()->getType())); in InsertParallelMACs() 700 Builder.SetInsertPoint(R.getRoot()); in InsertParallelMACs()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocumentYAML.cpp | 238 Yout << getRoot(); in toYAML() 245 Yin >> getRoot(); in fromYAML()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramStateTrait.h | 162 return B.getRoot(); 208 return B.getRoot();
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 274 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 D | CodeGenTBAA.cpp | 48 llvm::MDNode *CodeGenTBAA::getRoot() { in getRoot() function in CodeGenTBAA 79 Char = createScalarTypeNode("omnipotent char", getRoot(), /* Size= */ 1); in getChar() 325 return TBAAAccessInfo(createScalarTypeNode("vtable pointer", getRoot(), Size), in getVTablePtrAccessInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 302 DocNode &getRoot() { return Root; } in getRoot() function 305 void clear() { getRoot() = getEmptyNode(); } in clear()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 193 yaml::Node *YAMLRoot = RemarkEntry.getRoot(); in parseRemark() 266 *RemarkEntry.getRoot()); in parseRemark()
|