Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ErrorInfo

380                                uint64_t &ErrorInfo,
716 uint64_t &ErrorInfo,
721 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
730 assert(ErrorInfo && "Unknown missing feature!");
735 for (unsigned I = 0; I < sizeof(ErrorInfo) * 8 - 1; ++I) {
736 if (ErrorInfo & Mask) {
738 Msg += getSubtargetFeatureName(ErrorInfo & Mask);
747 if (ErrorInfo != ~0ULL) {
748 if (ErrorInfo >= Operands.size())
751 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo]).getStartLoc();