Displaying 3 results from an estimated 3 matches for "constantintsdnode".
2016 Oct 11
2
RFC: Absolute or "fixed address" symbols as immediate operands
...es to representation in
> SDAG, and I have found one that seems to work best, and would be the least
> intrusive (unfortunately most approaches to this problem are somewhat
> intrusive).
>
> Specifically, I want to:
> 1) move most of the body of ConstantSDNode to a new class,
> ConstantIntSDNode, which would derives from ConstantSDNode. ConstantSDNode
> would act as the base class for immediates-post-static-linking. Change
> most references to ConstantSDNode in C++ code to refer to
> ConstantIntSDNode. However, "imm" in tblgen code would continue to match
> ConstantSD...
2016 Oct 11
2
RFC: Absolute or "fixed address" symbols as immediate operands
...> SDAG, and I have found one that seems to work best, and would be the least
>> intrusive (unfortunately most approaches to this problem are somewhat
>> intrusive).
>>
>> Specifically, I want to:
>> 1) move most of the body of ConstantSDNode to a new class,
>> ConstantIntSDNode, which would derives from ConstantSDNode. ConstantSDNode
>> would act as the base class for immediates-post-static-linking. Change
>> most references to ConstantSDNode in C++ code to refer to
>> ConstantIntSDNode. However, "imm" in tblgen code would continue to match
>...
2016 Oct 11
5
RFC: Absolute or "fixed address" symbols as immediate operands
...imenting with a number of approaches to representation in
SDAG, and I have found one that seems to work best, and would be the least
intrusive (unfortunately most approaches to this problem are somewhat
intrusive).
Specifically, I want to:
1) move most of the body of ConstantSDNode to a new class,
ConstantIntSDNode, which would derives from ConstantSDNode. ConstantSDNode
would act as the base class for immediates-post-static-linking. Change most
references to ConstantSDNode in C++ code to refer to ConstantIntSDNode.
However, "imm" in tblgen code would continue to match ConstantSDNode.
2) introduce a...