HomeSort by: relevance | last modified time | path
    Searched refs:NumGroups (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZHazardRecognizer.cpp 141 int NumGroups = ((CurrGroupSize > 3) ? (CurrGroupSize / 3) : 1);
149 GrpCount += ((unsigned) NumGroups);
153 ProcResourceCounters[i] = ((ProcResourceCounters[i] > NumGroups)
154 ? (ProcResourceCounters[i] - NumGroups)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 380 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u);
384 if (NumGroups == 0)
387 NumGroups = std::min(MaxWorkGroupsPerCu, NumGroups);
391 unsigned MaxWaves = NumGroups * MaxGroupNumWaves;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 1410 unsigned NumGroups = 0;
1416 // For sorting (in reverse order) by NumGroups, and then by
1426 else if (NumGroups > Other.NumGroups)
1428 else if (NumGroups < Other.NumGroups)
1777 VRI.NumGroups += 1;
2031 << " using rotates: " << VRI.NumGroups << "\n");
2033 if (NumAndInsts >= VRI.NumGroups)
2492 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 5485 unsigned NumGroups = 0;
5501 ++NumGroups;
5521 LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n");

Completed in 64 milliseconds