Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h213 void InsertNode(Node *N, void *InsertPos);
451 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
452 FoldingSetBase::InsertNode(N, InsertPos); in InsertNode()
457 void InsertNode(T *N) { in InsertNode() function
597 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
598 Set.InsertNode(N, InsertPos); in InsertNode()
604 void InsertNode(T *N) { in InsertNode() function
605 Set.InsertNode(N); in InsertNode()
DImmutableList.h192 Cache.InsertNode(L, InsertPos); in concat()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dmove_to_front.h282 void InsertNode(uint32_t node);
319 InsertNode(CreateNode(next_timestamp_++, value)); in Insert()
372 InsertNode(target); in RankFromValue()
392 InsertNode(node); in ValueFromRank()
414 void MoveToFront<Val>::InsertNode(uint32_t node) { in InsertNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp848 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG
1016 InsertNode(&EntryNode); in SelectionDAG()
1117 InsertNode(&EntryNode); in clear()
1314 CSEMap.InsertNode(N, IP); in getConstant()
1315 InsertNode(N); in getConstant()
1365 CSEMap.InsertNode(N, IP); in getConstantFP()
1366 InsertNode(N); in getConstantFP()
1422 CSEMap.InsertNode(N, IP); in getGlobalAddress()
1423 InsertNode(N); in getGlobalAddress()
1437 CSEMap.InsertNode(N, IP); in getFrameIndex()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp292 InsertNode(NodeInBucket, in GrowBucketCount()
346 void FoldingSetBase::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetBase
422 InsertNode(N, IP); in GetOrInsertNode()
DItaniumManglingCanonicalizer.cpp125 Nodes.InsertNode(New, InsertPos); in getOrCreateNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp194 ThePool.InsertNode(Ty, IP); in get()
357 ThePool.InsertNode(I, IP); in get()
588 ThePool.InsertNode(I, IP); in get()
704 ThePool.InsertNode(I, IP); in get()
853 ThePool.InsertNode(I, IP); in get()
1102 ThePool.InsertNode(I, IP); in get()
1320 ThePool.InsertNode(I, IP); in get()
1385 ThePool.InsertNode(I, IP); in get()
1644 ThePool.InsertNode(I, IP); in get()
1827 ThePool.InsertNode(I, IP); in get()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp97 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
117 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
138 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
761 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get()
964 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
DLegacyPassManager.cpp636 UniqueAnalysisUsages.InsertNode(Node, IP); in findAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp127 CSEMap.InsertNode(UMI, InsertPos); in insertNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1749 void InsertNode(SDNode *N);
1832 CSEMap.InsertNode(N, IP);
1833 InsertNode(N);
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dmove_to_front_test.cpp31 InsertNode(CreateNode(val, val)); in TestInsert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp434 UniqueSCEVs.InsertNode(S, IP); in getConstant()
1296 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr()
1344 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr()
1672 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr()
1945 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr()
1983 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr()
2197 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr()
2807 UniqueSCEVs.InsertNode(S, IP); in getOrCreateAddExpr()
2830 UniqueSCEVs.InsertNode(S, IP); in getOrCreateAddRecExpr()
2852 UniqueSCEVs.InsertNode(S, IP); in getOrCreateMulExpr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp166 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()