Searched refs:ThePool (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 163 FoldingSet<RecordRecTy> &ThePool = in get() local 176 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 194 ThePool.InsertNode(Ty, IP); in get() 343 static FoldingSet<BitsInit> ThePool; in get() local 349 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 357 ThePool.InsertNode(I, IP); in get() 461 static std::map<int64_t, IntInit*> ThePool; in get() local 463 IntInit *&I = ThePool[V]; in get() 518 static StringSet<BumpPtrAllocator &> ThePool(Allocator); in get() local 529 auto &Entry = *ThePool.insert(V).first; in get() [all …]
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 265 static FoldingSet<BitsInit> ThePool; in get() local 272 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 279 ThePool.InsertNode(I, IP); in get() 396 static DenseMap<int64_t, std::unique_ptr<IntInit>> ThePool; in get() local 398 std::unique_ptr<IntInit> &I = ThePool[V]; in get() 453 static StringMap<std::unique_ptr<CodeInit>> ThePool; in get() local 455 std::unique_ptr<CodeInit> &I = ThePool[V]; in get() 461 static StringMap<std::unique_ptr<StringInit>> ThePool; in get() local 463 std::unique_ptr<StringInit> &I = ThePool[V]; in get() 493 static FoldingSet<ListInit> ThePool; in get() local [all …]
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 154 FoldingSet<RecordRecTy> &ThePool = in get() local 167 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 185 ThePool.InsertNode(Ty, IP); in get() 334 static FoldingSet<BitsInit> ThePool; in get() local 340 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 348 ThePool.InsertNode(I, IP); in get() 452 static std::map<int64_t, IntInit*> ThePool; in get() local 454 IntInit *&I = ThePool[V]; in get() 543 static FoldingSet<ListInit> ThePool; in get() local 549 if (ListInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get() [all …]
|