Searched refs:NumModes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1229 unsigned NumModes = CGH.getNumModeIds(); local
1233 for (unsigned M = 0; M < NumModes; ++M) {
1270 for (unsigned M = 0; M < NumModes; ++M) {
1618 unsigned NumModes = CGH.getNumModeIds(); local
1628 for (unsigned M = 0; M != NumModes; ++M)
1631 for (unsigned M = 0; M != NumModes; ++M)
H A DSubtargetEmitter.cpp1671 for (unsigned M = 1, NumModes = CGH.getNumModeIds(); M != NumModes; ++M) {

Completed in 428 milliseconds