OpenASIP
2.0
|
#include "CompilerWarnings.hh"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"
#include "tce_config.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Pass.h"
#include "llvm/CodeGen/IntrinsicLowering.h"
#include "llvm/IR/DataLayout.h"
#include <iostream>
#include <set>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "lowerintrinsics" |
Variables | |
POP_COMPILER_DIAGS typedef llvm::DataLayout | TargetData |
Converts llvm intrinsics to libcalls.
Definition in file LowerIntrinsics.cc.
#define DEBUG_TYPE "lowerintrinsics" |
Definition at line 34 of file LowerIntrinsics.cc.
POP_COMPILER_DIAGS typedef llvm::DataLayout TargetData |
Definition at line 56 of file LowerIntrinsics.cc.