37 "e-m:e-p:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-" 38 "f32:32:32-i64:32-f64:32-a:0:32-n32",
42 Subtarget(TT, CPU, FS, *this) {
57 return getTM<ARCTargetMachine>();
60 bool addInstSelector()
override;
61 void addPreEmitPass()
override;
62 void addPreRegAlloc()
override;
68 return new ARCPassConfig(*
this, PM);
71 bool ARCPassConfig::addInstSelector() {
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
CodeModel::Model getEffectiveCodeModel(Optional< CodeModel::Model > CM, CodeModel::Model Default)
Helper method for getting the code model, returning Default if CM does not have a value...
This class represents lattice values for constants.
Target & getTheARCTarget()
std::enable_if<!std::is_array< T >::value, std::unique_ptr< T > >::type make_unique(Args &&... args)
Constructs a new T() with the given args and returns a unique_ptr<T> which owns the object...
FunctionPass * createARCISelDag(ARCTargetMachine &TM, CodeGenOpt::Level OptLevel)
This pass converts a legalized DAG into a ARC-specific DAG, ready for instruction scheduling...
TargetTransformInfo getTargetTransformInfo(const Function &F) override
Get a TargetTransformInfo implementation for the target.
Target-Independent Code Generator Pass Configuration Options.
RegisterTargetMachine - Helper template for registering a target machine implementation, for use in the target machine initialization function.
static Reloc::Model getRelocModel(Optional< Reloc::Model > RM)
TargetPassConfig * createPassConfig(PassManagerBase &PM) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
CodeGenOpt::Level getOptLevel() const
Returns the optimization level: None, Less, Default, or Aggressive.
~ARCTargetMachine() override
This class describes a target machine that is implemented with the LLVM target-independent code gener...
Triple - Helper class for working with autoconf configuration names.
void LLVMInitializeARCTarget()
ARCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional< Reloc::Model > RM, Optional< CodeModel::Model > CM, CodeGenOpt::Level OL, bool JIT)
ARCTargetMachine ctor - Create an ILP32 architecture model.
FunctionPass * createARCExpandPseudosPass()
PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having ...
FunctionPass * createARCBranchFinalizePass()
Target - Wrapper for Target specific information.
StringRef - Represent a constant reference to a string, i.e.