Home
last modified time | relevance | path

Searched refs:NamedValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp153 static std::string getEncodedEmitStr(StringRef NamedValue, unsigned NumBytes) { in getEncodedEmitStr() argument
155 return (EncodeMacroName + Twine(NumBytes) + "(" + NamedValue + ")").str(); in getEncodedEmitStr()
226 MatchTableRecord MatchTable::NamedValue(unsigned NumBytes, in NamedValue() function in llvm::gi::MatchTable
227 StringRef NamedValue) { in NamedValue() argument
228 return MatchTableRecord(std::nullopt, NamedValue, NumBytes, in NamedValue()
232 MatchTableRecord MatchTable::NamedValue(unsigned NumBytes, StringRef Namespace, in NamedValue() function in llvm::gi::MatchTable
233 StringRef NamedValue) { in NamedValue() argument
234 return MatchTableRecord(std::nullopt, (Namespace + "::" + NamedValue).str(), in NamedValue()
965 << MatchTable::NamedValue( in emit()
973 << MatchTable::NamedValue(2, Pred) << MatchTable::LineBreak; in emit()
[all …]
H A DGlobalISelMatchTable.h194 static MatchTableRecord NamedValue(unsigned NumBytes, StringRef NamedValue);
195 static MatchTableRecord NamedValue(unsigned NumBytes, StringRef Namespace,
196 StringRef NamedValue);
300 Table << MatchTable::NamedValue(1, Ty.getLLTCodeGen().getCxxEnumValue());
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp358 if (const VariantValue NamedValue = in parseIdentifierPrefixImpl() local
363 *Value = NamedValue; in parseIdentifierPrefixImpl()
394 assert(NamedValue.isMatcher()); in parseIdentifierPrefixImpl()
396 NamedValue.getMatcher().getSingleMatcher(); in parseIdentifierPrefixImpl()