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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp360 StringMap<Option*>::const_iterator OMI = OptionsMap.find(Name); local
365 while (OMI == OptionsMap.end() && Name.size() > 1) {
367 OMI = OptionsMap.find(Name);
370 if (OMI != OptionsMap.end() && Pred(OMI->second)) {
372 return OMI->second; // Found one!
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2456 const OperandMatchEntry &OMI = *it;
2457 const MatchableInfo &II = *OMI.MI;
2475 OS << OMI.CI->Name;
2477 OS << ", " << OMI.OperandMask;
2481 if (OMI.OperandMask & (1 << i)) {

Completed in 192 milliseconds