Home
last modified time | relevance | path

Searched refs:InsertNode (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp175 DataSet.InsertNode(SD, InsertPos); in getRegionValueSymbol()
194 DataSet.InsertNode(SD, InsertPos); in conjureSymbol()
211 DataSet.InsertNode(SD, InsertPos); in getDerivedSymbol()
227 DataSet.InsertNode(SD, InsertPos); in getExtentSymbol()
245 DataSet.InsertNode(SD, InsertPos); in getMetadataSymbol()
262 DataSet.InsertNode(data, InsertPos); in getCastSymbol()
280 DataSet.InsertNode(data, InsertPos); in getSymIntExpr()
298 DataSet.InsertNode(data, InsertPos); in getIntSymExpr()
316 DataSet.InsertNode(data, InsertPos); in getSymSymExpr()
332 DataSet.InsertNode(data, InsertPos); in getUnarySymExpr()
H A DBasicValueFactory.cpp102 APSIntSet.InsertNode(P, InsertPos); in getValue()
137 CompoundValDataSet.InsertNode(D, InsertPos); in getCompoundValData()
156 LazyCompoundValDataSet.InsertNode(D, InsertPos); in getLazyCompoundValData()
174 PointerToMemberDataSet.InsertNode(D, InsertPos); in getPointerToMemberData()
363 Map.InsertNode(P, InsertPos); in getPersistentSValWithData()
388 Map.InsertNode(P, InsertPos); in getPersistentSValPair()
H A DMemRegion.cpp78 Regions.InsertNode(R, InsertPos); in getSubRegion()
95 Regions.InsertNode(R, InsertPos); in getSubRegion()
114 Regions.InsertNode(R, InsertPos); in getSubRegion()
1150 Regions.InsertNode(R, InsertPos); in getElementRegion()
H A DExplodedGraph.cpp421 Nodes.InsertNode(V, InsertPos); in getNode()
H A DProgramState.cpp430 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp71 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeEmptyOperandList()
93 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeOperandList()
114 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeMIPredicateOperandList()
138 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeTwoMOPredicateOperandList()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFoldingSet.h224 void InsertNode(Node *N, void *InsertPos, const FoldingSetInfo &Info);
497 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
498 FoldingSetBase::InsertNode(N, InsertPos, Derived::getFoldingSetInfo()); in InsertNode()
503 void InsertNode(T *N) { in InsertNode() function
670 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
671 Set.InsertNode(N, InsertPos); in InsertNode()
677 void InsertNode(T *N) { in InsertNode() function
678 Set.InsertNode(N); in InsertNode()
H A DImmutableList.h193 Cache.InsertNode(L, InsertPos); in concat()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclarationName.cpp300 CXXDeductionGuideNames.InsertNode(Name, InsertPos); in getCXXDeductionGuideName()
316 CXXConstructorNames.InsertNode(SpecialName, InsertPos); in getCXXConstructorName()
332 CXXDestructorNames.InsertNode(SpecialName, InsertPos); in getCXXDestructorName()
348 CXXConversionFunctionNames.InsertNode(SpecialName, InsertPos); in getCXXConversionFunctionName()
377 CXXLiteralOperatorNames.InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
H A DASTContext.cpp890 CanonTemplateTemplateParms.InsertNode(Canonical, InsertPos); in getCanonicalTemplateTemplateParmDecl()
3057 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType()
3302 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()
3330 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
3351 AdjustedTypes.InsertNode(AT, InsertPos); in getAdjustedType()
3371 AdjustedTypes.InsertNode(AT, InsertPos); in getDecayedType()
3425 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()
3465 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()
3504 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()
3534 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()
[all …]
H A DDeclTemplate.cpp343 Specializations.InsertNode(Entry, InsertPos); in addSpecializationImpl()
567 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
1299 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
H A DNestedNameSpecifier.cpp52 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1113 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG
1281 InsertNode(&EntryNode); in SelectionDAG()
1383 InsertNode(&EntryNode); in clear()
1624 CSEMap.InsertNode(N, IP); in getConstant()
1625 InsertNode(N); in getConstant()
1678 CSEMap.InsertNode(N, IP); in getConstantFP()
1679 InsertNode(N); in getConstantFP()
1735 CSEMap.InsertNode(N, IP); in getGlobalAddress()
1736 InsertNode(N); in getGlobalAddress()
1750 CSEMap.InsertNode(N, IP); in getFrameIndex()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFoldingSet.cpp249 InsertNode(NodeInBucket, in GrowBucketCount()
303 void FoldingSetBase::InsertNode(Node *N, void *InsertPos, in InsertNode() function in FoldingSetBase
383 InsertNode(N, IP, Info); in GetOrInsertNode()
H A DItaniumManglingCanonicalizer.cpp119 Nodes.InsertNode(New, InsertPos); in getOrCreateNode()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp249 ThePool.InsertNode(Ty, IP); in get()
414 RKImpl.TheBitsInitPool.InsertNode(I, IP); in get()
641 RK.TheListInitPool.InsertNode(I, IP); in get()
770 RK.TheUnOpInitPool.InsertNode(I, IP); in get()
953 RK.TheBinOpInitPool.InsertNode(I, IP); in get()
1345 RK.TheTernOpInitPool.InsertNode(I, IP); in get()
1639 RK.TheFoldOpInitPool.InsertNode(I, IP); in get()
1704 RK.TheIsAOpInitPool.InsertNode(I, IP); in get()
1765 RK.TheExistsOpInitPool.InsertNode(I, IP); in get()
2027 RK.TheVarDefInitPool.InsertNode(I, IP); in get()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp437 Contexts.InsertNode(L, InsertPos); in getStackFrame()
453 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
H A DPathDiagnostic.cpp225 Diags.InsertNode(D.release()); in HandlePathDiagnostic()
449 Set.InsertNode(Entry, InsertPos); in addDiagnostic()
H A DRetainSummaryManager.cpp130 SimpleSummaries.InsertNode(N, Pos); in getPersistentSummary()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp115 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
138 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
160 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
918 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in getSorted()
1124 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
H A DLegacyPassManager.cpp644 UniqueAnalysisUsages.InsertNode(Node, IP); in findAnalysisUsage()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp135 CSEMap.InsertNode(UMI, InsertPos); in insertNode()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp806 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp160 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp504 UniqueSCEVs.InsertNode(S, IP); in getConstant()
1111 UniqueSCEVs.InsertNode(S, IP); in getLosslessPtrToIntExpr()
1231 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr()
1285 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr()
1658 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExprImpl()
1925 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExprImpl()
1986 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExprImpl()
2185 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExprImpl()
3024 UniqueSCEVs.InsertNode(S, IP); in getOrCreateAddExpr()
3047 UniqueSCEVs.InsertNode(S, IP); in getOrCreateAddRecExpr()
[all …]

12