/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Profile.h | 91 NextID(O.NextID) {} in Profile() 98 NextID = O.NextID; 111 swap(L.NextID, R.NextID); in swap() 137 PathID NextID = 1; variable
|
/external/llvm-project/llvm/include/llvm/XRay/ |
D | Profile.h | 91 NextID(O.NextID) {} in Profile() 98 NextID = O.NextID; 111 swap(L.NextID, R.NextID); in swap() 137 PathID NextID = 1; variable
|
/external/llvm-project/lldb/unittests/Utility/ |
D | RangeMapTest.cpp | 56 uint32_t NextID = 0; in TEST() local 57 Map.Append(EntryT(0, 10, NextID++)); in TEST() 58 Map.Append(EntryT(10, 10, NextID++)); in TEST() 59 Map.Append(EntryT(20, 10, NextID++)); in TEST() 73 uint32_t NextID = 0; in TEST() local 74 Map.Append(EntryT(0, 40, NextID++)); in TEST() 75 Map.Append(EntryT(10, 20, NextID++)); in TEST() 76 Map.Append(EntryT(20, 10, NextID++)); in TEST()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceStringPool.h | 41 auto NewID = NextID; in getNewID() 42 NextID += IDIncrement; in getNewID() 59 << " NumIDs=" << ((NextID - FirstID) / IDIncrement) << "):"; in dump() 69 IDType NextID = FirstID; variable
|
/external/llvm-project/clang/lib/AST/ |
D | CommentCommandTraits.cpp | 20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits() 94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName() 96 Info->ID = NextID++; in createCommandInfoWithName()
|
/external/clang/lib/AST/ |
D | CommentCommandTraits.cpp | 20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits() 94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName() 96 Info->ID = NextID++; in createCommandInfoWithName()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 81 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument 83 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
|
D | MCContext.h | 106 StringMap<unsigned> NextID; variable
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 79 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument 81 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
|
D | MCContext.h | 124 StringMap<unsigned> NextID; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 82 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument 84 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
|
D | MCContext.h | 121 StringMap<unsigned> NextID; variable
|
/external/llvm-project/llvm/lib/Remarks/ |
D | RemarkStringTable.cpp | 32 size_t NextID = StrTab.size(); in add() local 33 auto KV = StrTab.insert({Str, NextID}); in add()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | RemarkStringTable.cpp | 32 size_t NextID = StrTab.size(); in add() local 33 auto KV = StrTab.insert({Str, NextID}); in add()
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 298 NextID(0) { in MemorySSA() 307 Walker(std::move(MSSA.Walker)), NextID(MSSA.NextID) { in MemorySSA() 337 &StartingPoint, NextID++); in buildMemorySSA() 409 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in buildMemorySSA() 458 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi() 542 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
|
/external/clang/include/clang/AST/ |
D | CommentCommandTraits.h | 177 unsigned NextID; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | CommentCommandTraits.h | 176 unsigned NextID; variable
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 101 NextID.clear(); in reset() 184 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 117 NextID.clear(); in reset() 192 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 121 NextID.clear(); in reset() 214 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | Profile.cpp | 187 Node->ID = NextID++; in internPath()
|
/external/llvm-project/llvm/lib/XRay/ |
D | Profile.cpp | 187 Node->ID = NextID++; in internPath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1227 SkipWalker(nullptr), NextID(0) { in MemorySSA() 1515 &StartingPoint, NextID++)); in buildMemorySSA() 1695 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi() 1784 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1253 SkipWalker(nullptr), NextID(0) { in MemorySSA() 1541 &StartingPoint, NextID++)); in buildMemorySSA() 1721 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi() 1813 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 626 unsigned NextID;
|