Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp24 if (Internal->isRoot()) in numElementsInSubstring()
164 if (NeedsLink && !Active.Node->isRoot()) { in extend()
211 if (Active.Node->isRoot()) { in extend()
265 if (Curr->isRoot()) in advance()
H A DSuffixTreeNode.cpp24 bool SuffixTreeInternalNode::isRoot() const { in isRoot() function in SuffixTreeInternalNode
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp786 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
790 if (isRoot) { in EmitResultInstructionAsOperand()
887 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
914 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
931 if (isRoot && in EmitResultInstructionAsOperand()
952 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
968 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h240 bool isRoot() const { return Guid == 0; } in isRoot() function
290 bool hasInlineSite() const { return !isRoot() && !Parent->isRoot(); } in hasInlineSite()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h111 bool isRoot() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp102 assert(isRoot() && "Should only be called on root"); in addPseudoProbe()
149 assert(!isRoot() && "Root should be handled seperately"); in emit()
161 if (Parent->isRoot()) { in emit()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h109 bool isRoot() const { return !Func; } in isRoot() function
H A DInterpFrame.cpp136 for (Pointer F = P; !F.isRoot(); ) { in print()
H A DPointer.h284 bool isRoot() const { in isRoot() function
H A DInterp.h1326 if (!Ptr.isRoot()) in Store()
1338 if (!Ptr.isRoot()) in StorePop()
1350 if (!Ptr.isRoot()) in StoreBitField()
1365 if (!Ptr.isRoot()) in StoreBitFieldPop()
H A DInterp.cpp595 assert(!S.Current->isRoot()); in Interpret()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h218 virtual bool isRoot() const { return false; } in isRoot() function
H A DLVScope.h200 bool isRoot() const override { return getIsRoot(); } in isRoot() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp235 if (isRoot() || isCompileUnit()) in resolveParents()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp444 bool isRoot() { return Parent == nullptr; } in isRoot() function in __anon27e10c840211::MRT
2699 if (Region->isRoot()) { in structurizeComplexRegion()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c78207 int isRoot, /* True if pParent is a root-page */
78907 if( isRoot && pParent->nCell==0 && pParent->hdrOffset<=apNew[0]->nFree ){