Searched refs:Suffixes (Results 1 – 5 of 5) sorted by relevance
231 static constexpr CPUSuffix Suffixes[] = { variable255 Suffixes, [Name](const CPUSuffix &S) { return S.Name == Name; }); in getHexagonCPUSuffix()256 if (Item == std::end(Suffixes)) in getHexagonCPUSuffix()263 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList()
117 StringRef Suffixes = "_himnsuyd"; in process() local119 Text.find_first_of(IsBase16 ? Suffixes.drop_back() : Suffixes); in process()
1 Standard Unit Suffixes for Property names
4249 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in matchAndEmitATTInstruction() local4279 Tmp.back() = Suffixes[I]; in matchAndEmitATTInstruction()4326 MatchChars[NumMatches++] = Suffixes[I]; in matchAndEmitATTInstruction()
2914 } Suffixes[] = { in ScanLibDirForGCCTriple() local2929 for (auto &Suffix : Suffixes) { in ScanLibDirForGCCTriple()