search for: recordkind

Displaying 3 results from an estimated 3 matches for "recordkind".

2010 Aug 17
1
[LLVMdev] Where can I find an explanation of $src1, $src2, $in, $ptr, etc.?
...nstruction patterns. If that doesn't help, perhaps you could post a > specific example that you're having trouble with. I think I might have answered my own question with a little more browsing and your mention of "arbitrary operand names". It appears that the syntax here is recordkind:$name where 'recordkind' has been previously defined, and 'name' is just a descriptive name attached to a particular dag node input, which may (or may not) be referred to later in the definition of the current record. Is that correct? Mark -------------- next part -------------- A...
2010 Aug 17
0
[LLVMdev] Where can I find an explanation of $src1, $src2, $in, $ptr, etc.?
On Aug 16, 2010, at 7:24 PM, Mark Lacey wrote: > I have read through the TableGen Fundamentals documentation and been browsing various .td files. One thing that is not clear to me is where things like $src1 (as in GR32:$src1) are defined, and what they mean. The TableGen Fundamentals page seems silent on this, and I have not found other documentation that explains it. Browsing through the .td
2010 Aug 17
3
[LLVMdev] Where can I find an explanation of $src1, $src2, $in, $ptr, etc.?
I have read through the TableGen Fundamentals documentation and been browsing various .td files. One thing that is not clear to me is where things like $src1 (as in GR32:$src1) are defined, and what they mean. The TableGen Fundamentals page seems silent on this, and I have not found other documentation that explains it. Browsing through the .td files has not helped, either (although that has been