Go to the documentation of this file.
14 #ifndef LLVM_LIB_TARGET_AMDGPU_R600TARGETMACHINE_H
15 #define LLVM_LIB_TARGET_AMDGPU_R600TARGETMACHINE_H
48 #endif // LLVM_LIB_TARGET_AMDGPU_R600TARGETMACHINE_H
This is an optimization pass for GlobalISel generic memory operations.
TargetTransformInfo getTargetTransformInfo(const Function &F) const override
Get a TargetTransformInfo implementation for the target.
Target - Wrapper for Target specific information.
Triple - Helper class for working with autoconf configuration names.
const TargetSubtargetInfo * getSubtargetImpl() const
StringMap - This is an unconventional map that is specialized for handling keys that are "strings",...
Target-Independent Code Generator Pass Configuration Options.
TargetPassConfig * createPassConfig(PassManagerBase &PM) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
StringRef - Represent a constant reference to a string, i.e.
TargetSubtargetInfo - Generic base class for all target subtargets.
R600TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional< Reloc::Model > RM, Optional< CodeModel::Model > CM, CodeGenOpt::Level OL, bool JIT)
PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having ...
bool isMachineVerifierClean() const override
Returns true if the target is expected to pass all machine verifier checks.