| /freebsd-14.2/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() 754 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert() 759 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase() 760 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); 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-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
| H A D | test_libzfs_core.py | 800 snap = ZFSTest.pool.getRoot().getSnap() 3193 ZFSTest.pool.getRoot().getFilesystem() 3194 ZFSTest.pool.getRoot().getFilesystem() 3195 ZFSTest.pool.getRoot().getFilesystem() 3196 ZFSTest.pool.getRoot().getFilesystem() 3197 ZFSTest.pool.getRoot().getFilesystem() 3205 ZFSTest.pool.getRoot().getFilesystem() 3206 ZFSTest.pool.getRoot().getFilesystem() 4222 self.getRoot().reset() 4246 self.getRoot().reset() [all …]
|
| /freebsd-14.2/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 | 4350 Root = getRoot(); in visitLoad() 4364 Root = DAG.getRoot(); in visitLoad() 4916 Ops[0] = getRoot(); in visitFence() 6292 Ops[0] = getRoot(); in visitIntrinsicCall() 6412 Ops[0] = getRoot(); in visitIntrinsicCall() 6757 DAG.getRoot()); in visitIntrinsicCall() 7034 Ops[0] = getRoot(); in visitIntrinsicCall() 7169 Result = getRoot(); in visitIntrinsicCall() 8264 (void)getRoot(); in lowerInvokable() 8393 .setChain(getRoot()) in LowerCallTo() [all …]
|
| H A D | StatepointLowering.cpp | 487 SDValue Chain = Builder.getRoot(); in lowerIncomingStatepointValue() 740 SI.CLI.setChain(getRoot()); in LowerAsSTATEPOINT() 896 SDValue Chain = DAG.getRoot(); in LowerAsSTATEPOINT() 1245 SDValue Chain = DAG.getRoot(); in visitGCRelocate() 1263 const SDValue Chain = DAG.getRoot(); // != Builder.getRoot() in visitGCRelocate() 1318 DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in LowerDeoptimizingReturn()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 667 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil) in toString() 772 MsgPackDoc.getRoot() in refRegisters() 790 MsgPackDoc.getRoot() in refShaderFunctions() 813 MsgPackDoc.getRoot() in refComputeRegisters() 829 MsgPackDoc.getRoot() in refGraphicsRegisters() 867 MsgPackDoc.getRoot() in refHwStage() 919 auto &M = MsgPackDoc.getRoot().getMap(/*Convert=*/true); in getPALVersion()
|
| /freebsd-14.2/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 | 100 MachineBasicBlock *getRoot() const { in getRoot() function 102 return DT->getRoot(); in getRoot()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.h | 116 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key]; in getRootMetadata() 120 return HSAMetadataDoc->getRoot(); in getHSAMetadataRoot()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontier.h | 63 BlockT *getRoot() const { in getRoot() function 136 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-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 238 Yout << getRoot(); in toYAML() 245 Yin >> getRoot(); in fromYAML()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 155 Instruction *getRoot() { return Root; } in getRoot() function in __anonb3a2f3ff0111::Reduction 457 if (R.getRoot() == I) in Search() 666 IRBuilder<NoFolder> Builder(R.getRoot()->getParent()); in InsertParallelMACs() 678 Mul = cast<Instruction>(Builder.CreateSExt(Mul, R.getRoot()->getType())); in InsertParallelMACs() 698 Builder.SetInsertPoint(R.getRoot()); in InsertParallelMACs()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramStateTrait.h | 162 return B.getRoot(); 208 return B.getRoot();
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 43 llvm::MDNode *CodeGenTBAA::getRoot() { in getRoot() function in CodeGenTBAA 74 Char = createScalarTypeNode("omnipotent char", getRoot(), /* Size= */ 1); in getChar() 274 return TBAAAccessInfo(createScalarTypeNode("vtable pointer", getRoot(), Size), in getVTablePtrAccessInfo()
|
| H A D | CodeGenTBAA.h | 143 llvm::MDNode *getRoot();
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerDeclContext.h | 147 DeclContext &getRoot() { return Root; } in getRoot() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.cpp | 193 yaml::Node *YAMLRoot = RemarkEntry.getRoot(); in parseRemark() 266 *RemarkEntry.getRoot()); in parseRemark()
|