gcc-8.3/gcc/MEM_ALIAS_SET()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#cfac9ab8]
#backlinks
*説明 [#ib3564d8]
-パス: [[gcc-8.3/gcc/rtl.h]]
-FIXME: これは何?
--説明
**引数 [#pe9d6d9a]
-RTX
--
**返り値 [#o87af452]
-alias_set_type
--
--[[gcc-8.3/gcc/alias_set_type]]
**参考 [#wfe9877b]
*実装 [#lbf45111]
/* For a MEM rtx, the alias set. If 0, this MEM is not ...
set, and may alias anything. Otherwise, the MEM can ...
MEMs in a conflicting alias set. This value is set i...
language-dependent manner in the front-end, and shoul...
altered in the back-end. These set numbers are teste...
alias_sets_conflict_p. */
#define MEM_ALIAS_SET(RTX) (get_mem_attrs (RTX)->alias)
-
--[[gcc-8.3/gcc/get_mem_attrs()]]
--get_mem_attrs() の返り値は const struct mem_attrs * 型
--[[gcc-8.3/gcc/mem_attrs]]
*コメント [#y5152052]
終了行:
*参照元 [#cfac9ab8]
#backlinks
*説明 [#ib3564d8]
-パス: [[gcc-8.3/gcc/rtl.h]]
-FIXME: これは何?
--説明
**引数 [#pe9d6d9a]
-RTX
--
**返り値 [#o87af452]
-alias_set_type
--
--[[gcc-8.3/gcc/alias_set_type]]
**参考 [#wfe9877b]
*実装 [#lbf45111]
/* For a MEM rtx, the alias set. If 0, this MEM is not ...
set, and may alias anything. Otherwise, the MEM can ...
MEMs in a conflicting alias set. This value is set i...
language-dependent manner in the front-end, and shoul...
altered in the back-end. These set numbers are teste...
alias_sets_conflict_p. */
#define MEM_ALIAS_SET(RTX) (get_mem_attrs (RTX)->alias)
-
--[[gcc-8.3/gcc/get_mem_attrs()]]
--get_mem_attrs() の返り値は const struct mem_attrs * 型
--[[gcc-8.3/gcc/mem_attrs]]
*コメント [#y5152052]
ページ名: