llvm-project/llvm/lib/CodeGen/SelectionDAG
wanglian 2887d7786f [DAGCombiner] Use FoldConstantArithmetic instead of dyn_cast in visitFP_ROUND.
Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D132439
2022-08-25 11:29:05 +08:00
..
CMakeLists.txt
DAGCombiner.cpp [DAGCombiner] Use FoldConstantArithmetic instead of dyn_cast in visitFP_ROUND. 2022-08-25 11:29:05 +08:00
FastISel.cpp [FastISel] Respect musttail over "disable-tail-calls" 2022-08-23 08:55:40 -07:00
FunctionLoweringInfo.cpp Untangle the mess which is MachineBasicBlock::hasAddressTaken(). 2022-08-16 16:15:44 -07:00
InstrEmitter.cpp KCFI sanitizer 2022-08-24 22:41:38 +00:00
InstrEmitter.h [DebugInfo][InstrRef] Avoid a crash from mixed variable location modes 2022-04-06 11:55:38 +01:00
LegalizeDAG.cpp [LegalizeTypes][NFC] Use getConstantOperandVal instead of cast constant getvalue 2022-08-12 14:35:10 +08:00
LegalizeFloatTypes.cpp [llvm] Always use TargetConstant for FP_ROUND ISD Nodes 2022-08-03 14:02:11 +01:00
LegalizeIntegerTypes.cpp [SDAG] avoid generating libcall to function with same name 2022-08-17 16:19:34 -04:00
LegalizeTypes.cpp [LegalizeTypes] Fix bug in expensive checks verification 2022-05-26 13:13:32 -07:00
LegalizeTypes.h [VP] Add splitting for VP_STRIDED_STORE and VP_STRIDED_LOAD 2022-08-19 18:15:56 -07:00
LegalizeTypesGeneric.cpp [LegalizeTypes][NFC] Use getConstantOperandVal instead of cast constant getvalue 2022-08-12 14:35:10 +08:00
LegalizeVectorOps.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
LegalizeVectorTypes.cpp Use range-based for loops (NFC) 2022-08-20 21:18:32 -07:00
ResourcePriorityQueue.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
SDNodeDbgValue.h Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
ScheduleDAGFast.cpp [CodeGen] Qualify auto variables in for loops (NFC) 2022-07-17 01:33:28 -07:00
ScheduleDAGRRList.cpp [AMDGPU] Check for CopyToReg PhysReg clobbers in pre-RA-sched 2022-06-30 09:18:04 -07:00
ScheduleDAGSDNodes.cpp [CodeGen] Qualify auto variables in for loops (NFC) 2022-07-17 01:33:28 -07:00
ScheduleDAGSDNodes.h [CodeGen] Use default member initialization (NFC) 2022-01-30 12:32:51 -08:00
ScheduleDAGVLIW.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
SelectionDAG.cpp [SVE] Extend findMoreOptimalIndexType so BUILD_VECTORs do not force 64bit indices. 2022-08-18 18:00:53 +01:00
SelectionDAGAddressAnalysis.cpp [llvm] Don't use Optional::hasValue (NFC) 2022-06-20 10:38:12 -07:00
SelectionDAGBuilder.cpp KCFI sanitizer 2022-08-24 22:41:38 +00:00
SelectionDAGBuilder.h Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
SelectionDAGDumper.cpp [stackmaps] Legalise patchpoint arguments. 2022-07-15 12:01:59 +01:00
SelectionDAGISel.cpp Use has_value/value instead of hasValue/getValue (NFC) 2022-07-15 21:48:17 -07:00
SelectionDAGPrinter.cpp Revert "[CodeGen] Place SDNode debug ID declaration under appropriate #if" 2022-04-06 20:32:53 +03:00
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
StatepointLowering.h
TargetLowering.cpp [SDAG] expand more is-power-of-2 patterns that use popcount 2022-08-23 17:53:53 -04:00