Searched refs:CachedHashString (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | CachedHashString.h | 72 class CachedHashString { 73 friend struct DenseMapInfo<CachedHashString>; 90 CachedHashString(ConstructEmptyOrTombstoneTy, char *EmptyOrTombstonePtr) 98 explicit CachedHashString(const char *S) : CachedHashString(StringRef(S)) {} 101 explicit CachedHashString(StringRef S) 102 : CachedHashString(S, DenseMapInfo<StringRef>::getHashValue(S)) {} 104 CachedHashString(StringRef S, uint32_t Hash) 111 CachedHashString(const CachedHashString &Other) 121 CachedHashString &operator=(CachedHashString Other) { 126 CachedHashString(CachedHashString &&Other) noexcept [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1959 SmallSetVector<CachedHashString, 16> &Table, in getConverterOperandID() argument 1961 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID() 1975 SmallSetVector<CachedHashString, 16> OperandConversionKinds; in emitConvertFuncs() 1976 SmallSetVector<CachedHashString, 16> InstructionConversionKinds; in emitConvertFuncs() 2056 OperandConversionKinds.insert(CachedHashString("CVT_Done")); in emitConvertFuncs() 2057 OperandConversionKinds.insert(CachedHashString("CVT_Reg")); in emitConvertFuncs() 2058 OperandConversionKinds.insert(CachedHashString("CVT_Tied")); in emitConvertFuncs() 2074 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs() 2080 CachedHashString("CVT_" + getEnumNameForToken(AsmMatchConverter))); in emitConvertFuncs() 2271 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs() [all …]
|
| H A D | DecoderEmitter.cpp | 134 typedef SmallSetVector<CachedHashString, 16> PredicateSet; 135 typedef SmallSetVector<CachedHashString, 16> DecoderSet; 1289 Decoders.insert(CachedHashString(Decoder)); in getDecoderIndex() 1374 TableInfo.Predicates.insert(CachedHashString(Predicate)); in getPredicateIndex()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 185 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Config.h | 221 llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file
|
| H A D | InputFiles.cpp | 251 ctx.arg.dependencyFiles.insert(llvm::CachedHashString(path)); in readFile()
|
| H A D | Driver.cpp | 2396 unsigned &v = extracted[CachedHashString(f.first)]; in writeArchiveStats()
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | BPSectionOrdererBase.inc | 24 #include "llvm/ADT/CachedHashString.h"
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 312 llvm::CachedHashString(MacroDef.split('=').first)); in makeCommonInvocationForModuleBuild()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1173 llvm::CachedHashString(MacroDef.split('=').first)); in cloneForModuleCompileImpl()
|
| H A D | CompilerInvocation.cpp | 3465 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs() 5305 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 840 llvm::SmallSetVector<llvm::CachedHashString, 16> DefinedCategoryNames; 3293 DefinedCategoryNames.insert(llvm::CachedHashString(ExtName)); in GenerateCategory()
|