OpenASIP
2.0
|
#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"
Go to the source code of this file.
Namespaces | |
llvm | |
Functions | |
FunctionPass * | llvm::createRISCVIntrinsicsPass (const char *) |
Pass for lowering RISC-V intrinsics
Definition in file LLVMTCERISCVIntrinsicsLowering.cc.