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

References

include/llvm/CodeGen/PBQP/Math.h
  210         M[c][r] = (*this)[r][c];
include/llvm/CodeGen/PBQP/ReductionRules.h
  119         Delta[i][j] = Min;
lib/CodeGen/RegAllocPBQP.cpp
  420           M[I + 1][J + 1] = std::numeric_limits<PBQP::PBQPNum>::infinity();
  516           CostMat[I + 1][J + 1] -= Benefit;
lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
  197           costs[i + 1][j + 1] = std::numeric_limits<PBQP::PBQPNum>::infinity();
  199           costs[i + 1][j + 1] = haveSameParity(pRd, pRa) ? 0.0 : 1.0;
  222         if (costs[i + 1][j + 1] !=
  224             costs[i + 1][j + 1] > sameParityMax)
  225           sameParityMax = costs[i + 1][j + 1];
  233         if (sameParityMax > costs[i + 1][j + 1])
  234           costs[i + 1][j + 1] = sameParityMax + 1.0;
  299             if (costs[i + 1][j + 1] !=
  301                 costs[i + 1][j + 1] > sameParityMax)
  302               sameParityMax = costs[i + 1][j + 1];
  310             if (sameParityMax > costs[i + 1][j + 1])
  311               costs[i + 1][j + 1] = sameParityMax + 1.0;