Displaying 7 results from an estimated 7 matches for "lsbasenode".
2013 Feb 19
9
[LLVMdev] [RFC] Add Intel TSX HLE Support
...de to specify
XACQUIRE or XRELEASE hints
This extra target flag is embedded into the SubclassData fields. The
following is rationale how such target flags are embedded into
SubclassData in SDNode
here is the current SDNode class hierarchy of memory related nodes
SDNode -> MemSDNode -> LSBaseNode -> LoadSDNode
| + -> StoreSDNode
+ -> AtomicSDNode
+ -> MemIntrinsicSDNode
here is the current SubclassData definitions:
bit 0~1 : extension type used in LoadSDNode
bit 0 : truncating store in StoreSDNode...
2013 Feb 19
0
[LLVMdev] [RFC] Add Intel TSX HLE Support
...hints
> This extra target flag is embedded into the SubclassData fields. The
> following is rationale how such target flags are embedded into
> SubclassData in SDNode
>
> here is the current SDNode class hierarchy of memory related nodes
>
> SDNode -> MemSDNode -> LSBaseNode -> LoadSDNode
> | + -> StoreSDNode
> + -> AtomicSDNode
> + -> MemIntrinsicSDNode
>
> here is the current SubclassData definitions:
>
> bit 0~1 : extension type used in LoadSDNode
> bi...
2013 Feb 19
0
[LLVMdev] [RFC] Add Intel TSX HLE Support
...hints
> This extra target flag is embedded into the SubclassData fields. The
> following is rationale how such target flags are embedded into
> SubclassData in SDNode
>
> here is the current SDNode class hierarchy of memory related nodes
>
> SDNode -> MemSDNode -> LSBaseNode -> LoadSDNode
> | + -> StoreSDNode
> + -> AtomicSDNode
> + -> MemIntrinsicSDNode
>
> here is the current SubclassData definitions:
>
> bit 0~1 : extension type used in LoadSDNode
> bi...
2013 Feb 19
0
[LLVMdev] [RFC] Add Intel TSX HLE Support
...hints
> This extra target flag is embedded into the SubclassData fields. The
> following is rationale how such target flags are embedded into
> SubclassData in SDNode
>
> here is the current SDNode class hierarchy of memory related nodes
>
> SDNode -> MemSDNode -> LSBaseNode -> LoadSDNode
> | + -> StoreSDNode
> + -> AtomicSDNode
> + -> MemIntrinsicSDNode
>
> here is the current SubclassData definitions:
>
> bit 0~1 : extension type used in LoadSDNode
> bi...
2013 Feb 19
2
[LLVMdev] [RFC] Add Intel TSX HLE Support
...de to specify XACQUIRE or XRELEASE hints
This extra target flag is embedded into the SubclassData fields. The following is rationale how such target flags are embedded into SubclassData in SDNode
here is the current SDNode class hierarchy of memory related nodes
SDNode -> MemSDNode -> LSBaseNode -> LoadSDNode
| + -> StoreSDNode
+ -> AtomicSDNode
+ -> MemIntrinsicSDNode
here is the current SubclassData definitions:
bit 0~1 : extension type used in LoadSDNode
bit 0 : truncating store in StoreSDNode...
2013 Feb 19
0
[LLVMdev] [RFC] Add Intel TSX HLE Support
...or XRELEASE hints
> This extra target flag is embedded into the SubclassData fields. The following is rationale how such target flags are embedded into SubclassData in SDNode
>
> here is the current SDNode class hierarchy of memory related nodes
>
> SDNode -> MemSDNode -> LSBaseNode -> LoadSDNode
> | + -> StoreSDNode
> + -> AtomicSDNode
> + -> MemIntrinsicSDNode
>
> here is the current SubclassData definitions:
>
> bit 0~1 : extension type used in LoadSDNode
> bit 0...
2013 Feb 28
1
[LLVMdev] [RFC] Add Intel TSX HLE Support
...s
>> This extra target flag is embedded into the SubclassData fields. The following is rationale how such target flags are embedded into SubclassData in SDNode
>>
>> here is the current SDNode class hierarchy of memory related nodes
>>
>> SDNode -> MemSDNode -> LSBaseNode -> LoadSDNode
>> | + -> StoreSDNode
>> + -> AtomicSDNode
>> + -> MemIntrinsicSDNode
>>
>> here is the current SubclassData definitions:
>>
>> bit 0~1 : extension type used in Lo...