/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 213 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()
|
D | ImmutableList.h | 192 Cache.InsertNode(L, InsertPos); in concat()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/ |
D | move_to_front.h | 282 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/ |
D | SelectionDAG.cpp | 848 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/ |
D | FoldingSet.cpp | 292 InsertNode(NodeInBucket, in GrowBucketCount() 346 void FoldingSetBase::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetBase 422 InsertNode(N, IP); in GetOrInsertNode()
|
D | ItaniumManglingCanonicalizer.cpp | 125 Nodes.InsertNode(New, InsertPos); in getOrCreateNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 194 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/ |
D | Attributes.cpp | 97 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()
|
D | LegacyPassManager.cpp | 636 UniqueAnalysisUsages.InsertNode(Node, IP); in findAnalysisUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CSEInfo.cpp | 127 CSEMap.InsertNode(UMI, InsertPos); in insertNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1749 void InsertNode(SDNode *N); 1832 CSEMap.InsertNode(N, IP); 1833 InsertNode(N);
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | move_to_front_test.cpp | 31 InsertNode(CreateNode(val, val)); in TestInsert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 434 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/ |
D | DIE.cpp | 166 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
|