Searched refs:OMI (Results 1 – 2 of 2) sorted by relevance
386 StringMap<Option*>::const_iterator OMI = OptionsMap.find(Name); in getOptionPred() local391 while (OMI == OptionsMap.end() && Name.size() > 1) { in getOptionPred()393 OMI = OptionsMap.find(Name); in getOptionPred()396 if (OMI != OptionsMap.end() && Pred(OMI->second)) { in getOptionPred()398 return OMI->second; // Found one! in getOptionPred()
2522 const OperandMatchEntry &OMI = *it; in emitCustomOperandParsing() local2523 const MatchableInfo &II = *OMI.MI; in emitCustomOperandParsing()2541 OS << OMI.CI->Name; in emitCustomOperandParsing()2543 OS << ", " << OMI.OperandMask; in emitCustomOperandParsing()2547 if (OMI.OperandMask & (1 << i)) { in emitCustomOperandParsing()