/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringMap.h | 27 class StringMapEntry; variable 36 static void Initialize(StringMapEntry<ValueTy> &T, InitTy InitVal) { in Initialize() 120 class StringMapEntry : public StringMapEntryBase { 124 explicit StringMapEntry(unsigned strLen) in StringMapEntry() function 126 StringMapEntry(unsigned strLen, const ValueTy &V) in StringMapEntry() function 148 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, in Create() 157 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() 159 unsigned Alignment = alignOf<StringMapEntry>(); in Create() 161 StringMapEntry *NewItem = in Create() 162 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment)); in Create() [all …]
|
D | StringSet.h | 32 return base::insert(llvm::StringMapEntry<char>:: in insert()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 36 class StringMapEntry; variable 128 class StringMapEntry : public StringMapEntryBase { 132 explicit StringMapEntry(unsigned strLen) in StringMapEntry() function 135 StringMapEntry(unsigned strLen, InitTy &&... InitVals) in StringMapEntry() function 137 StringMapEntry(StringMapEntry &E) = delete; 158 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() 164 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() 166 unsigned Alignment = alignof(StringMapEntry); in Create() 168 StringMapEntry *NewItem = in Create() 169 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment)); in Create() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 29 class StringMapEntry; variable 121 class StringMapEntry : public StringMapEntryBase { 122 StringMapEntry(StringMapEntry &E) = delete; 127 explicit StringMapEntry(unsigned strLen) in StringMapEntry() function 130 StringMapEntry(unsigned strLen, InitTy &&... InitVals) in StringMapEntry() function 152 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() 158 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() 160 unsigned Alignment = alignOf<StringMapEntry>(); in Create() 162 StringMapEntry *NewItem = in Create() 163 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment)); in Create() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 126 class StringMapEntry : public StringMapEntryBase { 130 explicit StringMapEntry(size_t strLen) in StringMapEntry() function 133 StringMapEntry(size_t strLen, InitTy &&... InitVals) in StringMapEntry() function 135 StringMapEntry(StringMapEntry &E) = delete; 156 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() 162 size_t AllocSize = sizeof(StringMapEntry) + KeyLength + 1; in Create() 163 size_t Alignment = alignof(StringMapEntry); in Create() 165 StringMapEntry *NewItem = in Create() 166 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment)); in Create() 170 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create() [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | nonescaping-malloc.ll | 15 %"struct.llvm::StringMapEntry<void*>" = type { %"struct.llvm::StringMapEntryBase", i8* } 21 define %"struct.llvm::StringMapEntry<void*>"* @_Z3fooRN4llvm9StringMapIPvNS_15MallocAllocatorEEEPKc… 29 …%tmp1 = call %"struct.llvm::StringMapEntry<void*>"* @_ZN4llvm9StringMapIPvNS_15MallocAllocatorEE16… 30 ret %"struct.llvm::StringMapEntry<void*>"* %tmp1 39 define linkonce_odr %"struct.llvm::StringMapEntry<void*>"* @_ZN4llvm9StringMapIPvNS_15MallocAllocat… 67 %tmp10.i.i = bitcast i8* %tmp.i20.i.i to %"struct.llvm::StringMapEntry<void*>"* 94 …%tmp16.i = bitcast %"struct.llvm::StringMapEntryBase"* %tmp8.i to %"struct.llvm::StringMapEntry<vo… 95 ret %"struct.llvm::StringMapEntry<void*>"* %tmp16.i 102 ret %"struct.llvm::StringMapEntry<void*>"* %tmp10.i.i 105 ret %"struct.llvm::StringMapEntry<void*>"* %tmp10.i.i
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | nonescaping-malloc.ll | 19 %"struct.llvm::StringMapEntry<void*>" = type { %"struct.llvm::StringMapEntryBase", i8* } 25 define %"struct.llvm::StringMapEntry<void*>"* @_Z3fooRN4llvm9StringMapIPvNS_15MallocAllocatorEEEPKc… 33 …%tmp1 = call %"struct.llvm::StringMapEntry<void*>"* @_ZN4llvm9StringMapIPvNS_15MallocAllocatorEE16… 34 ret %"struct.llvm::StringMapEntry<void*>"* %tmp1 43 define linkonce_odr %"struct.llvm::StringMapEntry<void*>"* @_ZN4llvm9StringMapIPvNS_15MallocAllocat… 71 %tmp10.i.i = bitcast i8* %tmp.i20.i.i to %"struct.llvm::StringMapEntry<void*>"* 98 …%tmp16.i = bitcast %"struct.llvm::StringMapEntryBase"* %tmp8.i to %"struct.llvm::StringMapEntry<vo… 99 ret %"struct.llvm::StringMapEntry<void*>"* %tmp16.i 106 ret %"struct.llvm::StringMapEntry<void*>"* %tmp10.i.i 109 ret %"struct.llvm::StringMapEntry<void*>"* %tmp10.i.i
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | nonescaping-malloc.ll | 18 %"struct.llvm::StringMapEntry<void*>" = type { %"struct.llvm::StringMapEntryBase", i8* } 24 define %"struct.llvm::StringMapEntry<void*>"* @_Z3fooRN4llvm9StringMapIPvNS_15MallocAllocatorEEEPKc… 32 …%tmp1 = call %"struct.llvm::StringMapEntry<void*>"* @_ZN4llvm9StringMapIPvNS_15MallocAllocatorEE16… 33 ret %"struct.llvm::StringMapEntry<void*>"* %tmp1 42 define linkonce_odr %"struct.llvm::StringMapEntry<void*>"* @_ZN4llvm9StringMapIPvNS_15MallocAllocat… 70 %tmp10.i.i = bitcast i8* %tmp.i20.i.i to %"struct.llvm::StringMapEntry<void*>"* 97 …%tmp16.i = bitcast %"struct.llvm::StringMapEntryBase"* %tmp8.i to %"struct.llvm::StringMapEntry<vo… 98 ret %"struct.llvm::StringMapEntry<void*>"* %tmp16.i 105 ret %"struct.llvm::StringMapEntry<void*>"* %tmp10.i.i 108 ret %"struct.llvm::StringMapEntry<void*>"* %tmp10.i.i
|
/external/llvm/test/Transforms/GVN/ |
D | nonescaping-malloc.ll | 16 %"struct.llvm::StringMapEntry<void*>" = type { %"struct.llvm::StringMapEntryBase", i8* } 22 define %"struct.llvm::StringMapEntry<void*>"* @_Z3fooRN4llvm9StringMapIPvNS_15MallocAllocatorEEEPKc… 30 …%tmp1 = call %"struct.llvm::StringMapEntry<void*>"* @_ZN4llvm9StringMapIPvNS_15MallocAllocatorEE16… 31 ret %"struct.llvm::StringMapEntry<void*>"* %tmp1 40 define linkonce_odr %"struct.llvm::StringMapEntry<void*>"* @_ZN4llvm9StringMapIPvNS_15MallocAllocat… 68 %tmp10.i.i = bitcast i8* %tmp.i20.i.i to %"struct.llvm::StringMapEntry<void*>"* 95 …%tmp16.i = bitcast %"struct.llvm::StringMapEntryBase"* %tmp8.i to %"struct.llvm::StringMapEntry<vo… 96 ret %"struct.llvm::StringMapEntry<void*>"* %tmp16.i 103 ret %"struct.llvm::StringMapEntry<void*>"* %tmp10.i.i 106 ret %"struct.llvm::StringMapEntry<void*>"* %tmp10.i.i
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 149 const StringMapEntry<bool> *NameEntry; 153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbol() 166 void *operator new(size_t s, const StringMapEntry<bool> *Name, 189 const StringMapEntry<bool> *&getNameEntryPtr() { in getNameEntryPtr() 194 const StringMapEntry<bool> *&getNameEntryPtr() const { in getNameEntryPtr()
|
D | MCSymbolELF.h | 21 MCSymbolELF(const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbolELF()
|
D | MCSymbolCOFF.h | 31 MCSymbolCOFF(const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbolCOFF()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 145 const StringMapEntry<bool> *NameEntry; 149 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbol() 162 void *operator new(size_t s, const StringMapEntry<bool> *Name, 188 const StringMapEntry<bool> *&getNameEntryPtr() { in getNameEntryPtr() 193 const StringMapEntry<bool> *&getNameEntryPtr() const { in getNameEntryPtr()
|
D | MCSymbolELF.h | 21 MCSymbolELF(const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbolELF()
|
D | MCSymbolCOFF.h | 29 MCSymbolCOFF(const StringMapEntry<bool> *Name, bool isTemporary) in MCSymbolCOFF()
|
/external/llvm/include/llvm/IR/ |
D | Comdat.h | 23 template <typename ValueTy> class StringMapEntry; variable 52 StringMapEntry<Comdat> *Name;
|
/external/llvm/include/llvm/CodeGen/ |
D | DwarfStringPoolEntry.h | 28 const StringMapEntry<DwarfStringPoolEntry> *I = nullptr; 33 const StringMapEntry<DwarfStringPoolEntry> &I) in DwarfStringPoolEntryRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | DwarfStringPoolEntry.h | 28 const StringMapEntry<DwarfStringPoolEntry> *I = nullptr; 33 const StringMapEntry<DwarfStringPoolEntry> &I) in DwarfStringPoolEntryRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Comdat.h | 26 template <typename ValueTy> class StringMapEntry; variable 57 StringMapEntry<Comdat> *Name = nullptr;
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCContext.cpp | 70 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name); in GetOrCreateSymbol() 87 StringMapEntry<bool> *NameEntry = &UsedNames.GetOrCreateValue(Name); in CreateSymbol() 198 StringMapEntry<const MCSectionELF*> &Entry = Map.GetOrCreateValue(Section); in getELFSection() 232 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section); in getCOFFSection()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugInfoProbe.cpp | 206 StringMapEntry<DebugInfoProbe *> &Entry = in initialize() 220 StringMapEntry<DebugInfoProbe *> &Entry = in finalize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | StringMapTest.cpp | 341 StringMapEntry<MoveOnly>::Create(Key, MoveOnly(42)) in TEST_F() 347 StringMapEntry<MoveOnly>::Create(Key, Immovable()) in TEST_F() 524 StringMapEntry<int> LargeEntry(LargeValue); in TEST() 530 StringMapEntry<int> LargerEntry(LargeValue); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Value.h | 34 template<typename ValueTy> class StringMapEntry; variable 37 typedef StringMapEntry<Value*> ValueName;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSymbol.cpp | 32 void *MCSymbol::operator new(size_t s, const StringMapEntry<bool> *Name, in operator new()
|
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 25 void *MCSymbol::operator new(size_t s, const StringMapEntry<bool> *Name, in operator new()
|