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

References

lib/Target/AMDGPU/R600MachineScheduler.cpp
   98   if (!SU && ((AllowSwitchToAlu && CurInstKind != IDAlu) ||
  101     SU = pickAlu();
  102     if (!SU && !PhysicalRegCopy.empty()) {
  103       SU = PhysicalRegCopy.front();
  106     if (SU) {
  113   if (!SU) {
  115     SU = pickOther(IDFetch);
  116     if (SU)
  121   if (!SU) {
  122     SU = pickOther(IDOther);
  123     if (SU)
  127   LLVM_DEBUG(if (SU) {
  129     DAG->dumpNode(*SU);
  139   return SU;