| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | sched-int.h | 109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)]) argument 112 #define SET_INSN_LUID(INSN, LUID) \ argument 949 #define HID(INSN) (&h_i_d[INSN_UID (INSN)]) argument 953 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument 954 #define INSN_FUSION_PRIORITY(INSN) (HID (INSN)->fusion_priority) argument 955 #define INSN_REG_PRESSURE(INSN) (HID (INSN)->reg_pressure) argument 956 #define INSN_MAX_REG_PRESSURE(INSN) (HID (INSN)->max_reg_pressure) argument 957 #define INSN_REG_USE_LIST(INSN) (HID (INSN)->reg_use_list) argument 958 #define INSN_REG_SET_LIST(INSN) (HID (INSN)->reg_set_list) argument 959 #define INSN_REG_PRESSURE_EXCESS_COST_CHANGE(INSN) \ argument [all …]
|
| H A D | sel-sched-ir.h | 546 #define FOR_EACH_INSN(INSN, I, L) _FOR_EACH (insn, (INSN), (I), (L)) argument 547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument 784 #define SID(INSN) (&s_i_d[INSN_LUID (INSN)]) argument 789 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument 790 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument 791 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument 792 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument 793 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument 794 #define INSN_ORIGINATORS(INSN) (SID (INSN)->originators) argument 796 #define INSN_TRANSFORMED_INSNS(INSN) (SID (INSN)->transformed_insns) argument [all …]
|
| H A D | df.h | 748 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID (INSN))]) argument 749 #define DF_INSN_INFO_SET(INSN,VAL) (df->insns[(INSN_UID (INSN))]=(VAL)) argument 756 #define DF_INSN_LUID(INSN) (DF_INSN_INFO_LUID (DF_INSN_INFO_GET (INSN))) argument 757 #define DF_INSN_DEFS(INSN) (DF_INSN_INFO_DEFS (DF_INSN_INFO_GET (INSN))) argument 758 #define DF_INSN_USES(INSN) (DF_INSN_INFO_USES (DF_INSN_INFO_GET (INSN))) argument 759 #define DF_INSN_EQ_USES(INSN) (DF_INSN_INFO_EQ_USES (DF_INSN_INFO_GET (INSN))) argument 766 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET (INSN)->luid) argument 767 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) argument 768 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET (INSN)->uses) argument 769 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses) argument [all …]
|
| H A D | rtl.h | 869 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1526 #define INSN_CODE(INSN) XINT (INSN, 5) argument 1611 #define REG_NOTES(INSN) XEXP(INSN, 6) argument 1648 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) argument 1653 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5) argument 1662 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 3, NOTE) argument 1663 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 3, NOTE) argument 1664 #define SET_INSN_DELETED(INSN) set_insn_deleted (INSN); argument 1665 #define NOTE_BLOCK(INSN) XCTREE (INSN, 3, NOTE) argument 1666 #define NOTE_EH_HANDLER(INSN) XCINT (INSN, 3, NOTE) argument [all …]
|
| H A D | basic-block.h | 227 #define FOR_BB_INSNS(BB, INSN) \ argument 234 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 239 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 244 #define FOR_BB_INSNS_REVERSE_SAFE(BB, INSN, CURR) \ argument
|
| H A D | defaults.h | 1194 #define INSN_SETS_ARE_DELAYED(INSN) false argument 1198 #define INSN_REFERENCES_ARE_DELAYED(INSN) false argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | sched-int.h | 109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)]) argument 112 #define SET_INSN_LUID(INSN, LUID) \ argument 949 #define HID(INSN) (&h_i_d[INSN_UID (INSN)]) argument 953 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument 954 #define INSN_FUSION_PRIORITY(INSN) (HID (INSN)->fusion_priority) argument 955 #define INSN_REG_PRESSURE(INSN) (HID (INSN)->reg_pressure) argument 956 #define INSN_MAX_REG_PRESSURE(INSN) (HID (INSN)->max_reg_pressure) argument 957 #define INSN_REG_USE_LIST(INSN) (HID (INSN)->reg_use_list) argument 958 #define INSN_REG_SET_LIST(INSN) (HID (INSN)->reg_set_list) argument 959 #define INSN_REG_PRESSURE_EXCESS_COST_CHANGE(INSN) \ argument [all …]
|
| H A D | sel-sched-ir.h | 546 #define FOR_EACH_INSN(INSN, I, L) _FOR_EACH (insn, (INSN), (I), (L)) argument 547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument 784 #define SID(INSN) (&s_i_d[INSN_LUID (INSN)]) argument 789 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument 790 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument 791 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument 792 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument 793 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument 794 #define INSN_ORIGINATORS(INSN) (SID (INSN)->originators) argument 796 #define INSN_TRANSFORMED_INSNS(INSN) (SID (INSN)->transformed_insns) argument [all …]
|
| H A D | df.h | 748 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID (INSN))]) argument 749 #define DF_INSN_INFO_SET(INSN,VAL) (df->insns[(INSN_UID (INSN))]=(VAL)) argument 756 #define DF_INSN_LUID(INSN) (DF_INSN_INFO_LUID (DF_INSN_INFO_GET (INSN))) argument 757 #define DF_INSN_DEFS(INSN) (DF_INSN_INFO_DEFS (DF_INSN_INFO_GET (INSN))) argument 758 #define DF_INSN_USES(INSN) (DF_INSN_INFO_USES (DF_INSN_INFO_GET (INSN))) argument 759 #define DF_INSN_EQ_USES(INSN) (DF_INSN_INFO_EQ_USES (DF_INSN_INFO_GET (INSN))) argument 766 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET (INSN)->luid) argument 767 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) argument 768 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET (INSN)->uses) argument 769 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses) argument [all …]
|
| H A D | rtl.h | 869 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1526 #define INSN_CODE(INSN) XINT (INSN, 5) argument 1611 #define REG_NOTES(INSN) XEXP(INSN, 6) argument 1648 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) argument 1653 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5) argument 1662 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 3, NOTE) argument 1663 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 3, NOTE) argument 1664 #define SET_INSN_DELETED(INSN) set_insn_deleted (INSN); argument 1665 #define NOTE_BLOCK(INSN) XCTREE (INSN, 3, NOTE) argument 1666 #define NOTE_EH_HANDLER(INSN) XCINT (INSN, 3, NOTE) argument [all …]
|
| H A D | basic-block.h | 227 #define FOR_BB_INSNS(BB, INSN) \ argument 234 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 239 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 244 #define FOR_BB_INSNS_REVERSE_SAFE(BB, INSN, CURR) \ argument
|
| H A D | defaults.h | 1194 #define INSN_SETS_ARE_DELAYED(INSN) false argument 1198 #define INSN_REFERENCES_ARE_DELAYED(INSN) false argument
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | visemul.c | 136 #define RS1(INSN) (((INSN) >> 14) & 0x1f) argument 137 #define RS2(INSN) (((INSN) >> 0) & 0x1f) argument 138 #define RD(INSN) (((INSN) >> 25) & 0x1f) argument
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 374 #define INSN_LOCATION(INSN) RTL_LOCATION(INSN) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64.h | 783 #define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | arm.h | 2233 #define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS) \ argument
|