mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
694f018415
RDF is designed to be target agnostic. Therefore it would be useful to have it available for other targets, such as X86. Based on a previous patch by Krzysztof Parzyszek Differential Revision: https://reviews.llvm.org/D75932
73 lines
2.1 KiB
CMake
73 lines
2.1 KiB
CMake
set(LLVM_TARGET_DEFINITIONS Hexagon.td)
|
|
|
|
tablegen(LLVM HexagonGenAsmMatcher.inc -gen-asm-matcher)
|
|
tablegen(LLVM HexagonGenAsmWriter.inc -gen-asm-writer)
|
|
tablegen(LLVM HexagonGenCallingConv.inc -gen-callingconv)
|
|
tablegen(LLVM HexagonGenDAGISel.inc -gen-dag-isel)
|
|
tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
|
|
tablegen(LLVM HexagonGenDisassemblerTables.inc -gen-disassembler)
|
|
tablegen(LLVM HexagonGenInstrInfo.inc -gen-instr-info)
|
|
tablegen(LLVM HexagonGenMCCodeEmitter.inc -gen-emitter)
|
|
tablegen(LLVM HexagonGenRegisterInfo.inc -gen-register-info)
|
|
tablegen(LLVM HexagonGenSubtargetInfo.inc -gen-subtarget)
|
|
|
|
add_public_tablegen_target(HexagonCommonTableGen)
|
|
|
|
add_llvm_target(HexagonCodeGen
|
|
BitTracker.cpp
|
|
HexagonAsmPrinter.cpp
|
|
HexagonBitSimplify.cpp
|
|
HexagonBitTracker.cpp
|
|
HexagonBlockRanges.cpp
|
|
HexagonBranchRelaxation.cpp
|
|
HexagonCFGOptimizer.cpp
|
|
HexagonCommonGEP.cpp
|
|
HexagonConstExtenders.cpp
|
|
HexagonConstPropagation.cpp
|
|
HexagonCopyToCombine.cpp
|
|
HexagonEarlyIfConv.cpp
|
|
HexagonExpandCondsets.cpp
|
|
HexagonFixupHwLoops.cpp
|
|
HexagonFrameLowering.cpp
|
|
HexagonGenExtract.cpp
|
|
HexagonGenInsert.cpp
|
|
HexagonGenMux.cpp
|
|
HexagonGenPredicate.cpp
|
|
HexagonHardwareLoops.cpp
|
|
HexagonHazardRecognizer.cpp
|
|
HexagonInstrInfo.cpp
|
|
HexagonISelDAGToDAG.cpp
|
|
HexagonISelDAGToDAGHVX.cpp
|
|
HexagonISelLowering.cpp
|
|
HexagonISelLoweringHVX.cpp
|
|
HexagonLoopIdiomRecognition.cpp
|
|
HexagonMachineFunctionInfo.cpp
|
|
HexagonMachineScheduler.cpp
|
|
HexagonMCInstLower.cpp
|
|
HexagonNewValueJump.cpp
|
|
HexagonOptAddrMode.cpp
|
|
HexagonOptimizeSZextends.cpp
|
|
HexagonPeephole.cpp
|
|
HexagonRDFOpt.cpp
|
|
HexagonRegisterInfo.cpp
|
|
HexagonSelectionDAGInfo.cpp
|
|
HexagonSplitConst32AndConst64.cpp
|
|
HexagonSplitDouble.cpp
|
|
HexagonStoreWidening.cpp
|
|
HexagonSubtarget.cpp
|
|
HexagonTargetMachine.cpp
|
|
HexagonTargetObjectFile.cpp
|
|
HexagonTargetTransformInfo.cpp
|
|
HexagonVectorLoopCarriedReuse.cpp
|
|
HexagonVectorPrint.cpp
|
|
HexagonVExtract.cpp
|
|
HexagonVLIWPacketizer.cpp
|
|
RDFCopy.cpp
|
|
RDFDeadCode.cpp
|
|
)
|
|
|
|
add_subdirectory(AsmParser)
|
|
add_subdirectory(Disassembler)
|
|
add_subdirectory(MCTargetDesc)
|
|
add_subdirectory(TargetInfo)
|