search for: usenamedoperandtable

Displaying 1 result from an estimated 1 matches for "usenamedoperandtable".

2015 Nov 19
2
Way to print all the properties of a given def
...gt; Pattern; // The follow state will eventually be inferred automatically from the // instruction pattern. list<Register> Uses = []; // Default to using no non-operand registers list<Register> Defs = []; // Default to modifying no non-operand registers ... ... ... /// UseNamedOperandTable - If set, the operand indices of this instruction /// can be queried via the getNamedOperandIdx() function which is generated /// by TableGen. bit UseNamedOperandTable = 0; } Does anybody know if there is a way to print all those settings for my instruction in the following format: def RET...