-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
m_addr_space_cast
inst matcher
- Loading branch information
1 parent
4303e1e
commit 1798aa3
Showing
5 changed files
with
42 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
## Cast Instructions Matchers | ||
|
||
| Function | Parameters | Return | Description | | ||
| :----------: | :--------: | :---------: | :---------------------------------------------------: | | ||
| m_int_to_ptr | | InstMatcher | Build Inst Matcher that matchers IntToPtr instruction | | ||
| m_ptr_to_int | | InstMatcher | Build Inst Matcher that matchers PtrToInt instruction | | ||
| m_bit_cast | | InstMatcher | Build Inst Matcher that matchers Bit cast instruction | | ||
| Function | Parameters | Return | Description | | ||
| :---------------: | :--------: | :---------: | :--------------------------------------------------------: | | ||
| m_int_to_ptr | | InstMatcher | Build Inst Matcher that matchers IntToPtr instruction | | ||
| m_ptr_to_int | | InstMatcher | Build Inst Matcher that matchers PtrToInt instruction | | ||
| m_bit_cast | | InstMatcher | Build Inst Matcher that matchers Bit cast instruction | | ||
| m_addr_space_cast | | InstMatcher | Build Inst Matcher that matchers AddrSpaceCast instruction | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters