reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AVR/AVRISelLowering.cpp
 1599   int Opc = MI.getOpcode();
 1614     return insertShift(MI, MBB);
 1617     return insertMul(MI, MBB);
 1623   const AVRInstrInfo &TII = (const AVRInstrInfo &)*MI.getParent()
 1627   DebugLoc dl = MI.getDebugLoc();
 1659                   std::next(MachineBasicBlock::iterator(MI)), MBB->end());
 1662   AVRCC::CondCodes CC = (AVRCC::CondCodes)MI.getOperand(3).getImm();
 1673   BuildMI(*trueMBB, trueMBB->begin(), dl, TII.get(AVR::PHI), MI.getOperand(0).getReg())
 1674     .addReg(MI.getOperand(1).getReg())
 1676     .addReg(MI.getOperand(2).getReg())
 1679   MI.eraseFromParent(); // The pseudo instruction is gone now.