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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1241 unsigned NumModes = CGH.getNumModeIds(); local
1245 for (unsigned M = 0; M < NumModes; ++M) {
1282 for (unsigned M = 0; M < NumModes; ++M) {
1630 unsigned NumModes = CGH.getNumModeIds(); local
1640 for (unsigned M = 0; M != NumModes; ++M)
1643 for (unsigned M = 0; M != NumModes; ++M)
H A DSubtargetEmitter.cpp1672 for (unsigned M = 1, NumModes = CGH.getNumModeIds(); M != NumModes; ++M) {

Completed in 115 milliseconds