Jakob Stoklund Olesen 845d2c0c77 Add TRI::getSubClassWithSubReg(RC, Idx) function.
This function is used to constrain a register class to a sub-class that
supports the given sub-register index.

For example, getSubClassWithSubReg(GR32, sub_8bit) -> GR32_ABCD.

The function will be used to compute register classes when emitting
INSERT_SUBREG and EXTRACT_SUBREG nodes and for register class inflation
of sub-register operations.

The version provided by TableGen is usually adequate, but targets can
override.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141142 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-05 00:35:49 +00:00
..
2011-09-29 21:43:01 +00:00
2011-09-28 20:57:30 +00:00
2011-08-17 19:33:27 +00:00
2011-08-25 20:18:22 +00:00
2011-06-01 23:32:40 +00:00
2011-04-28 09:12:47 +00:00
2011-08-11 00:22:48 +00:00