Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OMI

2440     const OperandMatchEntry &OMI = *it;
2441 const MatchableInfo &II = *OMI.MI;
2459 OS << OMI.CI->Name;
2461 OS << ", " << OMI.OperandMask;
2465 if (OMI.OperandMask & (1 << i)) {