Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:DAGSize

630   unsigned DAGSize = DAG->SUnits.size();
632 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
641 unsigned DAGSize = DAG->SUnits.size();
648 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
664 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
698 unsigned DAGSize = DAG->SUnits.size();
704 CurrentTopDownReservedDependencyColoring.resize(DAGSize, 0);
705 CurrentBottomUpReservedDependencyColoring.resize(DAGSize, 0);
723 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
732 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
765 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
774 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
792 unsigned DAGSize = DAG->SUnits.size();
798 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
821 unsigned DAGSize = DAG->SUnits.size();
829 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
838 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
856 unsigned DAGSize = DAG->SUnits.size();
860 if (DAGSize <= 1)
865 for (unsigned i = 1, e = DAGSize; i != e; ++i) {
875 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
889 unsigned DAGSize = DAG->SUnits.size();
895 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
905 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
915 unsigned DAGSize = DAG->SUnits.size();
921 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
926 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
936 unsigned DAGSize = DAG->SUnits.size();
942 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
947 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
951 if (SUColors.size() == 1 && *SUColors.begin() <= DAGSize)
957 unsigned DAGSize = DAG->SUnits.size();
976 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
984 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1001 unsigned DAGSize = DAG->SUnits.size();
1008 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1013 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1023 unsigned DAGSize = DAG->SUnits.size();
1028 CurrentColoring.resize(DAGSize, 0);
1035 NextNonReservedID = DAGSize + 1;
1053 Node2CurrentBlock.resize(DAGSize, -1);
1054 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1069 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1074 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1081 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
1129 unsigned DAGSize = CurrentBlocks.size();
1134 WorkList.reserve(DAGSize);
1135 TopDownIndex2Block.resize(DAGSize);
1136 TopDownBlock2Index.resize(DAGSize);
1137 BottomUpIndex2Block.resize(DAGSize);
1139 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1148 int Id = DAGSize;
1163 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1177 unsigned DAGSize = CurrentBlocks.size();
1184 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1199 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1231 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1260 unsigned DAGSize = CurrentBlocks.size();
1262 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1277 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1686 unsigned DAGSize = SUnits.size();
1700 if (Pred->NodeNum >= DAGSize)