reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
77 for (unsigned i = 1, e = Instr->getNumOperands(); i < e; i+=2) { 78 MachineOperand &MO = Instr->getOperand(i); 79 unsigned Chan = Instr->getOperand(i + 1).getImm(); 90 return RSI.Instr == Instr; 90 return RSI.Instr == Instr; 200 Register Reg = RSI->Instr->getOperand(0).getReg(); 201 MachineBasicBlock::iterator Pos = RSI->Instr; 205 Register SrcVec = BaseRSI->Instr->getOperand(0).getReg(); 241 RSI->Instr->eraseFromParent(); 244 RSI->Instr = NewMI; 294 for (MachineInstr::mop_iterator MOp = RSI.Instr->operands_begin(), 295 MOE = RSI.Instr->operands_end(); MOp != MOE; ++MOp) { 327 PreviousRegSeqByReg[(*It).first].push_back(RSI.Instr); 329 PreviousRegSeqByUndefCount[RSI.UndefReg.size()].push_back(RSI.Instr); 330 PreviousRegSeq[RSI.Instr] = RSI; 380 RemoveMI(CandidateRSI.Instr); 388 RemoveMI(CandidateRSI.Instr);