LLVM: lib/Target/PowerPC/PPCTargetMachine.h Source File (original) (raw)
1
2
3
4
5
6
7
8
9
10
11
12
13#ifndef LLVM_LIB_TARGET_POWERPC_PPCTARGETMACHINE_H
14#define LLVM_LIB_TARGET_POWERPC_PPCTARGETMACHINE_H
15
20#include
21
22namespace llvm {
23
24
25
27public:
30
31private:
32 std::unique_ptr TLOF;
35 mutable bool HasGlibcHWCAPAccess = false;
36
38
39public:
42 std::optionalReloc::Model RM,
44 bool JIT);
45
47
49
50
51
53
54
56
58
60 return TLOF.get();
61 }
62
66
73 };
74
76
77 return true;
78 }
79
81
83};
84}
85
86#endif
Allocate memory in an ever growing pool, as if by bump-pointer.
implements a set of functionality in the TargetMachine class for targets that make use of the indepen...
Common code between 32-bit and 64-bit PowerPC targets.
bool hasGlibcHWCAPAccess() const
TargetLoweringObjectFile * getObjFileLowering() const override
const PPCSubtarget * getSubtargetImpl() const =delete
~PPCTargetMachine() override
bool isLittleEndian() const
bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override
Returns true if a cast between SrcAS and DestAS is a noop.
TargetTransformInfo getTargetTransformInfo(const Function &F) const override
Get a TargetTransformInfo implementation for the target.
TargetPassConfig * createPassConfig(PassManagerBase &PM) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
int unqualifiedInlineAsmVariant() const override
The default variant to use in unqualified asm instructions.
MachineFunctionInfo * createMachineFunctionInfo(BumpPtrAllocator &Allocator, const Function &F, const TargetSubtargetInfo *STI) const override
Create the target's instance of MachineFunctionInfo.
void setGlibcHWCAPAccess(bool Val=true) const
StringMap - This is an unconventional map that is specialized for handling keys that are "strings",...
StringRef - Represent a constant reference to a string, i.e.
const Triple & getTargetTriple() const
std::unique_ptr< const MCSubtargetInfo > STI
Target-Independent Code Generator Pass Configuration Options.
TargetSubtargetInfo - Generic base class for all target subtargets.
This pass provides access to the codegen interfaces that are needed for IR-level transformations.
Target - Wrapper for Target specific information.
Triple - Helper class for working with autoconf configuration names.
PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having ...
This is an optimization pass for GlobalISel generic memory operations.
CodeGenOptLevel
Code generation optimization level.
MachineFunctionInfo - This class can be derived from and used by targets to hold private target-speci...