| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/ |
| H A D | lit.local.cfg | 3 def getRoot(config): 6 return getRoot(config.parent) 34 root = getRoot(config)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 134 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 D | SelectionDAGBuilder.cpp | 1045 SDValue Root = DAG.getRoot(); in updateRoot() 1078 SDValue SelectionDAGBuilder::getRoot() { in getRoot() function in SelectionDAGBuilder 2909 Ops.push_back(getRoot()); // inchain in visitInvoke() 3091 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in visitUnreachable() 4024 getRoot(), AllocSize, in visitAlloca() 4076 Root = getRoot(); in visitLoad() 4089 Root = DAG.getRoot(); in visitLoad() 4171 SDValue CopyNode = DAG.getCopyToReg(getRoot(), getCurSDLoc(), VReg, in visitStoreToSwiftError() 4205 getRoot(), getCurSDLoc(), in visitLoadFromSwiftError() 4247 SDValue Root = I.isVolatile() ? getRoot() : getMemoryRoot(); in visitStore() [all …]
|
| H A D | StatepointLowering.cpp | 480 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 D | SelectionDAGISel.cpp | 725 Worklist.push_back(CurDAG->getRoot().getNode()); in ComputeLiveOutVRegInfo() 726 Added.insert(CurDAG->getRoot().getNode()); in ComputeLiveOutVRegInfo() 1105 HandleSDNode Dummy(CurDAG->getRoot()); in DoInstructionSelection() 1106 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode()); in DoInstructionSelection() 1777 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 1805 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 1815 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 1833 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 1870 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() 1920 CurDAG->setRoot(SDB->getRoot()); in FinishBasicBlock() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 95 MachineBasicBlock *getRoot() const { in getRoot() function 97 return DT->getRoot(); in getRoot()
|
| /netbsd-src/external/apache2/llvm/dist/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();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 644 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil) in toString() 749 MsgPackDoc.getRoot() in refRegisters() 767 MsgPackDoc.getRoot() in refShaderFunctions() 814 HwStages = MsgPackDoc.getRoot() in getHwStage()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontier.h | 61 BlockT *getRoot() const { in getRoot() function 134 this->Roots = {DT.getRoot()}; in analyze()
|
| H A D | DDG.h | 281 NodeType &getRoot() const { in getRoot() function 528 return &DG->getRoot(); 569 return &DG->getRoot();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.h | 101 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key]; in getRootMetadata() 105 return HSAMetadataDoc->getRoot(); in getHSAMetadataRoot()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 239 Yout << getRoot(); in toYAML() 246 Yin >> getRoot(); in fromYAML()
|
| /netbsd-src/external/apache2/llvm/dist/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() 271 return TBAAAccessInfo(createScalarTypeNode("vtable pointer", getRoot(), Size), in getVTablePtrAccessInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramStateTrait.h | 159 return B.getRoot(); 205 return B.getRoot();
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | Dominators.h | 61 CFGBlock *getRoot() const { in getRoot() function 62 return DT.getRoot(); in getRoot()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 160 Instruction *getRoot() { return Root; } in getRoot() function in __anon5cd7b9340111::Reduction 675 IRBuilder<NoFolder> Builder(R.getRoot()->getParent()); in InsertParallelMACs() 687 Mul = cast<Instruction>(Builder.CreateSExt(Mul, R.getRoot()->getType())); in InsertParallelMACs() 707 Builder.SetInsertPoint(R.getRoot()); in InsertParallelMACs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 277 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 D | PromoteMemoryToRegister.cpp | 268 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 296 DocNode &getRoot() { return Root; } in getRoot() function 299 void clear() { getRoot() = getEmptyNode(); } in clear()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.h | 139 DeclContext &getRoot() { return Root; } in getRoot() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.cpp | 194 yaml::Node *YAMLRoot = RemarkEntry.getRoot(); in parseRemark() 267 *RemarkEntry.getRoot()); in parseRemark()
|