LLVM 19.0.0git
Classes | Namespaces | Macros
RISCVSubtarget.h File Reference
#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/RegisterBankInfo.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; }
 

Macro Definition Documentation

◆ GET_RISCV_MACRO_FUSION_PRED_DECL

#define GET_RISCV_MACRO_FUSION_PRED_DECL

Definition at line 30 of file RISCVSubtarget.h.

◆ GET_RISCVTuneInfoTable_DECL

#define GET_RISCVTuneInfoTable_DECL

Definition at line 55 of file RISCVSubtarget.h.

◆ GET_SUBTARGETINFO_HEADER

#define GET_SUBTARGETINFO_HEADER

Definition at line 33 of file RISCVSubtarget.h.

◆ GET_SUBTARGETINFO_MACRO [1/2]

#define GET_SUBTARGETINFO_MACRO (   ATTRIBUTE,
  DEFAULT,
  GETTER 
)     bool ATTRIBUTE = DEFAULT;

Definition at line 141 of file RISCVSubtarget.h.

◆ GET_SUBTARGETINFO_MACRO [2/2]

#define GET_SUBTARGETINFO_MACRO (   ATTRIBUTE,
  DEFAULT,
  GETTER 
)     bool GETTER() const { return ATTRIBUTE; }

Definition at line 141 of file RISCVSubtarget.h.