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

References

lib/Target/PowerPC/PPCExpandISEL.cpp
  437     assert(isISEL(*MI) && "Expecting an ISEL instruction");
  439     MachineOperand &Dest = MI->getOperand(0);       // location to store to
  440     MachineOperand &TrueValue = MI->getOperand(1);  // Value to store if
  442     MachineOperand &FalseValue = MI->getOperand(2); // Value to store if
  444     MachineOperand &ConditionRegister = MI->getOperand(3); // Condition
  459               TII->get(isISEL8(*MI) ? PPC::ADDI8 : PPC::ADDI))
  484               TII->get(isISEL8(*MI) ? PPC::ORI8 : PPC::ORI))
  489     MI->eraseFromParent(); // Remove the ISEL instruction.