llvm-6502/include
Jakob Stoklund Olesen 0b40d09ff6 Add a new kind of MachineOperand: MO_TargetIndex.
A target index operand looks a lot like a constant pool reference, but
it is completely target-defined. It contains the 8-bit TargetFlags, a
32-bit index, and a 64-bit offset. It is preserved by all code generator
passes.

TargetIndex operands can be used to carry target-specific information in
cases where immediate operands won't suffice.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161441 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-07 18:56:39 +00:00
..
llvm Add a new kind of MachineOperand: MO_TargetIndex. 2012-08-07 18:56:39 +00:00
llvm-c Remove tabs. 2012-07-19 00:01:33 +00:00