Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ResTy

747   OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset);
748 if (ResTy != MatchOperand_Success || !Offset)
761 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
766 if (ResTy == MatchOperand_Success || ResTy == MatchOperand_ParseFail)
767 return ResTy;
788 ResTy = MatchOperand_Success;
790 ResTy = parseMEMOperand(Operands);
793 if (ResTy != MatchOperand_Success)
794 return ResTy;
806 ResTy = parseSparcAsmOperand(Op, false);
807 if (ResTy != MatchOperand_Success || !Op)
816 ResTy = parseSparcAsmOperand(Op, (Mnemonic == "call"));
817 if (ResTy != MatchOperand_Success || !Op)