| /freebsd-src/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-src/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-src/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() 3556 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in visitSelect() 4480 getRoot(), AllocSize, in visitStore() 4554 Root = getRoot(); in visitMaskedStore() 4568 Root = DAG.getRoot(); in visitMaskedStore() 4642 // Chain can be getRoot or getControlRoot. in getUniformBase() 4643 SDValue CopyNode = DAG.getCopyToReg(getRoot(), getCurSDLoc(), VReg, in getUniformBase() 4675 getRoot(), getCurSDLoc(), in visitMaskedScatter() 4717 SDValue Root = I.isVolatile() ? getRoot() in visitMaskedScatter() 1140 SDValue SelectionDAGBuilder::getRoot() { getRoot() function in SelectionDAGBuilder [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()));
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 768 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil) 874 MsgPackDoc.getRoot() 892 MsgPackDoc.getRoot() in getType() 915 MsgPackDoc.getRoot() in getPALVersion() 931 MsgPackDoc.getRoot() 969 MsgPackDoc.getRoot() in checkComputeRegisters() 1027 auto &M = MsgPackDoc.getRoot().getMap(/*Convert=*/true);
|
| /freebsd-src/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-src/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 getDescendants() 125 return Base::getRoot(); 100 MachineBasicBlock *getRoot() const { getRoot() function
|
| /freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.h | 122 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key]; 126 return HSAMetadataDoc->getRoot();
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | TypePool.h | 154 SortChildrenRec(getRoot()); in sortTypes() 158 TypeEntry *getRoot() const { return Root; } in getRoot() function
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontier.h | 64 BlockT *getRoot() const { in getRoot() 137 this->Roots = {DT.getRoot()}; in analyze() 63 BlockT *getRoot() const { getRoot() function
|
| H A D | DDG.h | 271 NodeType &getRoot() const { in getRoot() function 518 return &DG->getRoot(); 559 return &DG->getRoot();
|
| /freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 238 Yout << getRoot(); in toYAML() 245 Yin >> getRoot(); in fromYAML()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 157 Instruction *getRoot() { return Root; } in is64Bit() 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() 155 Instruction *getRoot() { return Root; } getRoot() function in __anone0ce2a9b0111::Reduction
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramStateTrait.h | 162 return B.getRoot(); 208 return B.getRoot();
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | Dominators.h | 61 CFGBlock *getRoot() const { in getRoot() function 62 return DT.getRoot(); in getRoot()
|
| /freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 48 llvm::MDNode *CodeGenTBAA::getRoot() { in getRoot() 79 Char = createScalarTypeNode("omnipotent char", getRoot(), /* Size= */ 1); in TypeHasMayAlias() 325 return TBAAAccessInfo(createScalarTypeNode("vtable pointer", getRoot(), Size), in getTBAAStructInfo() 43 llvm::MDNode *CodeGenTBAA::getRoot() { getRoot() function in CodeGenTBAA
|
| H A D | CodeGenTBAA.h | 141 /// getRoot - This is the mdnode for the root of the metadata type graph 143 llvm::MDNode *getRoot();
|
| /freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerDeclContext.h | 147 DeclContext &getRoot() { return Root; } in getRoot() function
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.cpp | 193 yaml::Node *YAMLRoot = RemarkEntry.getRoot(); in parseRemark() 266 *RemarkEntry.getRoot()); in parseRemark()
|