Home
last modified time | relevance | path

Searched refs:getChild (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRewriteRope.cpp420 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anon4d9c27d40311::RopePieceBTreeInterior
425 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anon4d9c27d40311::RopePieceBTreeInterior
435 Size += getChild(i)->size(); in FullRecomputeSizeLocally()
480 for (; Offset >= ChildOffset + getChild(i)->size(); ++i) in split()
481 ChildOffset += getChild(i)->size(); in split()
488 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset - ChildOffset)) in split()
509 ChildOffs = size() - getChild(i)->size(); in insert()
511 for (; Offset > ChildOffs + getChild(i)->size(); ++i) in insert()
512 ChildOffs += getChild(i)->size(); in insert()
518 if (RopePieceBTreeNode *RHS = getChild(i)->insert(Offset - ChildOffs, R)) in insert()
[all …]
H A DDeltaTree.cpp144 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anon400feef60111::DeltaTreeInteriorNode
149 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anon400feef60111::DeltaTreeInteriorNode
175 NewFullDelta += IN->getChild(i)->getFullDelta(); in RecomputeFullDeltaLocally()
365 const DeltaTreeNode *IChild = IN->getChild(i); in VerifyTree()
376 assert(IN->getChild(i + 1)->getValue(0).FileLoc > IVal.FileLoc); in VerifyTree()
380 FullDelta += IN->getChild(IN->getNumValuesUsed())->getFullDelta(); in VerifyTree()
431 Result += IN->getChild(i)->getFullDelta(); in getDeltaAt()
438 return Result + IN->getChild(NumValsGreater)->getFullDelta(); in getDeltaAt()
442 Node = IN->getChild(NumValsGreater); in getDeltaAt()
H A DVirtualFileSystem.cpp780 InMemoryNode *getChild(StringRef Name) const { in getChild() function in llvm::vfs::detail::InMemoryDirectory
889 detail::InMemoryNode *Node = Dir->getChild(Name); in addFile()
906 detail::InMemoryNode *Node = Dir->getChild(Name); in addFile()
986 detail::InMemoryNode *Node = Dir->getChild(*I); in lookupNode()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp541 MVT(N.getChild(0).getSimpleType(0)).isFloatingPoint()) in getEquivNode()
880 const TreePatternNode &SrcChild = Src.getChild(NumChildren - 1); in createAndImportSelDAGMatcher()
912 const TreePatternNode &SrcChild = Src.getChild(I); in createAndImportSelDAGMatcher()
1082 auto &SubOperand = SrcChild.getChild(I); in importChildMatcher()
1376 const TreePatternNode &Node = N.getChild(0); in importXFormNodeRenderer()
1611 if (!Dst.getChild(1).isLeaf()) in importExplicitUseRenderers()
1614 dyn_cast<DefInit>(Dst.getChild(1).getLeafValue()); in importExplicitUseRenderers()
1620 const TreePatternNode &ValChild = Dst.getChild(0); in importExplicitUseRenderers()
1657 StringRef RegOperandName = Dst.getChild(0).getName(); in importExplicitUseRenderers()
1670 if (!Dst.getChild(0).isLeaf()) in importExplicitUseRenderers()
[all …]
H A DDAGISelMatcherGen.cpp336 N.getChild(1).isLeaf() && N.getChild(1).getPredicateCalls().empty() && in EmitOperatorMatchCode()
338 if (const IntInit *II = dyn_cast<IntInit>(N.getChild(1).getLeafValue())) { in EmitOperatorMatchCode()
355 EmitMatchCode(N.getChild(0), NodeNoTypes.getChild(0)); in EmitOperatorMatchCode()
451 EmitMatchCode(N.getChild(i), NodeNoTypes.getChild(i)); in EmitOperatorMatchCode()
855 const TreePatternNode &Child = N.getChild(ChildNo); in EmitResultInstructionAsOperand()
876 EmitResultOperand(N.getChild(I), InstOps); in EmitResultInstructionAsOperand()
994 EmitResultOperand(N.getChild(0), InputOps); in EmitResultSDNodeXFormAsOperand()
H A DFastISelEmitter.cpp489 if (!Dst.getChild(1).isLeaf()) in collectPatterns()
492 const DefInit *SR = dyn_cast<DefInit>(Dst.getChild(1).getLeafValue()); in collectPatterns()
496 SubRegNo = Dst.getChild(1).getLeafValue()->getAsString(); in collectPatterns()
515 assert(InstPatNode.getChild(0).getNumTypes() == 1); in collectPatterns()
516 VT = InstPatNode.getChild(0).getSimpleType(0); in collectPatterns()
542 Dst.getChild(DstIndex).getName() != SrcChild.getName()) { in collectPatterns()
H A DDAGISelMatcherEmitter.cpp98 Statistic(SM->getChild(I)); in MatcherTableEmitter()
316 const unsigned ChildSize = SizeMatcherList(SM->getChild(i), OS); in SizeMatcher()
318 SM->getChild(i)->setSize(ChildSize); in SizeMatcher()
447 unsigned ChildSize = SM->getChild(i)->getSize(); in EmitMatcher()
456 ChildSize = EmitMatcherList(SM->getChild(i), Indent + 1, in EmitMatcher()
458 assert(ChildSize == SM->getChild(i)->getSize() && in EmitMatcher()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp75 copyField(*Field, Src.getChild(*Field), DstFieldLoc, Dst, Env); in copyRecord()
81 copyField(*Field, SrcFieldLoc, Dst.getChild(*Field), Dst, Env); in copyRecord()
101 StorageLocation *FieldLoc2 = Loc2.getChild(*Field); in recordsEqual()
H A DTypeErasedDataflowAnalysis.cpp359 MemberLoc = ThisLoc.getChild(*Member); in builtinTransferInitializer()
367 MemberLoc = ParentLoc->getChild(*Member); in builtinTransferInitializer()
H A DTransfer.cpp498 auto *MemberLoc = BaseLoc->getChild(*Member); in VisitMemberExpr()
772 StorageLocation *FieldLoc = Loc.getChild(*Field); in VisitInitListExpr()
H A DDataflowEnvironment.cpp325 ThisPointeeLoc->getChild(*Field))); in traverseConstructorInits()
396 Init, cast<RecordStorageLocation>(Loc->getChild(*Field))); in PropagateResultObjectToRecordInitList()
1070 StorageLocation *FieldLoc = Loc.getChild(*Field); in initializeFieldsWithValues()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1629 return N.getChild(OpNo); in getOperandNum()
2075 if (!getChild(i).isIsomorphicTo(N.getChild(i), DepVars)) in isIsomorphicTo()
2121 TreePatternNode &Child = getChild(i); in SubstituteFormalArguments()
2138 getChild(i).SubstituteFormalArguments(ArgMap); in SubstituteFormalArguments()
2412 unsigned IID = cast<IntInit>(getChild(0).getLeafValue())->getValue(); in getIntrinsicInfo()
2591 MadeChange |= getChild(0).UpdateNodeType(0, MVT::iPTR, TP); in ApplyTypeConstraints()
2594 MadeChange |= getChild(i + 1).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2598 assert(getChild(i + 1).getNumTypes() == 1 && "Unhandled case"); in ApplyTypeConstraints()
2599 MadeChange |= getChild(i + 1).UpdateNodeType(0, OpVT, TP); in ApplyTypeConstraints()
2653 assert(getChild(0).getNumTypes() == 1 && "FIXME: Unhandled"); in ApplyTypeConstraints()
[all …]
H A DCodeGenDAGPatterns.h738 const TreePatternNode &getChild(unsigned N) const { in getChild() function
741 TreePatternNode &getChild(unsigned N) { return *Children[N].get(); } in getChild() function
H A DDAGISelMatcher.h211 Matcher *getChild(unsigned i) { return Children[i]; } in getChild() function
212 const Matcher *getChild(unsigned i) const { return Children[i]; } in getChild() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h458 const Node *getChild() const { return Child; } in getChild() function
1505 const Node *getChild() const { return Child; } in getChild() function