13#ifndef LLVM_LIB_TARGET_LOONGARCH_LOONGARCHSUBTARGET_H
14#define LLVM_LIB_TARGET_LOONGARCH_LOONGARCHSUBTARGET_H
26#define GET_SUBTARGETINFO_HEADER
27#include "LoongArchGenSubtargetInfo.inc"
33 virtual void anchor();
35#define GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) \
36 bool ATTRIBUTE = DEFAULT;
37#include "LoongArchGenSubtargetInfo.inc"
43 uint8_t MaxInterleaveFactor = 2;
44 MVT GRLenVT = MVT::i32;
52 Align PrefFunctionAlignment;
53 Align PrefLoopAlignment;
54 unsigned MaxBytesForAlignment;
65 void initializeProperties(
StringRef TuneCPU);
77 return &FrameLowering;
90#define GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) \
91 bool GETTER() const { return ATTRIBUTE; }
92#include "LoongArchGenSubtargetInfo.inc"
const LoongArchRegisterInfo * getRegisterInfo() const override
const LoongArchTargetLowering * getTargetLowering() const override
const SelectionDAGTargetInfo * getSelectionDAGInfo() const override
const LoongArchInstrInfo * getInstrInfo() const override
unsigned getMaxBytesForAlignment() const
bool enableMachineScheduler() const override
unsigned getMaxInterleaveFactor() const
bool isXRaySupported() const override
void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS)
LoongArchABI::ABI getTargetABI() const
Align getPrefFunctionAlignment() const
const LoongArchFrameLowering * getFrameLowering() const override
unsigned getGRLen() const
Align getPrefLoopAlignment() const
Targets can subclass this to parameterize the SelectionDAG lowering and instruction selection process...
StringRef - Represent a constant reference to a string, i.e.
Primary interface to the complete machine description for the target machine.
Triple - Helper class for working with autoconf configuration names.
This is an optimization pass for GlobalISel generic memory operations.
This struct is a compact representation of a valid (non-zero power of two) alignment.