Go to the documentation of this file.
13 #ifndef LLVM_AVR_TARGET_MACHINE_H
14 #define LLVM_AVR_TARGET_MACHINE_H
34 std::optional<Reloc::Model>
RM,
42 return this->TLOF.get();
61 std::unique_ptr<TargetLoweringObjectFile> TLOF;
67 #endif // LLVM_AVR_TARGET_MACHINE_H
This is an optimization pass for GlobalISel generic memory operations.
std::unique_ptr< const MCSubtargetInfo > STI
MachineFunctionInfo * createMachineFunctionInfo(BumpPtrAllocator &Allocator, const Function &F, const TargetSubtargetInfo *STI) const override
Create the target's instance of MachineFunctionInfo.
A generic AVR implementation.
Target - Wrapper for Target specific information.
Triple - Helper class for working with autoconf configuration names.
TargetPassConfig * createPassConfig(PassManagerBase &PM) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
A specific AVR target MCU.
Target-Independent Code Generator Pass Configuration Options.
Allocate memory in an ever growing pool, as if by bump-pointer.
bool isNoopAddrSpaceCast(unsigned SrcAs, unsigned DestAs) const override
Returns true if a cast between SrcAS and DestAS is a noop.
TargetLoweringObjectFile * getObjFileLowering() const override
StringRef - Represent a constant reference to a string, i.e.
AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, std::optional< Reloc::Model > RM, std::optional< CodeModel::Model > CM, CodeGenOpt::Level OL, bool JIT)
TargetSubtargetInfo - Generic base class for all target subtargets.
This class describes a target machine that is implemented with the LLVM target-independent code gener...
PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having ...
Level
Code generation optimization level.
const AVRSubtarget * getSubtargetImpl() const
unsigned getPointerSize(unsigned AS) const
Get the pointer size for this target.
MachineFunctionInfo - This class can be derived from and used by targets to hold private target-speci...