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.cpp1218 unsigned NumModes = CGH.getNumModeIds(); in runTargetDesc() local
1222 for (unsigned M = 0; M < NumModes; ++M) { in runTargetDesc()
1248 for (unsigned M = 0; M < NumModes; ++M) { in runTargetDesc()
1273 for (unsigned M = 0; M < NumModes; ++M) { in runTargetDesc()
1824 unsigned NumModes = CGH.getNumModeIds(); in debugDump() local
1834 for (unsigned M = 0; M != NumModes; ++M) in debugDump()
1837 for (unsigned M = 0; M != NumModes; ++M) in debugDump()
1871 for (unsigned M = 0; M != NumModes; ++M) in debugDump()
1874 for (unsigned M = 0; M != NumModes; ++M) in debugDump()
H A DSubtargetEmitter.cpp1827 for (unsigned M = 1, NumModes = CGH.getNumModeIds(); M != NumModes; ++M) { in EmitHwModeCheck() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h119 unsigned NumModes = CGH.getNumModeIds(); in addComposite() local
121 for (unsigned M = 0; M < NumModes; ++M) { in addComposite()
H A DCodeGenRegisters.cpp1429 unsigned NumModes = CGH.getNumModeIds(); in getConcatSubRegIndex() local
1430 for (unsigned M = 0; M < NumModes; ++M) { in getConcatSubRegIndex()