Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DFoldingSet.cpp73 Trivial.InsertNode(&T); in TEST()
88 Trivial.InsertNode(&T); in TEST()
102 Trivial.InsertNode(&T); in TEST()
132 Trivial.InsertNode(&T); in TEST()
147 Trivial.InsertNode(&T, InsertPos); in TEST()
159 Trivial.InsertNode(&T); in TEST()
172 Trivial.InsertNode(&T); in TEST()
/llvm-project-15.0.7/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()
1134 Regions.InsertNode(R, InsertPos); in getElementRegion()
H A DExplodedGraph.cpp421 Nodes.InsertNode(V, InsertPos); in getNode()
H A DProgramState.cpp431 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclarationName.cpp306 CXXDeductionGuideNames.InsertNode(Name, InsertPos); in getCXXDeductionGuideName()
322 CXXConstructorNames.InsertNode(SpecialName, InsertPos); in getCXXConstructorName()
338 CXXDestructorNames.InsertNode(SpecialName, InsertPos); in getCXXDestructorName()
354 CXXConversionFunctionNames.InsertNode(SpecialName, InsertPos); in getCXXConversionFunctionName()
383 CXXLiteralOperatorNames.InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
H A DASTContext.cpp3034 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType()
3279 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()
3307 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
4034 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
4104 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
4178 MatrixTypes.InsertNode(New, InsertPos); in getConstantMatrixType()
4514 PipeTypes.InsertNode(New, InsertPos); in getPipeType()
4541 BitIntTypes.InsertNode(New, InsertPos); in getBitIntType()
5026 ParenTypes.InsertNode(T, InsertPos); in getParenType()
5748 AutoTypes.InsertNode(AT, InsertPos); in getAutoTypeInternal()
[all …]
H A DDeclTemplate.cpp333 Specializations.InsertNode(Entry, InsertPos); in addSpecializationImpl()
554 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
1242 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
H A DNestedNameSpecifier.cpp52 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1690 InsertNode(N); in getFrameIndex()
1709 InsertNode(N); in getJumpTable()
1736 InsertNode(N); in getConstantPool()
1763 InsertNode(N); in getConstantPool()
1780 InsertNode(N); in getTargetIndex()
1794 InsertNode(N); in getBasicBlock()
1808 InsertNode(N); in getValueType()
1816 InsertNode(N); in getExternalSymbol()
1825 InsertNode(N); in getMCSymbol()
1835 InsertNode(N); in getTargetExternalSymbol()
[all …]
/llvm-project-15.0.7/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.cpp120 Nodes.InsertNode(New, InsertPos); in getOrCreateNode()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp248 ThePool.InsertNode(Ty, IP); in get()
413 RKImpl.TheBitsInitPool.InsertNode(I, IP); in get()
640 RK.TheListInitPool.InsertNode(I, IP); in get()
769 RK.TheUnOpInitPool.InsertNode(I, IP); in get()
934 RK.TheBinOpInitPool.InsertNode(I, IP); in get()
1260 RK.TheTernOpInitPool.InsertNode(I, IP); in get()
1554 RK.TheFoldOpInitPool.InsertNode(I, IP); in get()
1619 RK.TheIsAOpInitPool.InsertNode(I, IP); in get()
1942 RK.TheVarDefInitPool.InsertNode(I, IP); in get()
2135 RK.TheCondOpInitPool.InsertNode(I, IP); in get()
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp438 Contexts.InsertNode(L, InsertPos); in getStackFrame()
454 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
H A DPathDiagnostic.cpp226 Diags.InsertNode(D.release()); in HandlePathDiagnostic()
451 Set.InsertNode(Entry, InsertPos); in addDiagnostic()
H A DRetainSummaryManager.cpp129 SimpleSummaries.InsertNode(N, Pos); in getPersistentSummary()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp112 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
135 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
157 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
842 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in getSorted()
1042 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp131 CSEMap.InsertNode(UMI, InsertPos); in insertNode()
/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp735 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp160 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp468 UniqueSCEVs.InsertNode(S, IP); in getConstant()
1119 UniqueSCEVs.InsertNode(S, IP); in getLosslessPtrToIntExpr()
1239 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr()
1293 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr()
1622 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr()
1890 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr()
2128 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr()
3497 UniqueSCEVs.InsertNode(S, IP); in getUDivExpr()
3892 UniqueSCEVs.InsertNode(S, IP); in getMinMaxExpr()
4176 UniqueSCEVs.InsertNode(S, IP); in getSequentialMinMaxExpr()
[all …]

12