14 #ifndef LLVM_LIB_TARGET_LANAI_LANAITARGETMACHINE_H 15 #define LLVM_LIB_TARGET_LANAI_LANAITARGETMACHINE_H 26 class formatted_raw_ostream;
30 std::unique_ptr<TargetLoweringObjectFile> TLOF;
60 #endif // LLVM_LIB_TARGET_LANAI_LANAITARGETMACHINE_H
This class represents lattice values for constants.
Triple TargetTriple
Triple string, CPU name, and target feature strings the TargetMachine instance is created with...
LanaiTargetMachine(const Target &TheTarget, const Triple &TargetTriple, StringRef Cpu, StringRef FeatureString, const TargetOptions &Options, Optional< Reloc::Model > RelocationModel, Optional< CodeModel::Model > CodeModel, CodeGenOpt::Level OptLevel, bool JIT)
TargetPassConfig * createPassConfig(PassManagerBase &pass_manager) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
CodeGenOpt::Level OptLevel
TargetLoweringObjectFile * getObjFileLowering() const override
Target-Independent Code Generator Pass Configuration Options.
const LanaiSubtarget * getSubtargetImpl(const llvm::Function &) const override
Virtual method implemented by subclasses that returns a reference to that target's TargetSubtargetInf...
This class describes a target machine that is implemented with the LLVM target-independent code gener...
TargetTransformInfo getTargetTransformInfo(const Function &F) override
Get a TargetTransformInfo implementation for the target.
const Target & TheTarget
The Target that this machine was created for.
Triple - Helper class for working with autoconf configuration names.
bool isMachineVerifierClean() const override
Returns true if the target is expected to pass all machine verifier checks.
PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having ...
Target - Wrapper for Target specific information.
StringRef - Represent a constant reference to a string, i.e.