OpenASIP
2.0
|
#include "CompilerWarnings.hh"
#include <llvm/Analysis/LoopInfo.h>
#include <llvm/Analysis/LoopPass.h>
#include "tce_config.h"
#include <llvm/IR/Dominators.h>
#include <llvm/Analysis/AliasAnalysis.h>
#include <llvm/IR/LegacyPassManager.h>
#include <llvm/Pass.h>
#include <llvm/CodeGen/AsmPrinter.h>
#include <llvm/CodeGen/Passes.h>
#include <llvm/Target/TargetMachine.h>
#include <llvm/Target/TargetOptions.h>
#include <llvm/Transforms/IPO.h>
#include <llvm/Transforms/Scalar.h>
#include <llvm/Support/CommandLine.h>
#include <llvm/Support/FormattedStream.h>
#include <llvm/Support/MemoryBuffer.h>
#include <llvm/Support/Debug.h>
#include <llvm/CodeGen/RegAllocRegistry.h>
#include "Application.hh"
#include <llvm/IR/Module.h>
#include <llvm/IR/LLVMContext.h>
#include <llvm/Bitcode/BitcodeReader.h>
#include <llvm/IR/Verifier.h>
#include <llvm/IR/GCStrategy.h>
#include <llvm-c/Core.h>
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/FileSystem.h"
#include <llvm/InitializePasses.h>
#include <cstdlib>
#include <fstream>
#include "LLVMBackend.hh"
#include "LLVMTCECmdLineOptions.hh"
#include "TDGen.hh"
#include "passes/InnerLoopFinder.hh"
#include "Environment.hh"
#include "Conversion.hh"
#include "FileSystem.hh"
#include "TCETargetMachine.hh"
#include "TCEStubTargetMachine.hh"
#include "TCETargetMachinePlugin.hh"
#include "LLVMPOMBuilder.hh"
#include "Program.hh"
#include "ADFSerializer.hh"
#include "MachineValidator.hh"
#include "MachineValidatorResults.hh"
#include "Instruction.hh"
#include "ProgramAnnotation.hh"
#include "TCEString.hh"
#include "InterPassData.hh"
#include "InterPassDatum.hh"
#include "LLVMTCEIRBuilder.hh"
#include "Machine.hh"
#include "MachineInfo.hh"
#include "ConstantTransformer.hh"
#include <llvm/IR/IRPrintingPasses.h>
#include "llvm/IR/DataLayout.h"
Go to the source code of this file.
Macros | |
#define | CONFIG_H |
#define | DS TCEString(FileSystem::DIRECTORY_SEPARATOR) |
#define | addPass(P) Passes.add(P) |
Typedefs | |
typedef llvm::DataLayout | TargetData |
Functions | |
Pass * | createWorkItemAliasAnalysisPass () |
static MCRegisterInfo * | createTCEMCRegisterInfo (const Triple &TT) |
static MCInstrInfo * | createTCEMCInstrInfo () |
static MCSubtargetInfo * | createTCEMCSubtargetInfo (const Triple &TT, StringRef CPU, StringRef FS) |
#define addPass | ( | P | ) | Passes.add(P) |
#define CONFIG_H |
Definition at line 92 of file LLVMBackend.cc.
#define DS TCEString(FileSystem::DIRECTORY_SEPARATOR) |
Definition at line 124 of file LLVMBackend.cc.
typedef llvm::DataLayout TargetData |
Definition at line 131 of file LLVMBackend.cc.
|
static |
Definition at line 546 of file LLVMBackend.cc.
References X().
Referenced by LLVMBackend::compile().
|
static |
Definition at line 540 of file LLVMBackend.cc.
References X().
Referenced by LLVMBackend::compile().
|
static |
Definition at line 552 of file LLVMBackend.cc.
Referenced by LLVMBackend::compile().
Pass* createWorkItemAliasAnalysisPass | ( | ) |