• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/

Lines Matching defs:DAGSize

651   unsigned DAGSize = DAG->SUnits.size();
653 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
672 unsigned DAGSize = DAG->SUnits.size();
679 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
796 unsigned DAGSize = DAG->SUnits.size();
802 CurrentTopDownReservedDependencyColoring.resize(DAGSize, 0);
803 CurrentBottomUpReservedDependencyColoring.resize(DAGSize, 0);
821 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
830 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
863 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
872 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
890 unsigned DAGSize = DAG->SUnits.size();
896 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
919 unsigned DAGSize = DAG->SUnits.size();
922 assert(DAGSize >= 1 &&
923 CurrentBottomUpReservedDependencyColoring.size() == DAGSize &&
924 CurrentTopDownReservedDependencyColoring.size() == DAGSize);
938 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
947 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
968 unsigned DAGSize = DAG->SUnits.size();
972 if (DAGSize <= 1)
977 for (unsigned i = 1, e = DAGSize; i != e; ++i) {
987 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1001 unsigned DAGSize = DAG->SUnits.size();
1007 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1017 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1027 unsigned DAGSize = DAG->SUnits.size();
1033 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1038 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1048 unsigned DAGSize = DAG->SUnits.size();
1054 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1059 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1063 if (SUColors.size() == 1 && *SUColors.begin() <= DAGSize)
1069 unsigned DAGSize = DAG->SUnits.size();
1083 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1091 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1108 unsigned DAGSize = DAG->SUnits.size();
1115 if (CurrentColoring[SU->NodeNum] <= (int)DAGSize)
1120 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1186 unsigned DAGSize = DAG->SUnits.size();
1191 CurrentColoring.resize(DAGSize, 0);
1198 NextNonReservedID = DAGSize + 1;
1217 Node2CurrentBlock.resize(DAGSize, -1);
1218 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1232 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1237 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)
1245 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
1278 unsigned DAGSize = CurrentBlocks.size();
1283 WorkList.reserve(DAGSize);
1284 TopDownIndex2Block.resize(DAGSize);
1285 TopDownBlock2Index.resize(DAGSize);
1286 BottomUpIndex2Block.resize(DAGSize);
1288 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1297 int Id = DAGSize;
1312 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1326 unsigned DAGSize = CurrentBlocks.size();
1333 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1348 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1380 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1407 unsigned DAGSize = CurrentBlocks.size();
1409 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1424 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
1823 unsigned DAGSize = SUnits.size();
1837 if (Pred->NodeNum >= DAGSize)
1869 if (SuccDep.isWeak() || Succ->NodeNum >= DAGSize)