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

References

lib/Target/X86/X86FloatingPoint.cpp
 1176   unsigned NumOps = MI.getDesc().getNumOperands();
 1181   unsigned Reg = getFPReg(MI.getOperand(1));
 1182   bool KillsSrc = MI.killsRegister(X86::FP0 + Reg);
 1191     pushReg(getFPReg(MI.getOperand(0)));
 1195     duplicateToTop(Reg, getFPReg(MI.getOperand(0)), I);
 1199   MI.RemoveOperand(1); // Drop the source operand.
 1200   MI.RemoveOperand(0); // Drop the destination operand.
 1201   MI.setDesc(TII->get(getConcreteOpcode(MI.getOpcode())));
 1201   MI.setDesc(TII->get(getConcreteOpcode(MI.getOpcode())));