Go to the source code of this file.
|
static cl::opt< bool > | DisableHardwareLoops ("disable-hexagon-hwloops", cl::Hidden, cl::desc("Disable Hardware Loops for Hexagon target")) |
|
static cl::opt< bool > | DisableHexagonMISched ("disable-hexagon-misched", cl::Hidden, cl::ZeroOrMore, cl::init(false), cl::desc("Disable Hexagon MI Scheduling")) |
|
static cl::opt< bool > | DisableHexagonCFGOpt ("disable-hexagon-cfgopt", cl::Hidden, cl::ZeroOrMore, cl::init(false), cl::desc("Disable Hexagon CFG Optimization")) |
|
int | HexagonTargetMachineModule = 0 |
|
static MachineSchedRegistry | SchedCustomRegistry ("hexagon","Run Hexagon's custom scheduler", createVLIWMachineSched) |
|
void LLVMInitializeHexagonTarget |
( |
| ) |
|
int HexagonTargetMachineModule = 0 |
HexagonTargetMachineModule - Note that this is used on hosts that cannot link in a library unless there are references into the library. In particular, it seems that it is not possible to get things to work on Win32 without this. Though it is unused, do not remove it.
Definition at line 46 of file HexagonTargetMachine.cpp.
MachineSchedRegistry SchedCustomRegistry("hexagon","Run Hexagon's custom scheduler", createVLIWMachineSched) |
|
static |