LLVM: lib/Target/DirectX/DirectXSubtarget.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
16
17using namespace llvm;
18
19#define DEBUG_TYPE "directx-subtarget"
20
21#define GET_SUBTARGETINFO_CTOR
22#define GET_SUBTARGETINFO_TARGET_DESC
23#include "DirectXGenSubtargetInfo.inc"
24
29
30void DirectXSubtarget::anchor() {}
DirectXSubtarget(const Triple &TT, StringRef CPU, StringRef FS, const DirectXTargetMachine &TM)
Definition DirectXSubtarget.cpp:25
StringRef - Represent a constant reference to a string, i.e.
Triple - Helper class for working with autoconf configuration names.
This is an optimization pass for GlobalISel generic memory operations.