2#include "mlir/Dialect/GPU/GPUDialect.h"
3#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
4#include "mlir/Dialect/NVVM/IR/NVVMDialect.h"
5#include "mlir/Dialect/Vector/IR/VectorOps.h"
6#include "mlir/IR/BuiltinOps.h"
7#include "mlir/IR/MLIRContext.h"
8#include "mlir/Pass/PassManager.h"
9#include "mlir/Target/LLVMIR/Import.h"
10#include "clang/AST/ASTContext.h"
11#include "clang/AST/Decl.h"
12#include "clang/AST/DeclCXX.h"
13#include "llvm/AsmParser/Parser.h"
14#include "llvm/IR/Function.h"
15#include "llvm/IR/LLVMContext.h"
16#include "llvm/IR/Module.h"
17#include "llvm/Support/SourceMgr.h"
18#include "llvm/Transforms/Utils/Cloning.h"
26 clang::SourceLocation
loc;
static std::vector< TensoriumTarget > TensoriumTargetTable
Definition LLVM_Handler.hpp:29
Definition LLVM_Handler.hpp:23
std::string isa
Definition LLVM_Handler.hpp:25
std::string platform
Definition LLVM_Handler.hpp:24
clang::SourceLocation loc
Definition LLVM_Handler.hpp:26