Lines Matching refs:MatchOperand_Success

6341   if (ResTy == MatchOperand_Success)  in parseOperand()
6397 return tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success; in ParseRegister()
6405 if (ResTy == MatchOperand_Success) { in tryParseRegister()
6421 : MatchOperand_Success; in tryParseRegister()
6425 return (RegNo == (unsigned)-1) ? MatchOperand_NoMatch : MatchOperand_Success; in tryParseRegister()
6463 return MatchOperand_Success; in parseMemOperand()
6475 return MatchOperand_Success; in parseMemOperand()
6537 if (Res != MatchOperand_Success) in parseMemOperand()
6569 return MatchOperand_Success; in parseMemOperand()
6587 if (ResTy == MatchOperand_Success) { in searchSymbolAlias()
6603 if (ResTy == MatchOperand_Success) { in searchSymbolAlias()
6622 return MatchOperand_Success; in matchAnyRegisterNameWithoutDollar()
6630 return MatchOperand_Success; in matchAnyRegisterNameWithoutDollar()
6638 return MatchOperand_Success; in matchAnyRegisterNameWithoutDollar()
6646 return MatchOperand_Success; in matchAnyRegisterNameWithoutDollar()
6654 return MatchOperand_Success; in matchAnyRegisterNameWithoutDollar()
6662 return MatchOperand_Success; in matchAnyRegisterNameWithoutDollar()
6670 return MatchOperand_Success; in matchAnyRegisterNameWithoutDollar()
6697 return MatchOperand_Success; in matchAnyRegisterWithoutDollar()
6724 return MatchOperand_Success; in parseAnyRegister()
6732 if (ResTy == MatchOperand_Success) { in parseAnyRegister()
6759 return MatchOperand_Success; in parseJumpTarget()
6785 return MatchOperand_Success; in parseInvNum()
6801 while (parseAnyRegister(TmpOperands) == MatchOperand_Success) { in parseRegisterList()
6871 return MatchOperand_Success; in parseRegisterList()