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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 3720   if ((ConstantOpNo != III.OpNoForForwarding) && !III.IsCommutative)
 3747         ConstantOpNo != III.ZeroIsSpecialNew)
 3750         ConstantOpNo != PosForOrigZero)
 3756   if (PostRA && MI.getOperand(ConstantOpNo).isKill())
 3757     ForwardKilledOperandReg = MI.getOperand(ConstantOpNo).getReg();
 3770   if (ConstantOpNo == III.OpNoForForwarding) {
 3814       replaceInstrOperandWithImm(MI, ConstantOpNo, Imm);
 3819     replaceInstrOperandWithImm(MI, ConstantOpNo, Imm);
 3820     swapMIOperands(MI, ConstantOpNo, III.OpNoForForwarding);