Searched refs:ScopedHashTableVal (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A 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 …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 59 ScopedHashTableVal<ValueType, CntRegP>>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 646 ScopedHashTableVal<SimpleValue, Value *>>; 689 ScopedHashTableVal<Value *, LoadValue>>; 701 ScopedHashTableVal<MemoryLocation, unsigned>>; 717 ScopedHashTableVal<GEPValue, Value *>>;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 89 ScopedHashTableVal<MachineInstr *, unsigned>>;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16857 …ssionTrait, llvm::RecyclingAllocator<llvm::BumpPtrAllocator, llvm::ScopedHashTableVal<llvm::Machin… 16858 …ScopedHashTableVal<llvm::MachineInstr*, unsigned int>*, llvm::MachineInstrExpressionTrait, llvm::D… 16859 …ScopedHashTableVal<llvm::MachineInstr*, unsigned int>*, llvm::MachineInstrExpressionTrait, llvm::D… 16860 …*, llvm::ScopedHashTableVal<llvm::MachineInstr*, unsigned int>*, llvm::MachineInstrExpressionTrait… 16861 …ssionTrait, llvm::RecyclingAllocator<llvm::BumpPtrAllocator, llvm::ScopedHashTableVal<llvm::Machin… 16862 …ScopedHashTableVal<llvm::MachineInstr*, unsigned int>, 32ul, 8ul>>*, llvm::DenseMapInfo<llvm::Mach… 16863 …ScopedHashTableVal<llvm::MachineInstr*, unsigned int>, 32ul, 8ul>>*, llvm::DenseMapInfo<llvm::Mach… 16868 …ScopedHashTableVal<llvm::MachineInstr*, unsigned int>, 32ul, 8ul>>*, llvm::DenseMapInfo<llvm::Mach… 16869 …ssionTrait, llvm::RecyclingAllocator<llvm::BumpPtrAllocator, llvm::ScopedHashTableVal<llvm::Machin… 18215 …ScopedHashTableVal<(anonymous namespace)::SimpleValue, llvm::Value*>*, llvm::DenseMapInfo<(anonymo… [all …]
|