Home
last modified time | relevance | path

Searched refs:NumModes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1256 unsigned NumModes = CGH.getNumModeIds(); in runTargetDesc() local
1261 for (unsigned M = 0; M < NumModes; ++M) { in runTargetDesc()
1287 for (unsigned M = 0; M < NumModes; ++M) { in runTargetDesc()
1312 for (unsigned M = 0; M < NumModes; ++M) { in runTargetDesc()
1870 unsigned NumModes = CGH.getNumModeIds(); in debugDump() local
1880 for (unsigned M = 0; M != NumModes; ++M) in debugDump()
1883 for (unsigned M = 0; M != NumModes; ++M) in debugDump()
1917 for (unsigned M = 0; M != NumModes; ++M) in debugDump()
1920 for (unsigned M = 0; M != NumModes; ++M) in debugDump()
H A DSubtargetEmitter.cpp1805 for (unsigned M = 1, NumModes = CGH.getNumModeIds(); M != NumModes; ++M) { in emitHwModeCheck() local
2073 for (unsigned M = 0, NumModes = CGH.getNumModeIds(); M != NumModes; ++M) { in run() local
2081 if (M == NumModes - 1) { in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h118 unsigned NumModes = CGH.getNumModeIds(); in addComposite() local
120 for (unsigned M = 0; M < NumModes; ++M) { in addComposite()
H A DCodeGenRegisters.cpp1368 unsigned NumModes = CGH.getNumModeIds(); in getConcatSubRegIndex() local
1369 for (unsigned M = 0; M < NumModes; ++M) { in getConcatSubRegIndex()