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

/external/llvm/lib/Support/
H A DCommandLine.cpp439 StringMap<Option *>::const_iterator OMI = OptionsMap.find(Name); local
444 while (OMI == OptionsMap.end() && Name.size() > 1) {
446 OMI = OptionsMap.find(Name);
449 if (OMI != OptionsMap.end() && Pred(OMI->second)) {
451 return OMI->second; // Found one!
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2477 const OperandMatchEntry &OMI = *it;
2478 const MatchableInfo &II = *OMI.MI;
2496 OS << OMI.CI->Name;
2498 OS << ", " << OMI.OperandMask;
2502 if (OMI.OperandMask & (1 << i)) {

Completed in 114 milliseconds