aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600KernelParameters.h
blob: 904a469a5f0af21132e7baa7b70bbe14daaad9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//===-- R600KernelParameters.h - TODO: Add brief description -------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// TODO: Add full description
//
//===----------------------------------------------------------------------===//

#ifndef KERNELPARAMETERS_H
#define KERNELPARAMETERS_H

#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/Function.h"
#include "llvm/Pass.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Value.h"

#include <vector>

llvm::FunctionPass* createR600KernelParametersPass(const llvm::TargetData* TD);


#endif