Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp717 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 DDeltaTree.cpp386 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 Dtest_libzfs_core.py800 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 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.cpp4350 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 DStatepointLowering.cpp487 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 DBlockCounter.cpp78 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 DAMDGPUPALMetadata.cpp667 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 DMachineDominanceFrontier.h44 MachineBasicBlock *getRoot() const { in getRoot() function
45 return Base.getRoot(); in getRoot()
H A DMachineDominators.h100 MachineBasicBlock *getRoot() const { in getRoot() function
102 return DT->getRoot(); in getRoot()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h96 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 DTypePool.h154 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 DAMDGPUHSAMetadataStreamer.h116 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 DDominanceFrontier.h63 BlockT *getRoot() const { in getRoot() function
136 this->Roots = {DT.getRoot()}; in analyze()
H A DDDG.h271 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 DMsgPackDocumentYAML.cpp238 Yout << getRoot(); in toYAML()
245 Yin >> getRoot(); in fromYAML()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp155 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 DProgramStateTrait.h162 return B.getRoot();
208 return B.getRoot();
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h61 CFGBlock *getRoot() const { in getRoot() function
62 return DT.getRoot(); in getRoot()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp43 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 DCodeGenTBAA.h143 llvm::MDNode *getRoot();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h302 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 DDWARFLinkerDeclContext.h147 DeclContext &getRoot() { return Root; } in getRoot() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp193 yaml::Node *YAMLRoot = RemarkEntry.getRoot(); in parseRemark()
266 *RemarkEntry.getRoot()); in parseRemark()

123