|
OpenASIP 2.2
|
#include "CompilerWarnings.hh"#include <llvm/CodeGen/MachineFunction.h>#include "tce_config.h"#include <llvm/IR/Function.h>#include <llvm/Support/CommandLine.h>#include <llvm/Analysis/AliasAnalysis.h>#include <iostream>#include "LLVMTCERISCVIntrinsicsLowering.hh"#include "Application.hh"#include "InterPassData.hh"#include "LLVMTCECmdLineOptions.hh"#include "OperationPool.hh"#include "BEMGenerator.hh"#include "Exception.hh"#include "RISCVFields.hh"
Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Functions | |
| FunctionPass * | llvm::createRISCVIntrinsicsPass (const char *) |
Pass for lowering RISC-V intrinsics
Definition in file LLVMTCERISCVIntrinsicsLowering.cc.