Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp380 struct MatchableInfo { struct
544 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo() argument
559 MatchableInfo(const MatchableInfo &RHS) in MatchableInfo() argument
570 ~MatchableInfo() { in ~MatchableInfo() argument
616 bool operator<(const MatchableInfo &RHS) const { in operator <() argument
709 const MatchableInfo* MI;
2100 const MatchableInfo::AsmOperand &Op = in emitConvertFuncs()
2897 const MatchableInfo &II = *OMI.MI; in emitCustomOperandParsing()
3218 [](const std::unique_ptr<MatchableInfo> &a, in run()
3242 const MatchableInfo &A = **I; in run()
[all …]