reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1645 B->instr_begin(), EB = B->instr_end(); I != EB; ++I) { 1645 B->instr_begin(), EB = B->instr_end(); I != EB; ++I) { 1646 switch(I->getDesc().getOpcode()) { 1649 LLVM_DEBUG(dbgs() << "constant island constant " << *I << "\n"); 1650 J = I->getNumOperands(); 1652 MachineOperand& Literal = I->getOperand(1); 1660 I->getOperand(2).ChangeToImmediate(index); 1661 LLVM_DEBUG(dbgs() << "constant island constant " << *I << "\n"); 1662 I->setDesc(TII->get(Mips::LwRxPcTcp16)); 1663 I->RemoveOperand(1); 1664 I->RemoveOperand(1); 1665 I->addOperand(MachineOperand::CreateCPI(index, 0)); 1666 I->addOperand(MachineOperand::CreateImm(4));