• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_TARGET_DEFINITIONS Alpha.td)
2
3tablegen(AlphaGenRegisterInfo.inc -gen-register-info)
4tablegen(AlphaGenInstrInfo.inc -gen-instr-info)
5tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
6tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
7tablegen(AlphaGenCallingConv.inc -gen-callingconv)
8tablegen(AlphaGenSubtargetInfo.inc -gen-subtarget)
9
10add_llvm_target(AlphaCodeGen
11  AlphaAsmPrinter.cpp
12  AlphaBranchSelector.cpp
13  AlphaInstrInfo.cpp
14  AlphaISelDAGToDAG.cpp
15  AlphaISelLowering.cpp
16  AlphaFrameLowering.cpp
17  AlphaLLRP.cpp
18  AlphaRegisterInfo.cpp
19  AlphaSubtarget.cpp
20  AlphaTargetMachine.cpp
21  AlphaSelectionDAGInfo.cpp
22  )
23
24add_subdirectory(TargetInfo)
25add_subdirectory(MCTargetDesc)
26