1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Target/RISCV
2021-01-26 12:02:43 +08:00
..
AsmParser [RISCV] Update V extension to v1.0-draft 08a0b464. 2021-01-26 12:02:43 +08:00
Disassembler [RISCV] Merge Utils library into MCTargetDesc 2021-01-14 11:47:30 -08:00
MCTargetDesc [RISCV] Update V extension to v1.0-draft 08a0b464. 2021-01-26 12:02:43 +08:00
TargetInfo llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
CMakeLists.txt [RISCV] Merge Utils library into MCTargetDesc 2021-01-14 11:47:30 -08:00
RISCV.h [RISCV] Merge Utils library into MCTargetDesc 2021-01-14 11:47:30 -08:00
RISCV.td [RISCV] Fix name of Zba extension (NFC) 2021-01-24 21:02:34 +00:00
RISCVAsmPrinter.cpp
RISCVCallingConv.td
RISCVCallLowering.cpp [GlobalISel] Base implementation for sret demotion. 2021-01-06 10:30:50 +05:30
RISCVCallLowering.h [GlobalISel] Base implementation for sret demotion. 2021-01-06 10:30:50 +05:30
RISCVCleanupVSETVLI.cpp [RISCV] Add a pass to remove duplicate VSETVLI instructions in a basic block. 2020-12-11 10:35:37 -08:00
RISCVExpandAtomicPseudoInsts.cpp
RISCVExpandPseudoInsts.cpp [RISCV] Define vmclr.m/vmset.m intrinsics. 2020-12-28 18:57:17 -08:00
RISCVFrameLowering.cpp [RISCV] Do not grow the stack a second time when we need to realign the stack 2021-01-09 16:51:09 +00:00
RISCVFrameLowering.h
RISCVInstrFormats.td [RISCV] Update V instructions constraints to conform to v1.0 2021-01-22 01:15:55 +08:00
RISCVInstrFormatsC.td
RISCVInstrFormatsV.td [RISCV] New vector load/store in V extension v1.0 2021-01-22 07:30:09 +08:00
RISCVInstrInfo.cpp [RISCV] Merge Utils library into MCTargetDesc 2021-01-14 11:47:30 -08:00
RISCVInstrInfo.h [RISCV] Don't include CodeGen layer files in MC layer 2020-11-12 07:45:38 -08:00
RISCVInstrInfo.td [RISCV] Add isel patterns to optimize slli.uw patterns without Zba extension. 2021-01-25 16:12:08 -08:00
RISCVInstrInfoA.td
RISCVInstrInfoB.td [RISCV] Add isel patterns to optimize slli.uw patterns without Zba extension. 2021-01-25 16:12:08 -08:00
RISCVInstrInfoC.td [RISCV] Add way to mark CompressPats that should only be used for compressing. 2021-01-20 09:20:15 -08:00
RISCVInstrInfoD.td [RISCV][LegalizeDAG] Expand SETO and SETUO comparisons. Teach LegalizeDAG to expand SETUO expansion when UNE isn't legal. 2020-12-10 09:15:52 -08:00
RISCVInstrInfoF.td [RISCV][LegalizeDAG] Expand SETO and SETUO comparisons. Teach LegalizeDAG to expand SETUO expansion when UNE isn't legal. 2020-12-10 09:15:52 -08:00
RISCVInstrInfoM.td [RISCV] Don't remove (and X, 0xffffffff) from inputs when matching RISCVISD::DIVUW/REMUW to 64-bit DIVU/REMU. 2020-11-26 23:15:41 -08:00
RISCVInstrInfoV.td [RISCV] New vector load/store in V extension v1.0 2021-01-22 07:30:09 +08:00
RISCVInstrInfoVPseudos.td [RISCV] Implement vlsegff intrinsics. 2021-01-26 12:02:43 +08:00
RISCVInstrInfoVSDPatterns.td [RISCV] Add RVV insertelt/extractelt scalable-vector patterns 2021-01-25 22:03:52 +00:00
RISCVInstrInfoZfh.td [RISCV][LegalizeDAG] Expand SETO and SETUO comparisons. Teach LegalizeDAG to expand SETUO expansion when UNE isn't legal. 2020-12-10 09:15:52 -08:00
RISCVInstructionSelector.cpp
RISCVISelDAGToDAG.cpp [RISCV] Implement vlsegff intrinsics. 2021-01-26 12:02:43 +08:00
RISCVISelDAGToDAG.h [RISCV] Implement vlsegff intrinsics. 2021-01-26 12:02:43 +08:00
RISCVISelLowering.cpp [RISCV] Implement vlsegff intrinsics. 2021-01-26 12:02:43 +08:00
RISCVISelLowering.h [RISCV] Implement vlsegff intrinsics. 2021-01-26 12:02:43 +08:00
RISCVLegalizerInfo.cpp
RISCVLegalizerInfo.h
RISCVMachineFunctionInfo.h
RISCVMCInstLower.cpp [RISCV] Add a VL output to vleff intrinsics. 2021-01-21 17:19:58 -08:00
RISCVMergeBaseOffset.cpp [RISCV] Support Zfh half-precision floating-point extension. 2020-12-03 09:16:33 +08:00
RISCVRegisterBankInfo.cpp
RISCVRegisterBankInfo.h
RISCVRegisterBanks.td
RISCVRegisterInfo.cpp [RISCV] Define the remaining vector fixed-point arithmetic intrinsics. 2020-12-20 22:57:07 -08:00
RISCVRegisterInfo.h
RISCVRegisterInfo.td [RISCV] Correct DWARF number for vector registers. 2021-01-22 11:33:42 +08:00
RISCVSchedRocket.td
RISCVSchedSiFive7.td
RISCVSchedule.td
RISCVSubtarget.cpp
RISCVSubtarget.h [RISCV] Add Zba feature and move add.uw and slli.uw to it. 2021-01-22 12:49:10 -08:00
RISCVSystemOperands.td
RISCVTargetMachine.cpp [RISCV] Merge Utils library into MCTargetDesc 2021-01-14 11:47:30 -08:00
RISCVTargetMachine.h [RISCV] Address clang-tidy warnings in RISCVTargetMachine. NFC. 2020-12-18 21:50:55 +00:00
RISCVTargetObjectFile.cpp
RISCVTargetObjectFile.h
RISCVTargetTransformInfo.cpp [RISCV] Merge Utils library into MCTargetDesc 2021-01-14 11:47:30 -08:00
RISCVTargetTransformInfo.h