LLVM: lib/Target/RISCV/RISCVSubtarget.h File Reference (original) (raw)
Go to the source code of this file.
| Macros | |
|---|---|
| #define | GET_RISCV_MACRO_FUSION_PRED_DECL |
| #define | GET_SUBTARGETINFO_HEADER |
| #define | GET_RISCVTuneInfoTable_DECL |
| #define | GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) |
| #define | GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) |
◆ GET_RISCV_MACRO_FUSION_PRED_DECL
#define GET_RISCV_MACRO_FUSION_PRED_DECL
◆ GET_RISCVTuneInfoTable_DECL
#define GET_RISCVTuneInfoTable_DECL
◆ GET_SUBTARGETINFO_HEADER
#define GET_SUBTARGETINFO_HEADER
◆ GET_SUBTARGETINFO_MACRO [1/2]
| #define GET_SUBTARGETINFO_MACRO | ( | ATTRIBUTE, |
|---|---|---|
| DEFAULT, | ||
| GETTER ) |
Value:
@ DEFAULT
Default weight is used in cases when there is no dedicated execution weight set.
Definition at line 100 of file RISCVSubtarget.h.
◆ GET_SUBTARGETINFO_MACRO [2/2]
| #define GET_SUBTARGETINFO_MACRO | ( | ATTRIBUTE, |
|---|---|---|
| DEFAULT, | ||
| GETTER ) |
Value:
bool GETTER() const { return ATTRIBUTE; }
Definition at line 100 of file RISCVSubtarget.h.