Home | History | Annotate | Download | only in TableGen

Lines Matching refs:second

591     const OpcodeTypeRetPredMap &OTM = OI->second;
596 const TypeRetPredMap &TM = I->second;
605 const RetPredMap &RM = TI->second;
610 const PredMap &PM = RI->second;
627 const InstructionMemo &Memo = PI->second;
710 const PredMap &PM = RM.begin()->second;
718 const InstructionMemo &Memo = PI->second;
816 std::sort(MI->second.begin(), MI->second.end());
817 MI->second.erase(std::unique(MI->second.begin(), MI->second.end()),
818 MI->second.end());
823 for (unsigned i = 0, e = MI->second.size(); i != e; ++i) {
825 MI->second[i].emitImmediatePredicate(OS, ImmediatePredicates);
827 MI->second[i].PrintManglingSuffix(OS, ImmediatePredicates);
829 if (!MI->second[i].empty())
831 MI->second[i].PrintArguments(OS);