LLVM 18.0.0git
|
#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 "RISCVGenSubtargetInfo.inc"
Go to the source code of this file.
Classes | |
class | llvm::RISCVSubtarget |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | GET_SUBTARGETINFO_HEADER |
#define | GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) bool ATTRIBUTE = DEFAULT; |
#define | GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) bool GETTER() const { return ATTRIBUTE; } |
#define GET_SUBTARGETINFO_HEADER |
Definition at line 29 of file RISCVSubtarget.h.
Definition at line 108 of file RISCVSubtarget.h.
#define GET_SUBTARGETINFO_MACRO | ( | ATTRIBUTE, | |
DEFAULT, | |||
GETTER | |||
) | bool GETTER() const { return ATTRIBUTE; } |
Definition at line 108 of file RISCVSubtarget.h.