Searched refs:ScopedHashTableVal (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 46 class ScopedHashTableVal { 47 ScopedHashTableVal *NextInScope; 48 ScopedHashTableVal *NextForKey; 52 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} in ScopedHashTableVal() function 59 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey() 60 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey() 61 ScopedHashTableVal *getNextInScope() { return NextInScope; } in getNextInScope() 64 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, in Create() 65 ScopedHashTableVal *nextForKey, in Create() 68 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); in Create() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 44 class ScopedHashTableVal { 45 ScopedHashTableVal *NextInScope; 46 ScopedHashTableVal *NextForKey; 49 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} in ScopedHashTableVal() function 56 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey() 57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey() 58 ScopedHashTableVal *getNextInScope() { return NextInScope; } in getNextInScope() 61 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, in Create() 62 ScopedHashTableVal *nextForKey, in Create() 65 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); in Create() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 46 class ScopedHashTableVal { 47 ScopedHashTableVal *NextInScope; 48 ScopedHashTableVal *NextForKey; 52 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} in ScopedHashTableVal() function 59 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey() 60 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey() 61 ScopedHashTableVal *getNextInScope() { return NextInScope; } in getNextInScope() 64 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, in Create() 65 ScopedHashTableVal *nextForKey, in Create() 68 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); in Create() [all …]
|
/external/llvm-project/mlir/lib/Transforms/ |
D | CSE.cpp | 53 llvm::ScopedHashTableVal<Operation *, Operation *>>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 60 ScopedHashTableVal<ValueType, CntRegP>>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 42 ScopedHashTableVal<ValueType, CntRegP> >
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 60 ScopedHashTableVal<ValueType, CntRegP>>;
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy; 296 ScopedHashTableVal<Value *, LoadValue>>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 492 ScopedHashTableVal<SimpleValue, Value *>>; 534 ScopedHashTableVal<Value *, LoadValue>>; 546 ScopedHashTableVal<MemoryLocation, unsigned>>;
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 510 ScopedHashTableVal<SimpleValue, Value *>>; 552 ScopedHashTableVal<Value *, LoadValue>>; 564 ScopedHashTableVal<MemoryLocation, unsigned>>;
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 102 ScopedHashTableVal<MachineInstr *, unsigned>>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 101 ScopedHashTableVal<MachineInstr *, unsigned>>;
|