LLVM: lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.cpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
17
18using namespace llvm;
19
20#define GET_INSTRINFO_MC_DESC
21#define ENABLE_INSTR_PREDICATE_VERIFIER
22#include "R600GenInstrInfo.inc"
23
26 InitR600MCInstrInfo(X);
27 return X;
28}
Provides R600 specific target descriptions.
static TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class")
Interface to description of machine instruction set.
This is an optimization pass for GlobalISel generic memory operations.
MCInstrInfo * createR600MCInstrInfo()
Definition R600MCTargetDesc.cpp:24