/external/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 44 class ScopedHashTableVal { 45 ScopedHashTableVal *NextInScope; 46 ScopedHashTableVal *NextForKey; 49 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 56 ScopedHashTableVal *getNextForKey() { return NextForKey; } 57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 58 ScopedHashTableVal *getNextInScope() { return NextInScope; } 61 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 62 ScopedHashTableVal *nextForKey [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
ScopedHashTable.h | 44 class ScopedHashTableVal { 45 ScopedHashTableVal *NextInScope; 46 ScopedHashTableVal *NextForKey; 49 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 56 ScopedHashTableVal *getNextForKey() { return NextForKey; } 57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 58 ScopedHashTableVal *getNextInScope() { return NextInScope; } 61 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 62 ScopedHashTableVal *nextForKey [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 53 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 60 ScopedHashTableVal *getNextForKey() { return NextForKey; } 61 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 62 ScopedHashTableVal *getNextInScope() { return NextInScope; } 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 66 ScopedHashTableVal *nextForKey [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 53 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 60 ScopedHashTableVal *getNextForKey() { return NextForKey; } 61 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 62 ScopedHashTableVal *getNextInScope() { return NextInScope; } 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 66 ScopedHashTableVal *nextForKey [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 53 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 60 ScopedHashTableVal *getNextForKey() { return NextForKey; } 61 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 62 ScopedHashTableVal *getNextInScope() { return NextInScope; } 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 66 ScopedHashTableVal *nextForKey [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 53 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 60 ScopedHashTableVal *getNextForKey() { return NextForKey; } 61 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 62 ScopedHashTableVal *getNextInScope() { return NextInScope; } 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 66 ScopedHashTableVal *nextForKey [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 53 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 60 ScopedHashTableVal *getNextForKey() { return NextForKey; } 61 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 62 ScopedHashTableVal *getNextInScope() { return NextInScope; } 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 66 ScopedHashTableVal *nextForKey [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 53 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 60 ScopedHashTableVal *getNextForKey() { return NextForKey; } 61 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 62 ScopedHashTableVal *getNextInScope() { return NextInScope; } 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 66 ScopedHashTableVal *nextForKey [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 53 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 60 ScopedHashTableVal *getNextForKey() { return NextForKey; } 61 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 62 ScopedHashTableVal *getNextInScope() { return NextInScope; } 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 66 ScopedHashTableVal *nextForKey [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 53 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} 60 ScopedHashTableVal *getNextForKey() { return NextForKey; } 61 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } 62 ScopedHashTableVal *getNextInScope() { return NextInScope; } 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, 66 ScopedHashTableVal *nextForKey [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
EarlyCSE.cpp | 220 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; 239 ScopedHashTableVal<Value*, std::pair<Value*, unsigned> > > LoadMapAllocator;
|
/external/llvm/lib/Target/Mips/ |
MipsOptimizePICCall.cpp | 42 ScopedHashTableVal<ValueType, CntRegP> >
|
/external/llvm/lib/Transforms/Scalar/ |
EarlyCSE.cpp | 255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy; 296 ScopedHashTableVal<Value *, LoadValue>> [all...] |
/external/llvm/lib/CodeGen/ |
MachineCSE.cpp | 74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineCSE.cpp | 70 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;
|