mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
TableGen: Enumerate Schedule Model too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -952,6 +952,11 @@ XXXInstrInfo.h:
|
||||
int16_t getNamedOperandIdx(uint16_t Opcode, uint16_t NamedIndex);
|
||||
} // End namespace XXX
|
||||
|
||||
Instruction itineraries can be queried using MCDesc::getSchedClass(). The
|
||||
value can be named by an enum generated by TableGen in XXXGenInstrInfo.inc.
|
||||
The name of the schedule classes are the same as provided in XXXSchedule.td plus
|
||||
a default NoIntinerary class.
|
||||
|
||||
Instruction Relation Mapping
|
||||
----------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user