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

References

lib/Target/MSP430/MSP430ISelLowering.cpp
 1548     return EmitShiftInstr(MI, BB);
 1550   const TargetInstrInfo &TII = *BB->getParent()->getSubtarget().getInstrInfo();
 1560   const BasicBlock *LLVM_BB = BB->getBasicBlock();
 1561   MachineFunction::iterator I = ++BB->getIterator();
 1569   MachineBasicBlock *thisMBB = BB;
 1570   MachineFunction *F = BB->getParent();
 1577   copy1MBB->splice(copy1MBB->begin(), BB,
 1578                    std::next(MachineBasicBlock::iterator(MI)), BB->end());
 1579   copy1MBB->transferSuccessorsAndUpdatePHIs(BB);
 1581   BB->addSuccessor(copy0MBB);
 1582   BB->addSuccessor(copy1MBB);
 1584   BuildMI(BB, dl, TII.get(MSP430::JCC))
 1591   BB = copy0MBB;
 1594   BB->addSuccessor(copy1MBB);
 1599   BB = copy1MBB;
 1600   BuildMI(*BB, BB->begin(), dl, TII.get(MSP430::PHI), MI.getOperand(0).getReg())
 1600   BuildMI(*BB, BB->begin(), dl, TII.get(MSP430::PHI), MI.getOperand(0).getReg())
 1607   return BB;