Home
last modified time | relevance | path

Searched refs:OMI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DCommandLine.cpp348 StringMap<Option*>::const_iterator OMI = OptionsMap.find(Name); in getOptionPred() local
353 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()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp2069 const OperandMatchEntry &OMI = *it; in EmitCustomOperandParsing() local
2070 const MatchableInfo &II = *OMI.MI; in EmitCustomOperandParsing()
2072 OS << " { " << OMI.OperandMask; in EmitCustomOperandParsing()
2077 if (OMI.OperandMask & (1 << i)) { in EmitCustomOperandParsing()
2099 OS << ", " << OMI.CI->Name; in EmitCustomOperandParsing()