Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp379 struct MatchableInfo { struct
543 MatchableInfo(const CodeGenInstruction &CGI) in MatchableInfo() function
558 MatchableInfo(const MatchableInfo &RHS) in MatchableInfo() argument
569 ~MatchableInfo() { in ~MatchableInfo() argument
614 bool operator<(const MatchableInfo &RHS) const { in operator <() argument
705 const MatchableInfo* MI;
2090 const MatchableInfo::AsmOperand &Op = in emitConvertFuncs()
2887 const MatchableInfo &II = *OMI.MI; in emitCustomOperandParsing()
3206 [](const std::unique_ptr<MatchableInfo> &a, in run()
3230 const MatchableInfo &A = **I; in run()
[all …]