1 add_llvm_component_group(DirectX)
3 set(LLVM_TARGET_DEFINITIONS DirectX.td)
5 tablegen(LLVM DirectXGenSubtargetInfo.inc -gen-subtarget)
6 tablegen(LLVM DirectXGenInstrInfo.inc -gen-instr-info)
7 tablegen(LLVM DirectXGenRegisterInfo.inc -gen-register-info)
9 set(LLVM_TARGET_DEFINITIONS DXIL.td)
10 tablegen(LLVM DXILOperation.inc -gen-dxil-operation)
12 add_public_tablegen_target(DirectXCommonTableGen)
14 add_llvm_target(DirectXCodeGen
18 DirectXRegisterInfo.cpp
20 DirectXTargetMachine.cpp
21 DXContainerGlobals.cpp
22 DXILIntrinsicExpansion.cpp
29 DXILResourceAnalysis.cpp
31 DXILTranslateMetadata.cpp
42 DirectXPointerTypeAnalysis
55 add_subdirectory(MCTargetDesc)
56 add_subdirectory(TargetInfo)
57 add_subdirectory(DirectXIRPasses)
58 add_subdirectory(DXILWriter)