Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OMI

2522     const OperandMatchEntry &OMI = *it;
2523 const MatchableInfo &II = *OMI.MI;
2541 OS << OMI.CI->Name;
2543 OS << ", " << OMI.OperandMask;
2547 if (OMI.OperandMask & (1 << i)) {