Searched refs:MatchName (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.td | 925 let ParserMatchClass = RegImmMatcher<MatchName#"B16">; 931 let ParserMatchClass = RegImmMatcher<MatchName#"F16">; 990 SIRegOperand32<rc, MatchName, opType>, 991 SIRegOperand64<rc, MatchName, opType>; 994 multiclass RegImmOperand <string rc, string MatchName> 995 : SIRegOperand<rc, MatchName, "OPERAND_REG_IMM">; 997 multiclass RegInlineOperand <string rc, string MatchName> 998 : SIRegOperand<rc, MatchName, "OPERAND_REG_INLINE_C">; 1000 multiclass RegInlineOperand32 <string rc, string MatchName, 1004 multiclass RegInlineOperand64 <string rc, string MatchName, [all …]
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryData.cpp | 59 Regex MatchName(NameRegex); in hasNameRegex() local 61 if (MatchName.match(Symbol->getName())) in hasNameRegex()
|
| H A D | BinaryFunction.cpp | 246 Regex MatchName(RegexName); in hasNameRegex() local 248 [&MatchName](StringRef Name) { return MatchName.match(Name); }); in hasNameRegex() 256 Regex MatchName(RegexName); in hasRestoredNameRegex() local 257 Optional<StringRef> Match = forEachName([&MatchName](StringRef Name) { in hasRestoredNameRegex() 258 return MatchName.match(NameResolver::restore(Name)); in hasRestoredNameRegex()
|