search for: amdgpu_h

Displaying 1 result from an estimated 1 matches for "amdgpu_h".

Did you mean: amdgpu
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...The LLVM Compiler Infrastructure > +// > +// This file is distributed under the University of Illinois Open Source > +// License. See LICENSE.TXT for details. > +// > +//===----------------------------------------------------------------------===// > + > +#ifndef AMDGPU_H > +#define AMDGPU_H > + > +#include "AMDGPUTargetMachine.h" > +#include "llvm/Support/TargetRegistry.h" > +#include "llvm/Target/TargetMachine.h" > + > +namespace llvm { > + > +class FunctionPass; > +class AMDGPUTargetMachine; > + >...