Home
last modified time | relevance | path

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

123

/freebsd-13.1/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-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py800 snap = ZFSTest.pool.getRoot().getSnap()
3170 ZFSTest.pool.getRoot().getFilesystem()
3171 ZFSTest.pool.getRoot().getFilesystem()
3172 ZFSTest.pool.getRoot().getFilesystem()
3173 ZFSTest.pool.getRoot().getFilesystem()
3174 ZFSTest.pool.getRoot().getFilesystem()
3182 ZFSTest.pool.getRoot().getFilesystem()
3183 ZFSTest.pool.getRoot().getFilesystem()
4198 self.getRoot().reset()
4222 self.getRoot().reset()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp134 if (G->getRoot().getNode()) in addCustomGraphFeatures()
135 GW.emitEdge(nullptr, -1, G->getRoot().getNode(), G->getRoot().getResNo(), in addCustomGraphFeatures()
313 const SDNode *N = DAG->getRoot().getNode(); in getCustomGraphFeatures()
H A DSelectionDAGBuilder.cpp4077 Root = getRoot(); in visitLoad()
4090 Root = DAG.getRoot(); in visitLoad()
4652 Ops[0] = getRoot(); in visitFence()
6005 Ops[0] = getRoot(); in visitIntrinsicCall()
6183 Ops[0] = getRoot(); in visitIntrinsicCall()
6663 Ops[0] = getRoot(); in visitIntrinsicCall()
6797 Result = getRoot(); in visitIntrinsicCall()
7424 (void)getRoot(); in lowerInvokable()
7542 .setChain(getRoot()) in LowerCallTo()
8515 SDValue Flag, Chain = (HasSideEffect) ? getRoot() : DAG.getRoot(); in visitInlineAsm()
[all …]
H A DStatepointLowering.cpp480 SDValue Chain = Builder.getRoot(); in lowerIncomingStatepointValue()
757 SI.CLI.setChain(getRoot()); in LowerAsSTATEPOINT()
902 SDValue Chain = DAG.getRoot(); in LowerAsSTATEPOINT()
1208 SDValue Chain = DAG.getRoot(); in visitGCRelocate()
1226 const SDValue Chain = DAG.getRoot(); // != Builder.getRoot() in visitGCRelocate()
1281 DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in LowerDeoptimizingReturn()
H A DSelectionDAGISel.cpp734 Worklist.push_back(CurDAG->getRoot().getNode()); in ComputeLiveOutVRegInfo()
735 Added.insert(CurDAG->getRoot().getNode()); in ComputeLiveOutVRegInfo()
1114 HandleSDNode Dummy(CurDAG->getRoot()); in DoInstructionSelection()
1786 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1814 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1824 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1842 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1879 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1929 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
1939 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock()
[all …]
/freebsd-13.1/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-13.1/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.h95 MachineBasicBlock *getRoot() const { in getRoot() function
97 return DT->getRoot(); in getRoot()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp665 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil) in toString()
770 MsgPackDoc.getRoot() in refRegisters()
788 MsgPackDoc.getRoot() in refShaderFunctions()
835 HwStages = MsgPackDoc.getRoot() in getHwStage()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h61 BlockT *getRoot() const { in getRoot() function
134 this->Roots = {DT.getRoot()}; in analyze()
H A DDDG.h281 NodeType &getRoot() const { in getRoot() function
528 return &DG->getRoot();
569 return &DG->getRoot();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h101 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key]; in getRootMetadata()
105 return HSAMetadataDoc->getRoot(); in getHSAMetadataRoot()
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp239 Yout << getRoot(); in toYAML()
246 Yin >> getRoot(); in fromYAML()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h159 return B.getRoot();
205 return B.getRoot();
/freebsd-13.1/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()
271 return TBAAAccessInfo(createScalarTypeNode("vtable pointer", getRoot(), Size), in getVTablePtrAccessInfo()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp160 Instruction *getRoot() { return Root; } in getRoot() function in __anon6435b0bd0111::Reduction
667 IRBuilder<NoFolder> Builder(R.getRoot()->getParent()); in InsertParallelMACs()
679 Mul = cast<Instruction>(Builder.CreateSExt(Mul, R.getRoot()->getType())); in InsertParallelMACs()
699 Builder.SetInsertPoint(R.getRoot()); in InsertParallelMACs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp277 if (isa<yaml::NullNode>(Document.getRoot())) in parse()
280 DescriptorList = dyn_cast<yaml::MappingNode>(Document.getRoot()); in parse()
282 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
H A DPromoteMemoryToRegister.cpp268 DIB(*DT.getRoot()->getParent()->getParent(), /*AllowUnresolved*/ false), in PromoteMem2Reg()
269 AC(AC), SQ(DT.getRoot()->getParent()->getParent()->getDataLayout(), in PromoteMem2Reg()
546 Function &F = *DT.getRoot()->getParent(); in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h296 DocNode &getRoot() { return Root; } in getRoot() function
299 void clear() { getRoot() = getEmptyNode(); } in clear()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h139 DeclContext &getRoot() { return Root; } in getRoot() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp194 yaml::Node *YAMLRoot = RemarkEntry.getRoot(); in parseRemark()
267 *RemarkEntry.getRoot()); in parseRemark()

123