Searched refs:MatchRegOp (Results 1 – 4 of 4) sorted by relevance
275 MatchRegOp(const RegisterInfo &info);
2405 MatchRegOp(*reg))(operand)) { in MatchesOperand()2412 MatchRegOp(*reg), MatchImmOp(offset)))(operand); in MatchesOperand()2414 return MatchRegOp(*reg)(operand); in MatchesOperand()
1700 MatchRegOp(*return_register_info))(op) && in DoGuessValueAt()1704 MatchRegOp(*return_register_info), in DoGuessValueAt()1760 return MatchRegOp(*reg_info)(op) && op.m_clobbered; in DoGuessValueAt()
1317 lldb_private::OperandMatchers::MatchRegOp(const RegisterInfo &info) { in MatchRegOp() function in lldb_private::OperandMatchers