| /netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
| H A D | RewriteRope.cpp | 422 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anoncedcbeae0311::RopePieceBTreeInterior 427 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anoncedcbeae0311::RopePieceBTreeInterior 437 Size += getChild(i)->size(); in FullRecomputeSizeLocally() 484 for (; Offset >= ChildOffset+getChild(i)->size(); ++i) in split() 485 ChildOffset += getChild(i)->size(); in split() 492 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset)) in split() 513 ChildOffs = size()-getChild(i)->size(); in insert() 515 for (; Offset > ChildOffs+getChild(i)->size(); ++i) in insert() 516 ChildOffs += getChild(i)->size(); in insert() 522 if (RopePieceBTreeNode *RHS = getChild(i)->insert(Offset-ChildOffs, R)) in insert() [all …]
|
| H A D | DeltaTree.cpp | 145 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anonb6a907500111::DeltaTreeInteriorNode 150 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anonb6a907500111::DeltaTreeInteriorNode 176 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() 436 Result += IN->getChild(i)->getFullDelta(); in getDeltaAt() 443 return Result+IN->getChild(NumValsGreater)->getFullDelta(); in getDeltaAt() 447 Node = IN->getChild(NumValsGreater); in getDeltaAt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 321 PatternName += N->getChild(i)->getName(); in EmitOperatorMatchCode() 346 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateCalls().empty() && in EmitOperatorMatchCode() 348 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() 364 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode() 463 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode() 599 NamedComplexPatternOperands[N->getChild(i)->getName()] = CurOp + 1; in EmitMatcherCode() 600 CurOp += N->getChild(i)->getNumMIResults(CGP); in EmitMatcherCode() 779 Count += numNodesThatMayLoadOrStore(N->getChild(i), CGP); in numNodesThatMayLoadOrStore() 866 const TreePatternNode *Child = N->getChild(ChildNo); in EmitResultInstructionAsOperand() 887 EmitResultOperand(N->getChild(I), InstOps); in EmitResultInstructionAsOperand() [all …]
|
| H A D | FastISelEmitter.cpp | 207 TreePatternNode *Op = InstPatNode->getChild(i); in initialize() 472 TreePatternNode *ChildOp = Dst->getChild(i); in collectPatterns() 499 if (!Dst->getChild(1)->isLeaf()) continue; in collectPatterns() 501 DefInit *SR = dyn_cast<DefInit>(Dst->getChild(1)->getLeafValue()); in collectPatterns() 505 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString(); in collectPatterns() 522 assert(InstPatNode->getChild(0)->getNumTypes() == 1); in collectPatterns() 523 VT = InstPatNode->getChild(0)->getSimpleType(0); in collectPatterns() 546 std::string PhysReg = PhyRegForNode(InstPatNode->getChild(i), Target); in collectPatterns() 549 Dst->getChild(DstIndex)->getName() != in collectPatterns() 550 InstPatNode->getChild(i)->getName()) { in collectPatterns()
|
| H A D | CodeGenDAGPatterns.cpp | 1414 const TreePatternNode *Child = P->getChild(i); in getPatternSize() 1579 return N->getChild(OpNo); in getOperandNum() 1732 if (getChild(i)->ContainsUnresolvedType(TP)) in ContainsUnresolvedType() 1909 getChild(i)->print(OS); in print() 1962 if (!getChild(i)->isIsomorphicTo(N->getChild(i), DepVars)) in isIsomorphicTo() 1977 CChildren.push_back(getChild(i)->clone()); in clone() 1995 getChild(i)->RemoveAllTypes(); in RemoveAllTypes() 2006 TreePatternNode *Child = getChild(i); in SubstituteFormalArguments() 2022 getChild(i)->SubstituteFormalArguments(ArgMap); in SubstituteFormalArguments() 2294 unsigned IID = cast<IntInit>(getChild(0)->getLeafValue())->getValue(); in getIntrinsicInfo() [all …]
|
| H A D | GlobalISelEmitter.cpp | 3741 MVT(N->getChild(0)->getSimpleType(0)).isFloatingPoint()) in getEquivNode() 4042 TreePatternNode *SrcChild = Src->getChild(NumChildren - 1); in createAndImportSelDAGMatcher() 4070 TreePatternNode *PtrChild = Src->getChild(0); in createAndImportSelDAGMatcher() 4071 TreePatternNode *ValueChild = Src->getChild(1); in createAndImportSelDAGMatcher() 4092 TreePatternNode *SrcChild = Src->getChild(i); in createAndImportSelDAGMatcher() 4181 PatternName += SrcChild->getChild(i)->getName(); in importChildMatcher() 4244 auto *SubOperand = SrcChild->getChild(i); in importChildMatcher() 4398 auto Child = DstChild->getChild(0); in importExplicitUseRenderer() 4591 auto SubClass = inferRegClassFromPattern(Dst->getChild(1)); in createAndImportSubInstructionRenderer() 4596 inferSuperRegisterClassForNode(Dst->getExtType(0), Dst->getChild(0), in createAndImportSubInstructionRenderer() [all …]
|
| H A D | DAGISelEmitter.cpp | 54 Cost += getResultPatternCost(P->getChild(i), CGP); in getResultPatternCost() 70 Cost += getResultPatternSize(P->getChild(i), CGP); in getResultPatternSize()
|
| H A D | DAGISelMatcherEmitter.cpp | 270 const unsigned ChildSize = SizeMatcherList(SM->getChild(i), OS); in SizeMatcher() 272 SM->getChild(i)->setSize(ChildSize); in SizeMatcher() 396 unsigned ChildSize = SM->getChild(i)->getSize(); in EmitMatcher() 405 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1, in EmitMatcher() 407 assert(ChildSize == SM->getChild(i)->getSize() && in EmitMatcher()
|
| H A D | DAGISelMatcher.h | 199 Matcher *getChild(unsigned i) { return Children[i]; } in getChild() function 200 const Matcher *getChild(unsigned i) const { return Children[i]; } in getChild() function
|
| H A D | CodeGenDAGPatterns.h | 722 TreePatternNode *getChild(unsigned N) const { return Children[N].get(); } in getChild() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 658 InMemoryNode *getChild(StringRef Name) { in getChild() function in llvm::vfs::detail::InMemoryDirectory 747 detail::InMemoryNode *Node = Dir->getChild(Name); in addFile() 845 detail::InMemoryNode *Node = Dir->getChild(*I); in lookupInMemoryNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1163 const Node *getChild() const { return Child; } in getChild() function
|