LLVM 20.0.0git
|
#include "GISel/RISCVRegisterBankInfo.h"
#include "MCTargetDesc/RISCVBaseInfo.h"
#include "RISCVFrameLowering.h"
#include "RISCVISelLowering.h"
#include "RISCVInstrInfo.h"
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"
#include "llvm/CodeGen/SelectionDAGTargetInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/Target/TargetMachine.h"
#include <bitset>
#include "RISCVGenMacroFusion.inc"
#include "RISCVGenSubtargetInfo.inc"
#include "RISCVGenSearchableTables.inc"
Go to the source code of this file.
Classes | |
struct | llvm::RISCVTuneInfoTable::RISCVTuneInfo |
class | llvm::RISCVSubtarget |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::RISCVTuneInfoTable |
Macros | |
#define | GET_RISCV_MACRO_FUSION_PRED_DECL |
#define | GET_SUBTARGETINFO_HEADER |
#define | GET_RISCVTuneInfoTable_DECL |
#define | GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) bool ATTRIBUTE = DEFAULT; |
#define | GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) bool GETTER() const { return ATTRIBUTE; } |
#define GET_RISCV_MACRO_FUSION_PRED_DECL |
Definition at line 30 of file RISCVSubtarget.h.
#define GET_RISCVTuneInfoTable_DECL |
Definition at line 58 of file RISCVSubtarget.h.
#define GET_SUBTARGETINFO_HEADER |
Definition at line 33 of file RISCVSubtarget.h.
Definition at line 142 of file RISCVSubtarget.h.
#define GET_SUBTARGETINFO_MACRO | ( | ATTRIBUTE, | |
DEFAULT, | |||
GETTER | |||
) | bool GETTER() const { return ATTRIBUTE; } |
Definition at line 142 of file RISCVSubtarget.h.