Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp735 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
739 if (isRoot) { in EmitResultInstructionAsOperand()
823 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
846 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
863 if (isRoot && in EmitResultInstructionAsOperand()
884 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
900 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOutliner.cpp175 bool isRoot() const { return StartIdx == EmptyIdx; } in isRoot() function
181 if (isRoot()) in size()
323 bool IsLeaf = CurrNode.Children.size() == 0 && !CurrNode.isRoot(); in setSuffixIndices()
407 if (NeedsLink && !Active.Node->isRoot()) { in extend()
454 if (Active.Node->isRoot()) { in extend()
551 if (Curr->isRoot()) in advance()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp463 bool isRoot() { return Parent == nullptr; } in isRoot() function in __anon98c1c4210211::MRT
2754 if (Region->isRoot()) { in structurizeComplexRegion()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c54115 int isRoot /* True if pParent is a root-page */
54583 if( isRoot && pParent->nCell==0 && pParent->hdrOffset<=apNew[0]->nFree ){
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c71841 int isRoot, /* True if pParent is a root-page */
72531 if( isRoot && pParent->nCell==0 && pParent->hdrOffset<=apNew[0]->nFree ){