Home
last modified time | relevance | path

Searched refs:ScopedHashTableVal (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h46 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/
DScopedHashTable.h44 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/
DScopedHashTable.h46 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/
DCSE.cpp53 llvm::ScopedHashTableVal<Operation *, Operation *>>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp60 ScopedHashTableVal<ValueType, CntRegP>>;
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp42 ScopedHashTableVal<ValueType, CntRegP> >
/external/llvm-project/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp60 ScopedHashTableVal<ValueType, CntRegP>>;
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy;
296 ScopedHashTableVal<Value *, LoadValue>>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp492 ScopedHashTableVal<SimpleValue, Value *>>;
534 ScopedHashTableVal<Value *, LoadValue>>;
546 ScopedHashTableVal<MemoryLocation, unsigned>>;
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp510 ScopedHashTableVal<SimpleValue, Value *>>;
552 ScopedHashTableVal<Value *, LoadValue>>;
564 ScopedHashTableVal<MemoryLocation, unsigned>>;
/external/llvm/lib/CodeGen/
DMachineCSE.cpp74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp102 ScopedHashTableVal<MachineInstr *, unsigned>>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp101 ScopedHashTableVal<MachineInstr *, unsigned>>;