Searched refs:OMI (Results 1 – 2 of 2) sorted by relevance
348 StringMap<Option*>::const_iterator OMI = OptionsMap.find(Name); in getOptionPred() local353 while (OMI == OptionsMap.end() && Name.size() > 1) { in getOptionPred()355 OMI = OptionsMap.find(Name); in getOptionPred()358 if (OMI != OptionsMap.end() && Pred(OMI->second)) { in getOptionPred()360 return OMI->second; // Found one! in getOptionPred()
2422 const OperandMatchEntry &OMI = *it; in emitCustomOperandParsing() local2423 const MatchableInfo &II = *OMI.MI; in emitCustomOperandParsing()2425 OS << " { " << OMI.OperandMask; in emitCustomOperandParsing()2430 if (OMI.OperandMask & (1 << i)) { in emitCustomOperandParsing()2452 OS << ", " << OMI.CI->Name; in emitCustomOperandParsing()