|
OpenASIP 2.2
|
#include "CompilerWarnings.hh"#include "tce_config.h"#include "TCEStubTargetMachine.hh"#include "ADFSerializer.hh"#include "TCEStubTargetTransformInfo.hh"#include "TCEStubSubTarget.hh"#include <llvm/Target/TargetLoweringObjectFile.h>#include <llvm/Target/TargetMachine.h>#include <llvm/CodeGen/Passes.h>#include <llvm/IR/LegacyPassManager.h>#include <llvm/Target/TargetOptions.h>#include <llvm/CodeGen/TargetPassConfig.h>
Go to the source code of this file.
Functions | |
| void | LLVMInitializeTCETargetInfo () |
| void | LLVMInitializeTCEStubTarget () |
| void | LLVMInitializeTCEStubTargetMC () |
| StringRef | getTargetDesc (const Triple &TT) |
Variables | |
| StringRef | DescriptionStringBE |
| StringRef | DescriptionStringLE |
| StringRef | DescriptionStringLE64 |
| StringRef getTargetDesc | ( | const Triple & | TT | ) |
Definition at line 113 of file TCEStubTargetMachine.cc.
References DescriptionStringBE, DescriptionStringLE, and DescriptionStringLE64.
| void LLVMInitializeTCEStubTarget | ( | ) |
Definition at line 80 of file TCEStubTargetMachine.cc.
References llvm::TheTCELE64Target, llvm::TheTCELETarget, llvm::TheTCETarget, and X().
Referenced by TCEPluginInitializer::TCEPluginInitializer().

| void LLVMInitializeTCEStubTargetMC | ( | ) |
Definition at line 87 of file TCEStubTargetMachine.cc.
| void LLVMInitializeTCETargetInfo | ( | ) |
Definition at line 67 of file TCEStubTargetMachine.cc.
References llvm::TheTCELE64Target, llvm::TheTCELETarget, llvm::TheTCETarget, and X().
Referenced by LLVMBackend::compile(), and TCEPluginInitializer::TCEPluginInitializer().

| StringRef DescriptionStringBE |
Definition at line 89 of file TCEStubTargetMachine.cc.
Referenced by getTargetDesc().
| StringRef DescriptionStringLE |
Definition at line 101 of file TCEStubTargetMachine.cc.
Referenced by getTargetDesc().
| StringRef DescriptionStringLE64 |
Definition at line 107 of file TCEStubTargetMachine.cc.
Referenced by getTargetDesc().