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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 6637        NextMIIt != MBB->end(); ++NextMIIt) {
 6637        NextMIIt != MBB->end(); ++NextMIIt) {
 6638     if (NextMIIt->definesRegister(SystemZ::CC))
 6640     if (isSelectPseudo(*NextMIIt)) {
 6641       assert(NextMIIt->getOperand(3).getImm() == CCValid &&
 6643       if (NextMIIt->getOperand(4).getImm() == CCMask ||
 6644           NextMIIt->getOperand(4).getImm() == (CCValid ^ CCMask)) {
 6645         Selects.push_back(&*NextMIIt);
 6652       if (NextMIIt->readsVirtualRegister(SelMI->getOperand(0).getReg())) {
 6656     if (NextMIIt->isDebugInstr()) {
 6658         assert(NextMIIt->isDebugValue() && "Unhandled debug opcode.");
 6659         DbgValues.push_back(&*NextMIIt);