Home
last modified time | relevance | path

Searched refs:CachedHashString (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DCachedHashString.h71 class CachedHashString {
72 friend struct DenseMapInfo<CachedHashString>;
89 CachedHashString(ConstructEmptyOrTombstoneTy, char *EmptyOrTombstonePtr)
97 explicit CachedHashString(const char *S) : CachedHashString(StringRef(S)) {}
100 explicit CachedHashString(StringRef S)
101 : CachedHashString(S, DenseMapInfo<StringRef>::getHashValue(S)) {}
103 CachedHashString(StringRef S, uint32_t Hash)
110 CachedHashString(const CachedHashString &Other)
120 CachedHashString &operator=(CachedHashString Other) {
125 CachedHashString(CachedHashString &&Other) noexcept
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h175 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1917 SmallSetVector<CachedHashString, 16> &Table, in getConverterOperandID() argument
1919 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID()
1933 SmallSetVector<CachedHashString, 16> OperandConversionKinds; in emitConvertFuncs()
1934 SmallSetVector<CachedHashString, 16> InstructionConversionKinds; in emitConvertFuncs()
2024 OperandConversionKinds.insert(CachedHashString("CVT_Done")); in emitConvertFuncs()
2025 OperandConversionKinds.insert(CachedHashString("CVT_Reg")); in emitConvertFuncs()
2026 OperandConversionKinds.insert(CachedHashString("CVT_Tied")); in emitConvertFuncs()
2042 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs()
2048 CachedHashString("CVT_" + getEnumNameForToken(AsmMatchConverter))); in emitConvertFuncs()
2242 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs()
[all …]
H A DFixedLenDecoderEmitter.cpp89 typedef SmallSetVector<CachedHashString, 16> PredicateSet;
90 typedef SmallSetVector<CachedHashString, 16> DecoderSet;
1192 Decoders.insert(CachedHashString(Decoder)); in getDecoderIndex()
1273 TableInfo.Predicates.insert(CachedHashString(Predicate)); in getPredicateIndex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1068 llvm::CachedHashString(MacroDef.split('=').first)) > 0; in __anon502c5ec40302()
H A DCompilerInvocation.cpp2982 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs()
4516 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp870 llvm::SmallSetVector<llvm::CachedHashString, 16> DefinedCategoryNames;
3459 DefinedCategoryNames.insert(llvm::CachedHashString(ExtName)); in GenerateCategory()