reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
127 for (auto I = Insn.begin(), E = Insn.end(); I != E; ++I) { 127 for (auto I = Insn.begin(), E = Insn.end(); I != E; ++I) { 128 bool LastItem = std::next(I) == E; 129 switch (I->Opcode) 135 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) 138 .addImm(I->Op2)); 145 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) 148 .addImm(I->Op1) 149 .addImm(I->Op2)); 155 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) 160 .addImm(I->Op1) 161 .addImm(I->Op2));